From 2371d1fa9a4d32022d1538402353b61c12c5c06c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:55:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3470036..dfc2b31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,8 @@ export default function LandingPage() { sidebarItems: [{ icon: BarChart2, active: true }, { icon: Zap }, { icon: Target }], stats: [ { title: "Revenue", values: [12000, 15000, 18000], description: "Monthly growth" }, - { title: "Leads", values: [40, 55, 70], description: "Outreach efficiency" } + { title: "Leads", values: [40, 55, 70], description: "Outreach efficiency" }, + { title: "Retention", values: [95, 97, 99], description: "Customer loyalty" } ], imageSrc: "http://img.b2bpic.net/free-photo/man-writting-keyboard_1150-78.jpg", listItems: [{ icon: CheckCircle, title: "VAT Compliant", status: "Done" }, { icon: Award, title: "Audit Ready", status: "Active" }] }} @@ -161,6 +162,7 @@ export default function LandingPage() { description="Contact us for a tailored strategy." buttons={[{ text: "Book Consultation", href: "#" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1