From 1aaede854221bee93a7cdcde339e817c6ee59be3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:51:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 295 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 229 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5a3976..de2bd1f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import TextAbout from '@/components/sections/about/TextAbout'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; export default function LandingPage() { return ( @@ -28,284 +28,121 @@ export default function LandingPage() { >
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1