diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 9cb7240..e660390 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -11,252 +11,130 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Authentic Japanese Sandos"
+ title="Crafted Perfection in Every Bite"
+ description="Experience the delicate balance of fluffy shokupan and premium crispy katsu, hand-assembled daily at our kiosk."
+ primaryButton={{
+ text: "See Menu", href: "#menu"}}
+ secondaryButton={{
+ text: "Our Story", href: "#about"}}
+ items={[
+ { imageSrc: "http://img.b2bpic.net/free-photo/rice-burger_23-2147961004.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-homemade-croissants-tray_23-2148543633.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-tablet_23-2147984985.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/steamed-dumpling-chinese-bun_1339-3685.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/russian-salad-olivier-salad-christmas-dinner-wooden-table_123827-22991.jpg" },
+ ]}
+ />
+
+
-
-
+
+ tag="Our Philosophy"
+ quote="We believe the sando is not just a sandwich; it's a testament to the harmony of high-quality ingredients and meticulous craftsmanship."
+ author="Kenji Sato"
+ role="Head Sando Artist"
+ imageSrc="http://img.b2bpic.net/free-photo/delicious-homemade-fresh-burgers-front-view_23-2148517695.jpg"
+ />
+
+
-
-
-
+
+
-
-
+ tag="Why Us"
+ title="The Art of Sando"
+ description="We take pride in our process, from bread to ingredients."
+ items={[
+ { title: "Premium Shokupan", description: "We source the fluffiest milk bread, imported for that authentic cloud-like texture.", tags: ["Artisanal", "Imported"], imageSrc: "http://img.b2bpic.net/free-photo/dragon-sushi-rolls-with-eel-pickled-ginger-wooden-board_114579-65863.jpg" },
+ { title: "Farm-Fresh Fillings", description: "Every ingredient is sourced from local farms to ensure peak freshness and flavor.", tags: ["Fresh", "Organic"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-breakfast-bread-rolls_23-2148297949.jpg" },
+ { title: "Made to Order", description: "We assemble every sando right when you order to guarantee maximum crunch and freshness.", tags: ["Freshly Made"], imageSrc: "http://img.b2bpic.net/free-photo/toast-with-assortment-vegetables_23-2148381383.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Reviews"
+ title="What Our Fans Say"
+ description="Join the hundreds of satisfied foodies who make our kiosk their go-to spot."
+ testimonials={[
+ { name: "Alice T.", role: "Food Blogger", company: "EatWithAlice", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-sushi-nature-maki-roll-closeup_169016-21080.jpg" },
+ { name: "Bob R.", role: "Chef", company: "FineDine", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating_23-2149008714.jpg" },
+ { name: "Charlie M.", role: "Student", company: "UniCity", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-delicious-tiramisu-cafe_1303-25270.jpg" },
+ { name: "Diana P.", role: "Designer", company: "StudioCreatives", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/photo-beautiful-curly-haired-woman-eats-sandwich-outdoors-likes-fast-food-feels-very-hungry-poses-street-dressed-casual-clothes-lunch-break-outside-people-unhealthy-nutrition-concept_273609-57090.jpg" },
+ { name: "Evan L.", role: "Developer", company: "DevGroup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg" },
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Featured In"
+ title="As Seen In"
+ description="Trusted by the culinary world's finest publications."
+ names={[
+ "Tokyo EATS", "Sandwich Daily", "The Kiosk Guide", "Foodie Journal", "Daily Bread", "Urban Tastes", "Katsu Lover"]}
+ />
+
+
-
-
+
+
-
-
+ tag="Questions"
+ title="Frequently Asked"
+ description="Everything you need to know about our kiosk and our sandos."
+ items={[
+ { question: "Do you offer vegan options?", answer: "Yes! Our Tofu Katsu sando is entirely vegan and a fan favorite." },
+ { question: "Can I pre-order online?", answer: "Currently we are operating on a walk-in basis, but online pre-ordering is coming soon." },
+ { question: "Where is the kiosk located?", answer: "We are centrally located in the downtown shopping plaza." },
+ { question: "What are your opening hours?", answer: "We are open Monday to Saturday, 11 AM to 8 PM." },
+ ]}
+ />
+
+
-
>
);
}