Merge version_1_1782211140983 into main #2

Merged
bender merged 1 commits from version_1_1782211140983 into main 2026-06-23 10:39:59 +00:00

View File

@@ -6,281 +6,166 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
import { BarChart, Shield, Users, Zap } from "lucide-react";
import { BarChart, Shield, Users } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroCenteredLogos
avatarsSrc={[
"http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
"http://img.b2bpic.net/free-photo/woman-listening-music-working_171337-15536.jpg",
"http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
]}
avatarText="Join 500+ successful founders"
title="Launch Your Next Business Idea Today"
description="Transform your vision into a scalable enterprise with our end-to-end incubator platform designed for next-gen entrepreneurs."
primaryButton={{
text: "Launch Idea",
href: "#contact",
}}
secondaryButton={{
text: "Learn More",
href: "#about",
}}
names={[
"Alice",
"Bob",
"Charlie",
]}
hideMedia={false}
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg?_wi=1"
/>
</SectionErrorBoundary>
</div>
avatarsSrc={[
"http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", "http://img.b2bpic.net/free-photo/woman-listening-music-working_171337-15536.jpg", "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg"]}
avatarText="Join 500+ successful founders"
title="Launch Your Next Business Idea Today"
description="Transform your vision into a scalable enterprise with our end-to-end incubator platform designed for next-gen entrepreneurs."
primaryButton={{
text: "Launch Idea", href: "#contact"}}
secondaryButton={{
text: "Learn More", href: "#about"}}
names={["Alice", "Bob", "Charlie"]}
hideMedia={false}
imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<div id="about" data-section="about">
<SectionErrorBoundary name="about">
<AboutFeaturesSplit
tag="How We Help"
title="Everything You Need to Scale"
description="From ideation to execution, we provide the tools, mentorship, and funding connections to bring your tech idea to market."
items={[
{
icon: Zap,
title: "Rapid Prototyping",
description: "Build MVPs in days, not months.",
},
{
icon: Shield,
title: "Legal & Compliance",
description: "Automated legal workflows for startups.",
},
{
icon: BarChart,
title: "Growth Analytics",
description: "Data-driven insights for your growth.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151152359.jpg?_wi=1"
/>
</SectionErrorBoundary>
</div>
tag="How We Help"
title="Everything You Need to Scale"
description="From ideation to execution, we provide the tools, mentorship, and funding connections to bring your tech idea to market."
items={[
{
icon: "Zap", title: "Rapid Prototyping", description: "Build MVPs in days, not months."},
{
icon: "Shield", title: "Legal & Compliance", description: "Automated legal workflows for startups."},
{
icon: "BarChart", title: "Growth Analytics", description: "Data-driven insights for your growth."},
]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151152359.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesBento
tag="Platform Features"
title="Built for Innovation"
description="Powerful modules designed to streamline every step of the startup journey."
features={[
{
title: "Live Analytics",
description: "Track growth metrics in real-time.",
bentoComponent: "animated-bar-chart",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003755.jpg",
imageAlt: "Businessman working in a futuristic office",
},
{
title: "Community Mentors",
description: "Get direct access to expert advisors.",
bentoComponent: "orbiting-icons",
centerIcon: Users,
orbitIcons: [
"Star",
"Award",
"Lightbulb",
"Target",
],
imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-expert-designs-production-lines-cad-app-using-tablet_482257-124379.jpg?_wi=2",
imageAlt: "Businessman working in a futuristic office",
},
{
title: "Roadmap Tool",
description: "Visualize your business milestone timeline.",
bentoComponent: "checklist-timeline",
heading: "Startup Journey",
subheading: "Track success milestones",
checklistItems: [
{
label: "Ideation",
detail: "Define core concept",
},
{
label: "MVP Build",
detail: "Develop core features",
},
{
label: "Go-to-Market",
detail: "Execute launch strategy",
},
],
completedLabel: "Growth",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-space-rocket-with-fantasy-design_23-2151152359.jpg?_wi=2",
imageAlt: "Businessman working in a futuristic office",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Platform Features"
title="Built for Innovation"
description="Powerful modules designed to streamline every step of the startup journey."
features={[
{
title: "Live Analytics", description: "Track growth metrics in real-time.", bentoComponent: "animated-bar-chart"},
{
title: "Community Mentors", description: "Get direct access to expert advisors.", bentoComponent: "orbiting-icons", centerIcon: "Users", orbitIcons: ["Star", "Award", "Lightbulb", "Target"],
},
{
title: "Roadmap Tool", description: "Visualize your business milestone timeline.", bentoComponent: "checklist-timeline", heading: "Startup Journey", subheading: "Track success milestones", checklistItems: [
{ label: "Ideation", detail: "Define core concept" },
{ label: "MVP Build", detail: "Develop core features" },
{ label: "Go-to-Market", detail: "Execute launch strategy" },
],
completedLabel: "Growth"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<div id="metrics" data-section="metrics">
<SectionErrorBoundary name="metrics">
<MetricsMediaCards
tag="Our Impact"
title="Proven Results for Founders"
description="Our community is driving change across various industries."
metrics={[
{
value: "150+",
title: "Ideas Launched",
description: "Concepts brought to life",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg",
},
{
value: "$50M+",
title: "Funding Raised",
description: "Capital injected into startups",
imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-discussion-corporate-concept_53876-121054.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Impact"
title="Proven Results for Founders"
description="Our community is driving change across various industries."
metrics={[
{
value: "150+", title: "Ideas Launched", description: "Concepts brought to life", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-futuristic-screen_23-2149126945.jpg"},
{
value: "$50M+", title: "Funding Raised", description: "Capital injected into startups", imageSrc: "http://img.b2bpic.net/free-photo/business-people-meeting-discussion-corporate-concept_53876-121054.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<div id="pricing" data-section="pricing">
<SectionErrorBoundary name="pricing">
<PricingMediaCards
tag="Pricing Plans"
title="Affordable Growth Tiers"
description="Choose the right environment for your stage of development."
plans={[
{
tag: "Starter",
price: "$99",
period: "/mo",
features: [
"Basic Analytics",
"Community Access",
"MVP Template",
],
primaryButton: {
text: "Get Started",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/magician-performing-trick-with-magic-wand-against-black-background_23-2147880724.jpg",
},
{
tag: "Pro",
price: "$299",
period: "/mo",
features: [
"Advanced Analytics",
"Dedicated Mentor",
"Legal Workflows",
],
primaryButton: {
text: "Go Pro",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management-illustration_23-2148609718.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Pricing Plans"
title="Affordable Growth Tiers"
description="Choose the right environment for your stage of development."
plans={[
{
tag: "Starter", price: "$99", period: "/mo", features: ["Basic Analytics", "Community Access", "MVP Template"],
primaryButton: { text: "Get Started", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-photo/magician-performing-trick-with-magic-wand-against-black-background_23-2147880724.jpg"},
{
tag: "Pro", price: "$299", period: "/mo", features: ["Advanced Analytics", "Dedicated Mentor", "Legal Workflows"],
primaryButton: { text: "Go Pro", href: "#contact" },
imageSrc: "http://img.b2bpic.net/free-vector/smart-home-management-illustration_23-2148609718.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<div id="testimonials" data-section="testimonials">
<SectionErrorBoundary name="testimonials">
<TestimonialOverlayCards
tag="Founder Success"
title="Loved by Innovators"
description="Hear from founders who have launched successfully on our platform."
testimonials={[
{
name: "Sarah Chen",
role: "Founder",
company: "TechSpark",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
},
{
name: "Marcus Aurelius",
role: "CEO",
company: "InnovateAI",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg",
},
{
name: "Elena Rodriguez",
role: "Co-founder",
company: "DataHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-neon-light_23-2149005459.jpg",
},
{
name: "David Kim",
role: "Lead Engineer",
company: "ProtoBuild",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg",
},
{
name: "Jessica Wang",
role: "Strategist",
company: "GrowthLogic",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Founder Success"
title="Loved by Innovators"
description="Hear from founders who have launched successfully on our platform."
testimonials={[
{
name: "Sarah Chen", role: "Founder", company: "TechSpark", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg"},
{
name: "Marcus Aurelius", role: "CEO", company: "InnovateAI", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg"},
{
name: "Elena Rodriguez", role: "Co-founder", company: "DataHub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-neon-light_23-2149005459.jpg"},
{
name: "David Kim", role: "Lead Engineer", company: "ProtoBuild", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-eyeglasses-smiling-office_329181-14553.jpg"},
{
name: "Jessica Wang", role: "Strategist", company: "GrowthLogic", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-businessman-standing-street_23-2147932253.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqSplitMedia
tag="Common Questions"
title="Need Help Starting?"
description="Find answers to the most frequently asked questions about our incubator."
items={[
{
question: "What is the incubation period?",
answer: "Usually 3 to 6 months depending on your milestone requirements.",
},
{
question: "Do I need a technical co-founder?",
answer: "While helpful, we provide tools and partners to fill technical gaps.",
},
{
question: "How does funding work?",
answer: "We connect vetted startups with our partner VCs during demo day events.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244972.jpg"
/>
</SectionErrorBoundary>
</div>
tag="Common Questions"
title="Need Help Starting?"
description="Find answers to the most frequently asked questions about our incubator."
items={[
{
question: "What is the incubation period?", answer: "Usually 3 to 6 months depending on your milestone requirements."},
{
question: "Do I need a technical co-founder?", answer: "While helpful, we provide tools and partners to fill technical gaps."},
{
question: "How does funding work?", answer: "We connect vetted startups with our partner VCs during demo day events."},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-vibrant-neon-cactus-desert_23-2151244972.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Get Started"
text="Ready to launch your idea? Start your journey with LaunchPad today."
primaryButton={{
text: "Apply Now",
href: "#",
}}
secondaryButton={{
text: "Email Us",
href: "mailto:hello@launchpad.com",
}}
/>
</SectionErrorBoundary>
</div>
tag="Get Started"
text="Ready to launch your idea? Start your journey with LaunchPad today."
primaryButton={{ text: "Apply Now", href: "#" }}
secondaryButton={{ text: "Email Us", href: "mailto:hello@launchpad.com" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}