From 414b4dcf6be45d353e674b993f9f96f75940081c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 19:00:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 266 +++++++++++++---------------------------------- 1 file changed, 70 insertions(+), 196 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 397f3fb..84beb09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { Users, Zap, CheckCircle, MessageSquare, ArrowRight } from "lucide-react"; export default function LandingPage() { return ( @@ -28,245 +29,118 @@ export default function LandingPage() { >
-
-
-
-
-
-
-
); -} +} \ No newline at end of file -- 2.49.1