From b12a7dfd6956f724b152f180b553b8a38c6695bd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 22:54:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3b4580..ce80d68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-animated" }} title="The Founder's Blueprint for Taskora" description="Building the future of platform-based services. A complete operational and growth roadmap to scale from £0 to £1.6M/month." + buttons={[{ text: "Get Started", href: "#contact" }]} carouselItems={[ { id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "modern tech dashboard analytics" }, { id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg", imageAlt: "team productivity dashboard interface" }, @@ -172,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1