diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 4f04bf8..77a1833 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -9,193 +9,117 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
-
-
+
+
-
-
+ tag="Authentic Experience"
+ title="Tradition meets Modern Art"
+ description="Discover a unique culinary journey where fresh, high-quality ingredients are transformed into exquisite sushi masterpieces."
+ primaryButton={{
+ text: "Reserve Table", href: "#contact"}}
+ secondaryButton={{
+ text: "View Menu", href: "#menu"}}
+ items={[
+ {
+ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-condiments-concept_23-2148578412.jpg"},
+ {
+ imageSrc: "http://img.b2bpic.net/free-photo/man-cooks-healthy-meal-rustic-table-decorate-with-mint-leaf-two-raw-pieces-salmon-white-wine-sause-with-spices-herbs-presented-marble-deck-prepared-grill_346278-812.jpg"},
+ ]}
+ />
+
+
-
-
+
+ title="Our Passion for Sushi"
+ descriptions={[
+ "Koi Sushi & More represents the pinnacle of authentic Japanese craft. We source our fish daily to ensure the highest quality in every bite.", "Our chefs combine traditional techniques with a modern approach, creating a dining experience that is both respectful of tradition and excitingly new.", "Whether it's a romantic dinner or a friendly gathering, we are committed to making your visit memorable."]}
+ />
+
+
-
-
-
+
+
-
-
+ tag="Our Guests"
+ title="Words from our diners"
+ description="We are proud to serve our local community and visitors alike with the highest quality standards."
+ testimonials={[
+ {
+ name: "Sarah L.", role: "Food Enthusiast", quote: "The best sushi in town, absolutely fresh and perfectly prepared every time.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg"},
+ {
+ name: "Michael R.", role: "Regular Guest", quote: "Great atmosphere, excellent service, and the quality of fish is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
+ {
+ name: "Elena K.", role: "Sushi Lover", quote: "An incredible experience. Every bite is an explosion of flavor.", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-standing-brick-wall-background-looking-sleepy-tired-exhausted-fatigue-hangover-lazy-eyes-morning_839833-16515.jpg"},
+ {
+ name: "David W.", role: "Visitor", quote: "Truly authentic Japanese cuisine. A must-visit place for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-manager-with-big-smile-outside-office_1139-337.jpg"},
+ {
+ name: "Julia P.", role: "Local Patron", quote: "Koi Sushi is my go-to place for celebrating special moments.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-with-shopping-bags-after-shopping-walking-streets-consumerism-concept_58466-12286.jpg"},
+ ]}
+ />
+
+
-
-
+
+
-
-
+ tag="Helpful Info"
+ title="Frequently Asked Questions"
+ description="Find answers to common questions about our reservations, menu and events."
+ items={[
+ {
+ question: "Do I need a reservation?", answer: "For weekends and larger groups, reservations are highly recommended."},
+ {
+ question: "Are there vegan options?", answer: "Yes, we offer a dedicated selection of vegan sushi and plant-based dishes."},
+ {
+ question: "Is parking available?", answer: "Yes, public parking is located within short walking distance."},
+ {
+ question: "Can I host events here?", answer: "Absolutely! Contact us for personalized event and catering packages."},
+ ]}
+ imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg"
+ />
+
+
-
>
);
-}
+}
\ No newline at end of file