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} />