diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index b88f81b..5a995fa 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,220 +11,125 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Education Elevated"
+ title="Master the Architecture of Digital Wealth"
+ description="Income Stack combines elite educational ebooks with actionable financial frameworks designed for the modern wealth builder."
+ primaryButton={{ text: "Unlock Income Stack", href: "#contact" }}
+ secondaryButton={{ text: "Explore Curriculum", href: "#about" }}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/high-tech-office-ready-stock-trading_482257-121465.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-credit-card-debit-card_187299-47803.jpg" }
+ ]}
+ />
+
+
-
-
+
+ tag="Our Philosophy"
+ title="Knowledge is the Ultimate Asset"
+ description="We believe financial freedom is built on the foundation of structured knowledge. Income Stack provides you with the blueprints used by industry-leading wealth architects."
+ imageSrc="http://img.b2bpic.net/free-photo/management-verifying-task-progress_482257-80309.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Systemized Growth"
+ title="Everything You Need to Stack Income"
+ description="Scalable strategies, risk management protocols, and actionable financial roadmaps."
+ features={[
+ {
+ title: "Advanced Analytics", description: "Track your wealth velocity and performance metrics with real-time feedback loops.", bentoComponent: "animated-bar-chart"
+ },
+ {
+ title: "Strategic Roadmap", description: "A step-by-step framework to maximize your return on effort.", bentoComponent: "checklist-timeline", heading: "The Blueprint", subheading: "Four critical stages to wealth", checklistItems: [
+ { label: "Establish Baseline", detail: "Define your current financial constraints" },
+ { label: "Execute Protocol", detail: "Implement income-generating systems" },
+ { label: "Optimize Velocity", detail: "Refine and scale your existing flows" }
+ ],
+ completedLabel: "Growth Unlocked"
+ }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Proven Results"
+ title="Tangible Impact for Our Readers"
+ description="The metrics behind the Income Stack growth methodology."
+ metrics={[
+ { value: "15k+", description: "Readers Stacked" },
+ { value: "400%", description: "Average Income Growth" },
+ { value: "24/7", description: "Knowledge Access" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Industry Alignment"
+ title="Recognized by Industry Leaders"
+ names={["Forbes", "TechCrunch", "Financial Times", "Wall Street Journal", "Business Insider", "Inc. Magazine", "Fast Company"]}
+ description="Join a global network of wealth builders backed by industry leaders."
+ />
+
+
-
-
+
+
-
-
+ tag="Voice of Success"
+ title="Hear from the Stackers"
+ testimonials={[
+ { name: "Sarah J.", role: "Finance Lead", company: "Global Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/confused-office-worker-shrugging-cant-understand-something-standing-white-background_1258-113735.jpg" },
+ { name: "Michael R.", role: "CEO", company: "Growth Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg" },
+ { name: "Elena K.", role: "Strategist", company: "Wealth Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-man-black-shirt-poses-against-dark-background-standing-studio_613910-15100.jpg" },
+ { name: "David W.", role: "Developer", company: "Stack Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-smiling_23-2152009549.jpg" },
+ { name: "Marcus L.", role: "Consultant", company: "Finance Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-red-haired-man_158595-3777.jpg" }
+ ]}
+ description="Success stories from our diverse community of financial architects."
+ />
+
+
-
-
+
+
-
-
+ tag="Support"
+ title="Frequently Asked Questions"
+ description="Clear answers to help you start your journey."
+ items={[
+ { question: "Is this for beginners?", answer: "Absolutely. Income Stack is designed to meet you where you are and scale with you." },
+ { question: "What formats are provided?", answer: "All our ebooks are provided in high-quality PDF, ePub, and audiobook formats." },
+ { question: "How do I get access?", answer: "Purchase once and receive lifetime updates and access to our community portal." },
+ { question: "Is there support?", answer: "Yes, our team is available 24/7 to assist with your specific financial growth questions." }
+ ]}
+ />
+
+
-
>
);
}