diff --git a/src/app/page.tsx b/src/app/page.tsx index 75fa7cd..777c41c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Clapperboard, Sparkles, Star, Package } from 'lucide-react'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; export default function MoviePlayPage() { return ( @@ -37,24 +36,6 @@ export default function MoviePlayPage() { /> -