diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 6d0ee0b..ecf8a56 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -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 (
<>
-
-
+
+
-
-
+ 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"
+ />
+
+
-
-
+
+ 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"
+ />
+
+
-
-
+
+
-
-
+ 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"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ 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"},
+ ]}
+ />
+
+
-
-
+
+ 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"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ 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"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ 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"
+ />
+
+
-
>
);
}