2 Commits

Author SHA1 Message Date
b12a7dfd69 Update src/app/page.tsx 2026-04-17 22:54:59 +00:00
722c3b3d23 Merge version_1 into main
Merge version_1 into main
2026-04-17 22:53:40 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}