From dadfd01e588c1a6a76f63022fb0e1057bad57190 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 05:46:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index beb5746..cd8f8ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import { BarChart, Clock, DollarSign, MessageSquare, Shield, TrendingUp, Zap } from "lucide-react"; export default function LandingPage() { @@ -70,6 +71,17 @@ export default function LandingPage() { /> +
+ +
+
-
- +
@@ -200,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file