From b6ff40baa8eb87d2d63229987faf90c81cde3117 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 08:35:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 658 +++++++++++++---------------------------------- 1 file changed, 182 insertions(+), 476 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d99072..ffe4298 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,10 +11,10 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import { ShieldCheck, Sparkles, Zap } from "lucide-react"; export default function LandingPage() { @@ -32,493 +32,199 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file