diff --git a/src/app/page.tsx b/src/app/page.tsx index 7504f92..8a0305d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import { Sparkles, Star, Zap, Heart } from "lucide-react"; @@ -97,32 +96,7 @@ export default function LandingPage() { useInvertedBackground="invertDefault" /> - -