diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 52dac32..2f78ed5 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,252 +11,124 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Trusted by 10,000+ Entrepreneurs"
+ title="Streamline Your Business Growth"
+ description="Tools, insights, and automation tailored for entrepreneurs to help you scale efficiently and predictably."
+ primaryButton={{ text: "Start Free Trial", href: "#contact" }}
+ secondaryButton={{ text: "See How It Works", href: "#features" }}
+ imageSrc="http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Key Benefits"
+ title="Scale Your Business Faster"
+ description="Powerful features designed to optimize every aspect of your professional workflow."
+ items={[
+ {
+ title: "Save Time", description: "Automate routine tasks and focus on high-impact strategic decisions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hand-with-pencil-put-marks-calendar_107791-15908.jpg"
+ },
+ {
+ title: "Increase Revenue", description: "Leverage data-driven insights to uncover new opportunities for growth.", imageSrc: "http://img.b2bpic.net/free-photo/chart-statistics-right-side-with-white-background_187299-39802.jpg"
+ },
+ {
+ title: "Scale Smart", description: "Robust systems that grow with you, ensuring reliability at any size.", imageSrc: "http://img.b2bpic.net/free-photo/graph-growth-development-improvement-profit-success-concept_53876-123999.jpg"
+ }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="What Leaders Say"
+ title="Trusted by Industry Professionals"
+ description="Hear how businesses around the globe have optimized their path to scale."
+ testimonials={[
+ { name: "Sarah Miller", role: "CEO", company: "TechScale", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" },
+ { name: "James Chen", role: "CTO", company: "Innovate Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg" },
+ { name: "Elena Rodriguez", role: "COO", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" },
+ { name: "David Smith", role: "Founder", company: "Upwards", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-corporate-employee-talking-with-remote-friend-videocall_482257-77679.jpg" },
+ { name: "Karen Park", role: "Director", company: "Global Solutions", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Performance Data"
+ title="Results You Can Trust"
+ description="We measure our success by the growth of your business."
+ metrics={[
+ { value: "45%", title: "Efficiency Gain", features: ["Automated workflows", "Reduced manual data entry", "Faster task completion"] },
+ { value: "2.5x", title: "Revenue Growth", features: ["Data-driven analytics", "Optimized sales funnel", "Better conversion rates"] },
+ { value: "99.9%", title: "Uptime Reliability", features: ["Cloud-native scaling", "Enterprise security", "Consistent performance"] }
+ ]}
+ />
+
+
-
-
+
+ tag="Our Mission"
+ title="Empowering Every Entrepreneur"
+ description="We believe that every business owner deserves access to high-level automation and intelligence, regardless of their size."
+ primaryButton={{ text: "Join Our Community", href: "#" }}
+ imageSrc="http://img.b2bpic.net/free-photo/business-growth-graph_53876-163233.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Common Questions"
+ title="Everything You Need to Know"
+ description="Quick answers to help you get started with the platform today."
+ items={[
+ { question: "Can I upgrade my plan later?", answer: "Yes, our plans are flexible. You can scale your subscription as your business needs grow." },
+ { question: "Is there a free trial available?", answer: "Yes, we offer a 14-day free trial so you can experience the platform's benefits risk-free." },
+ { question: "Does it integrate with other tools?", answer: "Absolutely. We offer seamless integrations with popular CRM, accounting, and communication software." }
+ ]}
+ />
+
+
-
-
+
+ tag="Simple Pricing"
+ title="Transparent Plans for Every Stage"
+ description="Whether you are a solo founder or leading a team, we have the right fit."
+ plans={[
+ { tag: "Starter", price: "$49", description: "Perfect for solo entrepreneurs starting their journey.", features: ["Core automation tools", "Basic analytics", "Email support"], primaryButton: { text: "Start Basic", href: "#contact" } },
+ { tag: "Pro", price: "$129", description: "Designed for growing teams requiring advanced insights.", features: ["Advanced automation", "Deep analytics reporting", "Priority 24/7 support"], primaryButton: { text: "Start Pro", href: "#contact" } },
+ { tag: "Enterprise", price: "Custom", description: "Tailored solutions for large-scale operations.", features: ["Everything in Pro", "Dedicated account manager", "SLA & SSO access"], primaryButton: { text: "Contact Sales", href: "#contact" } }
+ ]}
+ />
+
+
-
>
);
}