diff --git a/src/app/page.tsx b/src/app/page.tsx index f239902..20c38e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import React from 'react'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -60,21 +59,6 @@ export default function LandingPage() { /> -
- -
-