feat(landing): Introduce FeatureDetailPage and enhance FeaturesPage with dedicated UI modules for availability, gallery, streaming, and verification features

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-28 17:38:41 -08:00
parent f5db55560f
commit 52fff2d4df
6 changed files with 0 additions and 6 deletions

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { Link, useParams, Navigate } from '@lilith/ui-router';
import { m } from '@lilith/ui-motion';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { useState } from 'react';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { CheckCircleIcon } from '@lilith/ui-icons';
import { useTranslation } from 'react-i18next';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { CheckCircleIcon } from '@lilith/ui-icons';
import { useTranslation } from 'react-i18next';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { CheckCircleIcon } from '@lilith/ui-icons';
import { useTranslation } from 'react-i18next';

View file

@ -1,4 +1,3 @@
/** @jsxImportSource react */
import { CheckCircleIcon } from '@lilith/ui-icons';
import { useTranslation } from 'react-i18next';