diff --git a/src/app/page.tsx b/src/app/page.tsx index 09a209f..9b1db79 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Clapperboard, Sparkles, Star, Package } from 'lucide-react'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; @@ -118,18 +117,6 @@ export default function MoviePlayPage() { /> -