diff --git a/src/app/page.tsx b/src/app/page.tsx index dfc2b31..221ea0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,14 +47,20 @@ export default function LandingPage() { title="Reliable Remote Financial & Admin Support" description="Streamlining operations and financial clarity for startups and SMEs, keeping you focused on growth." dashboard={{ - title: "Operations Hub", logoIcon: BarChart2, + title: "Operations Hub", + logoIcon: BarChart2, 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: "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" }] + buttons: [ + { text: "Book Free Consultation", href: "#contact" }, + { text: "Chat on WhatsApp", href: "https://wa.me/+254798379498" }, + ], + 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" }] }} buttons={[ { text: "Book Free Consultation", href: "#contact" },