Update src/app/page.tsx

This commit is contained in:
2026-04-02 01:33:50 +00:00
parent a2f1597460
commit 83db47c3ef

View File

@@ -28,40 +28,22 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Features",
id: "features",
},
{
name: "Metrics",
id: "metrics",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Features", id: "features" },
{ name: "Metrics", id: "metrics" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="StartupLeafy"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
logoText="StartupLeafy"
description="Accelerate your growth with our next-gen platform built for high-performance startups. Empowering innovation through data-driven insights."
buttons={[
{
text: "Get Started",
href: "#contact",
},
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148368851.jpg"
imageAlt="StartupLeafy Platform Dashboard"
@@ -76,28 +58,13 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Intelligence",
title: "Real-time Analytics",
subtitle: "Deep insights",
description: "Track every move in real-time with granular data accuracy.",
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-logo-template_23-2149204336.jpg",
},
tag: "Intelligence", title: "Real-time Analytics", subtitle: "Deep insights", description: "Track every move in real-time with granular data accuracy.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-logo-template_23-2149204336.jpg"},
{
id: 2,
tag: "Infrastructure",
title: "Cloud Backbone",
subtitle: "Always online",
description: "Global distribution network ensuring sub-second latency worldwide.",
imageSrc: "http://img.b2bpic.net/free-vector/data-base-design_24877-49308.jpg",
},
tag: "Infrastructure", title: "Cloud Backbone", subtitle: "Always online", description: "Global distribution network ensuring sub-second latency worldwide.", imageSrc: "http://img.b2bpic.net/free-vector/data-base-design_24877-49308.jpg"},
{
id: 3,
tag: "Automation",
title: "Automated Workflows",
subtitle: "Focus on growth",
description: "Eliminate busy work with our advanced AI-powered automation engine.",
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg",
},
tag: "Automation", title: "Automated Workflows", subtitle: "Focus on growth", description: "Eliminate busy work with our advanced AI-powered automation engine.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hand-with-financial-charts-laptop-table_1232-4896.jpg"},
]}
title="Built for Modern Scale"
description="Every tool you need to manage your startup lifecycle effectively."
@@ -110,36 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500%",
title: "Growth Rate",
items: [
"Improved conversion",
"Faster onboarding",
"Better retention",
],
},
{
id: "m2",
value: "40ms",
title: "Latency",
items: [
"Lower ping",
"Global reach",
"Stable performance",
],
},
{
id: "m3",
value: "24/7",
title: "Support",
items: [
"Always on",
"Expert help",
"Fast resolution",
],
},
{ id: "m1", value: "500%", title: "Growth Rate", items: ["Improved conversion", "Faster onboarding", "Better retention"] },
{ id: "m2", value: "40ms", title: "Latency", items: ["Lower ping", "Global reach", "Stable performance"] },
{ id: "m3", value: "24/7", title: "Support", items: ["Always on", "Expert help", "Fast resolution"] },
]}
title="Proven Growth Results"
description="Our platform has delivered measurable results across global markets."
@@ -148,63 +88,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Chen",
role: "CEO",
company: "GrowthCo",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=1",
},
{
id: "2",
name: "Mark Davis",
role: "Founder",
company: "TechScale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11130.jpg",
},
{
id: "3",
name: "Elena Rodriguez",
role: "CMO",
company: "BrandBoost",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-hipster-hat-glasses-wearing_613910-12284.jpg",
},
{
id: "4",
name: "David Kim",
role: "CTO",
company: "NetSync",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-office-administrator-his-desk-is-engaged-project-management_482257-123665.jpg",
},
{
id: "5",
name: "Alex Jensen",
role: "Product Lead",
company: "Nova",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg?_wi=2",
},
{ id: "1", name: "Sarah Chen", role: "CEO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" },
{ id: "2", name: "Mark Davis", role: "Founder", company: "TechScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-charismatic-sensual-male-black-sweater-creative-personality_613910-11130.jpg" },
{ id: "3", name: "Elena Rodriguez", role: "CMO", company: "BrandBoost", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-bearded-hipster-hat-glasses-wearing_613910-12284.jpg" },
{ id: "4", name: "David Kim", role: "CTO", company: "NetSync", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-office-administrator-his-desk-is-engaged-project-management_482257-123665.jpg" },
{ id: "5", name: "Alex Jensen", role: "Product Lead", company: "Nova", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-her-employees-background_1262-20305.jpg" },
]}
kpiItems={[
{
value: "100+",
label: "Startups",
},
{
value: "99%",
label: "Retention",
},
{
value: "$50M+",
label: "Raised",
},
{ value: "100+", label: "Startups" },
{ value: "99%", label: "Retention" },
{ value: "$50M+", label: "Raised" },
]}
title="Voices of Success"
description="Hear what our partners have to say about scaling with StartupLeafy."
@@ -217,24 +114,10 @@ export default function LandingPage() {
title="Let's Grow Together"
description="Ready to scale? Connect with our team to explore how we can support your startup journey."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message",
placeholder: "Tell us about your startup...",
rows: 4,
}}
textarea={{ name: "message", placeholder: "Tell us about your startup...", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/orthodontist-with-mask-speaking-with-elderly-woman-standing-waiting-area-stomatological-clinic-taking-notes-clipboard-nurse-typing-computer-appointments-modern-crowded-office_482257-3578.jpg"
mediaPosition="right"
mediaAnimation="slide-up"
@@ -244,32 +127,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Platform",
items: [
{
label: "Features",
href: "#features",
},
{
label: "Metrics",
href: "#metrics",
},
],
},
{
title: "Company",
items: [
{
label: "Testimonials",
href: "#testimonials",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Platform", items: [{ label: "Features", href: "#features" }, { label: "Metrics", href: "#metrics" }] },
{ title: "Company", items: [{ label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "#contact" }] },
]}
logoText="StartupLeafy"
copyrightText="© 2025 StartupLeafy Inc."