diff --git a/src/app/page.tsx b/src/app/page.tsx index c5aeebe..b9952ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -27,458 +26,143 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
);