From 0c56d0823c06197ddd40b297631d2bbbfd723624 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:49:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 410 ++++++++++++----------------------------------- 1 file changed, 99 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 640da3f..ea455a3 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; export default function LandingPage() { return ( @@ -27,316 +27,104 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1