From 6c3d5ee81c8f0d881cc28ff4d88fe24cdc0cf682 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 04:36:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++++++++++----------------------------- 1 file changed, 70 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0966950..f53471e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import ContactCta from '@/components/sections/contact/ContactCta'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarInline from '@/components/ui/NavbarInline'; +import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards'; +import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import { Award, CheckCircle, ShieldCheck, Zap, AlertTriangle, Circle } from "lucide-react"; export default function LandingPage() { @@ -28,167 +28,125 @@ export default function LandingPage() { >
-
-
-
-
); -} \ No newline at end of file +}