diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 3392606..af061a8 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,226 +11,125 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ avatarsSrc={[]}
+ avatarText="Used by 1,000+ Creators"
+ title="Automate Viral ASMR Food Trends"
+ description="Multi-agent pipelines that discover, write, and post viral content. Scale your food brand with autonomous AI agents."
+ primaryButton={{
+ text: "Deploy Pipeline", href: "#features"}}
+ secondaryButton={{
+ text: "View Docs", href: "#"}}
+ names={["Content", "Analysis", "Automation", "Scaling", "Growth"]}
+ imageSrc="http://img.b2bpic.net/free-photo/hi-tech-futuristic-hud-display-circle-elements_1379-889.jpg"
+ />
+
+
-
-
+
+
-
-
+ tag="Pipeline"
+ title="The Multi-Agent Workflow"
+ description="Powerful agents working in unison to manage your ASMR content strategy."
+ features={[
+ {
+ title: "Trend Hunting", description: "AI scouts discover trending food niche topics in real-time.", bentoComponent: "info-card-marquee", infoCards: [
+ { icon: "Search", label: "Accuracy", value: "99%" },
+ { icon: "Zap", label: "Latency", value: "2s" },
+ ],
+ },
+ {
+ title: "AI Copywriter", description: "Generates high-engagement Zach Choi style captions.", bentoComponent: "chat-marquee", aiIcon: "Star", userIcon: "User", exchanges: [
+ {
+ userMessage: "Write a caption for a mozzarella corn dog.", aiResponse: "CRUNCH. 🧀✨ The ultimate Mozzarella Pull is here! #asmrfood #mozzerellastick"},
+ ],
+ placeholder: "Writing viral copy..."},
+ {
+ title: "Media Fetcher", description: "Automatically retrieves high-quality assets.", bentoComponent: "media-stack", mediaItems: [
+ { imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/network-concept-top-view_23-2148999169.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg" },
+ ],
+ },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Results"
+ title="Data-Driven Growth"
+ description="See the impact of automated content management."
+ metrics={[
+ { value: "500%", description: "Engagement Uplift" },
+ { value: "24/7", description: "Automation Uptime" },
+ { value: "10K", description: "Posts Generated" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Social Proof"
+ title="Creator Feedback"
+ description="Join creators who are dominating the food niche."
+ testimonials={[
+ { name: "Sarah J.", role: "Food Blogger", quote: "The automation has saved me hours of manual labor.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg" },
+ { name: "Mark D.", role: "Agency Owner", quote: "Scalability is effortless with this multi-agent system.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1466.jpg" },
+ { name: "Emily R.", role: "Content Creator", quote: "I'm posting daily and my engagement is up 300%.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg" },
+ { name: "Jason K.", role: "SaaS Founder", quote: "Production-ready automation, right out of the box.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/smiling-viewer-changing-channels-television-set-with-remote-control_482257-92306.jpg" },
+ { name: "Lisa M.", role: "Chef Influencer", quote: "The caption generation is shockingly accurate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-woman_23-2149022640.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Help"
+ title="Frequently Asked Questions"
+ description="Get answers about our automation stack."
+ items={[
+ { question: "Does it support Facebook?", answer: "Yes, our n8n nodes handle FB, IG, and TikTok." },
+ { question: "Can I customize the copy?", answer: "The AI is fine-tuned to your specific brand tone." },
+ { question: "What tech do I need?", answer: "Just your API keys and an n8n installation." },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ category="Guide"
+ title="Scaling ASMR Production"
+ content="In this guide, we dive deep into how multi-agent systems process food trends and output viral assets. Utilizing n8n for webhook handling ensures that your media assets are prepared instantly for social media distribution."
+ imageSrc="http://img.b2bpic.net/free-photo/robot-character-with-mobile_1048-3556.jpg"
+ authorName="Automation Expert"
+ authorImageSrc="http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg"
+ date="Oct 24, 2024"
+ />
+
+
-
>
);
}