diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 59e373f..52c5dab 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -10,209 +10,120 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Baked with Love"
+ title="Sweet Moments, Baked Fresh."
+ description="Soft. Gooey. Irresistible. Our homemade cookies are crafted with the finest ingredients to make every bite special."
+ primaryButton={{
+ text: "Order Today", href: "#contact"}}
+ secondaryButton={{
+ text: "View Menu", href: "#menu"}}
+ imageSrc="https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781989992456-rttqtru6.png"
+ />
+
+
-
-
+
+ tag="Our Philosophy"
+ quote="Every cookie is made from scratch with real ingredients and a whole lot of heart."
+ author="Elianyss"
+ role="Founder & Head Baker"
+ imageSrc="https://storage.googleapis.com/webild/users/user_3FPw07xKteelujj7MXnesrU2DXE/uploaded-1781989992456-rttqtru6.png"
+ />
+
+
-
-
+
+
-
-
+ tag="Why Choose Us"
+ title="Quality in Every Bite"
+ description="We believe in transparency and quality ingredients. No fillers, just pure goodness."
+ items={[
+ {
+ title: "Made From Scratch", tags: ["Homemade", "Fresh"],
+ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-christmas-cookie-muffins-plate-with-honey-milk_181624-43765.jpg"},
+ {
+ title: "Premium Ingredients", tags: ["Organic", "High-Quality"],
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sugar-cookies-with-fresh-sliced-oranges-dark-background-cookies-biscuit-sugar-cake-dessert-sweet_140725-99315.jpg"},
+ {
+ title: "Baked With Love", tags: ["Small-batch", "Artisanal"],
+ imageSrc: "http://img.b2bpic.net/free-photo/delicious-pink-cookies-arrangement_23-2150707189.jpg"},
+ ]}
+ />
+
+
-
-
-
+
+
-
-
+ tag="Sweet Reviews"
+ title="What Our Fans Say"
+ description="Loved by cookie enthusiasts everywhere."
+ testimonials={[
+ { name: "Sarah J.", role: "Happy Customer", quote: "The best cookies I've ever had! So gooey and fresh.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-years-old-thinking-holding-smartphone-looking-thoughtful-sitting-cafe-d_1258-134268.jpg" },
+ { name: "Michael D.", role: "Cookie Lover", quote: "I'm addicted. The Snickers cookie is an absolute game-changer.", imageSrc: "http://img.b2bpic.net/free-photo/food-bakery-pastry-cute-teenage-girl-holding-chocolate-croissant-keeping-strict-diet-helping-herself-with-sweet-dessert-without-remorse-afraid-get-extra-weight-showing-ok-gesture_343059-4786.jpg" },
+ { name: "Emily R.", role: "Fan", quote: "Baked with love is true! You can taste the quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mother-with-apron-holding-plate-muffins_23-2148414889.jpg" },
+ { name: "David K.", role: "Subscriber", quote: "Perfect for parties. Everyone asked where I got them from.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
+ { name: "Jessica L.", role: "Loyal Fan", quote: "Absolutely worth every cent. My go-to for cravings.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-virtual-date_23-2149307212.jpg" }
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Need Help?"
+ title="Common Questions"
+ description="Here are some answers to common questions about our cookies."
+ items={[
+ {
+ question: "Are there refunds?", answer: "All sales are final. We take pride in quality, so no refunds are provided."},
+ {
+ question: "Can I request custom flavors?", answer: "Absolutely! DM me or call (813) 819-4655 for any special requests."},
+ {
+ question: "Do you deliver?", answer: "Contact us to discuss pickup and local delivery options in Ocala, FL."},
+ ]}
+ />
+
+
-
>
);
}