From fac85b27609595b88045fe2ddc701a5054f354ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:44:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 125 ++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 73 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dab3a92..d1d6f16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,12 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { DollarSign, Rocket, ShieldCheck, TrendingUp, Users } from "lucide-react"; +import { CreditCard, BarChart3, ShieldCheck, DollarSign, ListChecks } from "lucide-react"; export default function LandingPage() { return ( @@ -32,134 +32,113 @@ export default function LandingPage() {
-
- +
-
+
-
+
-
- -
-
@@ -168,24 +147,24 @@ export default function LandingPage() {