From 16196c946f2aab0124e837ef2ae794e2a5f7d874 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 10:13:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 +++++++++++++++++++++++------------------------ 1 file changed, 117 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f54e098..f253537 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import { AlertTriangle, CheckCircle, Clock, Database, DollarSign, MessageSquare, TrendingUp, Zap, Smartphone } from "lucide-react"; +import { AlertTriangle, CheckCircle, Clock, Database, DollarSign, MessageSquare, TrendingUp, Zap, Smartphone, Repeat } from "lucide-react"; export default function LandingPage() { return ( @@ -27,129 +27,129 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1