diff --git a/src/app/page.tsx b/src/app/page.tsx index e15bcde..f3b4580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,61 +32,27 @@ export default function LandingPage() {
@@ -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() {