From 054b71f777ae209dbe9c005fc82dd2443fbcd817 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 03:40:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 429 +++++++++++++---------------------------------- 1 file changed, 112 insertions(+), 317 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc226c7..bc5d18c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { DollarSign, TrendingUp, Users } from "lucide-react"; +import HeroSignup from '@/components/sections/hero/HeroSignup'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { TrendingUp, Users, DollarSign } from "lucide-react"; export default function LandingPage() { return ( @@ -29,320 +28,116 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file