Merge version_1 into main #1
205
src/app/page.tsx
205
src/app/page.tsx
@@ -32,61 +32,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Concept",
|
||||
id: "#concept",
|
||||
},
|
||||
{
|
||||
name: "Strategy",
|
||||
id: "#roadmap",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Concept", id: "#concept" },
|
||||
{ name: "Strategy", id: "#roadmap" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Taskora"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
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."
|
||||
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",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg",
|
||||
imageAlt: "mobile application design interface",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg",
|
||||
imageAlt: "data visualization on tablet",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg",
|
||||
imageAlt: "cloud infrastructure network technology",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-shooting_23-2148503652.jpg",
|
||||
imageAlt: "modern creative studio interior",
|
||||
},
|
||||
{ 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" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169866.jpg", imageAlt: "mobile application design interface" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/sales-graph-tablet-screen_1262-3819.jpg", imageAlt: "data visualization on tablet" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg", imageAlt: "cloud infrastructure network technology" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/studio-arrangement-shooting_23-2148503652.jpg", imageAlt: "modern creative studio interior" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,21 +62,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Strategic Vision"
|
||||
metrics={[
|
||||
{
|
||||
icon: Rocket,
|
||||
label: "Launch Velocity",
|
||||
value: "24 Months",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Revenue Target",
|
||||
value: "£1.6M/mo",
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Operational Trust",
|
||||
value: "GDPR/Legal",
|
||||
},
|
||||
{ icon: Rocket, label: "Launch Velocity", value: "24 Months" },
|
||||
{ icon: TrendingUp, label: "Revenue Target", value: "£1.6M/mo" },
|
||||
{ icon: Shield, label: "Operational Trust", value: "GDPR/Legal" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -122,21 +76,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Rapid Booking",
|
||||
description: "Seamless flow ensuring zero leakage between lead and booking.",
|
||||
},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Revenue Engine",
|
||||
description: "7 diversified income streams covering the entire service lifecycle.",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Regulatory Armor",
|
||||
description: "Fully compliant structure including insurance, tax, and HQ roadmap.",
|
||||
},
|
||||
{ icon: Zap, title: "Rapid Booking", description: "Seamless flow ensuring zero leakage between lead and booking." },
|
||||
{ icon: Layers, title: "Revenue Engine", description: "7 diversified income streams covering the entire service lifecycle." },
|
||||
{ icon: ShieldCheck, title: "Regulatory Armor", description: "Fully compliant structure including insurance, tax, and HQ roadmap." },
|
||||
]}
|
||||
title="Competitive Advantage"
|
||||
description="Why Taskora succeeds where others fail. Built for efficiency, transparency, and recurring revenue."
|
||||
@@ -150,27 +92,9 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "£1.6M",
|
||||
title: "Monthly MRR",
|
||||
description: "By Year Two",
|
||||
icon: LineChart,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "90%",
|
||||
title: "Retained Clients",
|
||||
description: "Repeat booking optimization",
|
||||
icon: Repeat,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "£5k",
|
||||
title: "Startup Cost",
|
||||
description: "Max budget cap",
|
||||
icon: Wallet,
|
||||
},
|
||||
{ id: "m1", value: "£1.6M", title: "Monthly MRR", description: "By Year Two", icon: LineChart },
|
||||
{ id: "m2", value: "90%", title: "Retained Clients", description: "Repeat booking optimization", icon: Repeat },
|
||||
{ id: "m3", value: "£5k", title: "Startup Cost", description: "Max budget cap", icon: Wallet },
|
||||
]}
|
||||
title="Revenue Projections"
|
||||
description="Scaling projections over the next two years to achieve sustainability."
|
||||
@@ -184,36 +108,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Bootstrap",
|
||||
price: "£2,000",
|
||||
period: "Minimum",
|
||||
description: "Core tech stack and MVP development.",
|
||||
button: {
|
||||
text: "Begin Build",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Domain/Hosting",
|
||||
"Legal Templates",
|
||||
"Basic Marketing",
|
||||
],
|
||||
id: "p1", tag: "Bootstrap", price: "£2,000", period: "Minimum", description: "Core tech stack and MVP development.", button: { text: "Begin Build" },
|
||||
featuresTitle: "Includes:", features: ["Domain/Hosting", "Legal Templates", "Basic Marketing"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Growth",
|
||||
price: "£5,000",
|
||||
period: "Optimal",
|
||||
description: "Full feature release and acquisition budget.",
|
||||
button: {
|
||||
text: "Deploy System",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Advanced Automation",
|
||||
"Initial Ad Spend",
|
||||
"Insurance Prep",
|
||||
],
|
||||
id: "p2", tag: "Growth", price: "£5,000", period: "Optimal", description: "Full feature release and acquisition budget.", button: { text: "Deploy System" },
|
||||
featuresTitle: "Includes:", features: ["Advanced Automation", "Initial Ad Spend", "Insurance Prep"],
|
||||
},
|
||||
]}
|
||||
title="Startup Investment"
|
||||
@@ -228,26 +128,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Tech Founder Insights"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13960.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg",
|
||||
alt: "Mark D.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/person-home-working-late-night_23-2150064913.jpg",
|
||||
alt: "Elena R.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg",
|
||||
alt: "Tom B.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/scenes-famous-vlogger-recording-social-media-creative-young-man_482257-24885.jpg",
|
||||
alt: "Alex P.",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-13960.jpg", alt: "Sarah J." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-woman-holding-tablet_23-2149762489.jpg", alt: "Mark D." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/person-home-working-late-night_23-2150064913.jpg", alt: "Elena R." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-entrepreneur-holding-tablet-computer-with-marketing-statistics-screen-multiethnic-businesspeople-working-marketing-project-sharing-paper-with-company-turnover-business-meeting_482257-37046.jpg", alt: "Tom B." },
|
||||
{ src: "http://img.b2bpic.net/free-photo/scenes-famous-vlogger-recording-social-media-creative-young-man_482257-24885.jpg", alt: "Alex P." },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -258,21 +143,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Day 1-30",
|
||||
content: "Establish legal structure and tech core.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Day 31-90",
|
||||
content: "MVP launch and first acquisition cycles.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Year 1-2",
|
||||
content: "Scaling revenue streams and expansion.",
|
||||
},
|
||||
{ id: "q1", title: "Day 1-30", content: "Establish legal structure and tech core." },
|
||||
{ id: "q2", title: "Day 31-90", content: "MVP launch and first acquisition cycles." },
|
||||
{ id: "q3", title: "Year 1-2", content: "Scaling revenue streams and expansion." },
|
||||
]}
|
||||
sideTitle="Launch Strategy"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -282,9 +155,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Blueprint Access"
|
||||
title="Ready to launch Taskora?"
|
||||
description="Sign up to receive the full founder's blueprint docs and implementation roadmap."
|
||||
@@ -294,14 +165,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Taskora"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user