From 64a02b3217a814b4ce4692004da5ce4e22a4718d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 12:10:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 470 +++++++++-------------------------------------- 1 file changed, 91 insertions(+), 379 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d309f2a..dd4cf37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; + import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Award, CheckCircle, Scale, Shield, Sparkles, Star, Trophy, Users, Zap } from "lucide-react"; @@ -34,39 +34,21 @@ export default function LandingPage() { @@ -75,63 +57,33 @@ export default function LandingPage() { -
- -
-
); -} +} \ No newline at end of file -- 2.49.1