diff --git a/src/app/page.tsx b/src/app/page.tsx index ea20907..7504f92 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 TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ContactText from '@/components/sections/contact/ContactText'; import { Sparkles, Star, Zap, Heart } from "lucide-react"; @@ -98,18 +97,7 @@ export default function LandingPage() { useInvertedBackground="invertDefault" /> - -
- -
- +