diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 39a8bfa..21c0bc5 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -12,277 +12,101 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ avatarsSrc={["http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg", "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133243.jpg", "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg", "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg"]}
+ avatarText="Join 10,000+ developers"
+ title="Build Tomorrow's Software Today"
+ description="Powerful, scalable, and intuitive platforms for modern teams to build, deploy, and scale in record time."
+ primaryButton={{ text: "Get Started", href: "#contact" }}
+ secondaryButton={{ text: "See How", href: "#about" }}
+ names={["Sarah", "Mike", "Elena", "David"]}
+ imageSrc="http://img.b2bpic.net/free-photo/happy-hacker-making-victory-gesture_482257-78448.jpg"
+ />
+
+
-
-
+
+ tag="Our Mission"
+ title="Empowering Innovation at Scale"
+ description="We believe in creating tools that disappear, allowing your team to focus on what truly matters: building great products."
+ imageSrc="http://img.b2bpic.net/free-photo/software-developer-working-new-user-interface-with-online-system-create-algorithm-it-agency-office-system-engineer-programming-html-code-algorithm-computer-typing-sever-data_482257-64450.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Capabilities"
+ title="Built for Growth"
+ description="Everything your team needs to thrive in a digital-first world."
+ features={[
+ { title: "Real-time Data", description: "Instant insights delivered directly to your dashboard.", bentoComponent: "animated-bar-chart" },
+ { title: "Team Collaboration", description: "Built-in communication tools for seamless remote work.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [{ userMessage: "Deploy?", aiResponse: "Done." }, { userMessage: "Stats?", aiResponse: "Up 20%." }], placeholder: "Collaborate..." },
+ { title: "Core Security", description: "Enterprise-grade protection by default.", bentoComponent: "orbiting-icons", centerIcon: "Shield", orbitIcons: ["Lock", "Key", "Globe", "CheckCircle"] }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Solutions"
+ title="Our Toolkit"
+ description="A comprehensive suite of tools designed to simplify your workflow."
+ items={[{ title: "Dashboard", description: "Overview", imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" }, { title: "Analytics", description: "Reporting", imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-woman-using-tablet-browsing-typing-it-standing-living-room-late-night-taking-break-african-freelancer-using-modern-technology-network-wireless-doing-overtime_482257-13608.jpg" }, { title: "Deployer", description: "Shipping", imageSrc: "http://img.b2bpic.net/free-photo/woman-making-modern-app-interface_1098-21575.jpg" }, { title: "Security", description: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-designer-working-floor_23-2149930985.jpg" }, { title: "Insights", description: "Learning", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-nutritional-counter-app_23-2149880604.jpg" }, { title: "Network", description: "Connecting", imageSrc: "http://img.b2bpic.net/free-photo/digital-banking-transparent-screen_53876-105382.jpg" }, { title: "Support", description: "Resolution", imageSrc: "http://img.b2bpic.net/free-photo/team-members-suits-overseeing-factory-activity-green-screen_482257-125952.jpg" }]}
+ />
+
+
-
-
+
+
-
-
+ tag="Impact"
+ title="Performance at a Glance"
+ description="Numbers that define our success."
+ metrics={[{ icon: "Zap", title: "Latency (ms)", value: "12ms" }, { icon: "Users", title: "Active Users", value: "100k+" }, { icon: "Cloud", title: "Uptime", value: "99.99%" }]}
+ />
+
+
-
-
+
+
-
-
+ tag="Testimonials"
+ title="Loved by the best"
+ description="Companies around the globe trust our infrastructure."
+ testimonials={[{ name: "Sarah J.", role: "CTO", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg" }, { name: "Mark L.", role: "Lead", company: "DevNode", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-glasses-smiling-happy-sincere-emotion-surprised-face-expression-natural-positive-isolated-white-background-checkered-shirt-hipster-style-student_285396-2851.jpg" }, { name: "Amy K.", role: "PM", company: "GrowthIQ", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" }, { name: "Ben W.", role: "Eng", company: "FastSoft", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bald-man-with-glasses_641386-645.jpg" }, { name: "Chloe Z.", role: "CEO", company: "Innovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-boy-posing-studio_23-2149596268.jpg" }]}
+ />
+
+
-
-
+
+
-
-
+ tag="FAQ"
+ title="Common Questions"
+ description="Answers to your pressing questions."
+ categories={[{ name: "Getting Started", items: [{ question: "Is it free?", answer: "Yes, try it now." }, { question: "Can I scale?", answer: "Unlimited scaling options." }] }, { name: "Support", items: [{ question: "Do you offer support?", answer: "24/7 dedicated assistance." }] }]}
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file