Merge version_1_1782225038048 into main #1
@@ -9,193 +9,117 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroSplitMediaGrid
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTextSplit
|
||||
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.",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Our Specialties"
|
||||
title="Signature Creations"
|
||||
description="An curated selection of our finest dishes, prepared with precision and passion."
|
||||
items={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Special Rolls",
|
||||
description: "Hand-rolled with premium seasonal ingredients and innovative sauces.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-soy-sauce_23-2149013620.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Premium Sashimi",
|
||||
description: "The freshest catch, sliced to perfection to highlight its natural flavor.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-salmon-white-plate_74190-5879.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic Ramen",
|
||||
description: "Slow-cooked broths and handmade noodles for a comforting experience.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259656.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Nigiri Masterpieces",
|
||||
description: "Classic nigiri, balanced to perfection.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-sushi-roll-plate_23-2148505563.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Crispy Tempura",
|
||||
description: "Light and airy batter on fresh, local produce and seafood.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Sides & Appetizers",
|
||||
description: "The perfect start to your meal.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-up-view-green-peas-bowl_114579-84621.jpg",
|
||||
},
|
||||
{
|
||||
id: "7",
|
||||
title: "Poke Bowls",
|
||||
description: "Customizable bowls packed with fresh nutrition and flavor.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pokea-bowl-with-fresh-salmon-rice-chuka-salad-edamame-beans-carrots-red-cabbage-healthy-food-bowl-pink-background-vertical_127032-2525.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Specialties"
|
||||
title="Signature Creations"
|
||||
description="An curated selection of our finest dishes, prepared with precision and passion."
|
||||
items={[
|
||||
{
|
||||
title: "Special Rolls", description: "Hand-rolled with premium seasonal ingredients and innovative sauces.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sushi-soy-sauce_23-2149013620.jpg"},
|
||||
{
|
||||
title: "Premium Sashimi", description: "The freshest catch, sliced to perfection to highlight its natural flavor.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/carpaccio-salmon-white-plate_74190-5879.jpg"},
|
||||
{
|
||||
title: "Authentic Ramen", description: "Slow-cooked broths and handmade noodles for a comforting experience.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259656.jpg"},
|
||||
{
|
||||
title: "Nigiri Masterpieces", description: "Classic nigiri, balanced to perfection.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sushi-roll-plate_23-2148505563.jpg"},
|
||||
{
|
||||
title: "Crispy Tempura", description: "Light and airy batter on fresh, local produce and seafood.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/bowl-breaded-chicken-filled-with-cheese-lettuce_140725-5978.jpg"},
|
||||
{
|
||||
title: "Sides & Appetizers", description: "The perfect start to your meal.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-up-view-green-peas-bowl_114579-84621.jpg"},
|
||||
{
|
||||
title: "Poke Bowls", description: "Customizable bowls packed with fresh nutrition and flavor.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/pokea-bowl-with-fresh-salmon-rice-chuka-salad-edamame-beans-carrots-red-cabbage-healthy-food-bowl-pink-background-vertical_127032-2525.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialQuoteCards
|
||||
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",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSplitMedia
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
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"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Join Us"
|
||||
text="Experience the art of sushi at Koi Sushi & More. Secure your reservation today."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Order Online",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Join Us"
|
||||
text="Experience the art of sushi at Koi Sushi & More. Secure your reservation today."
|
||||
primaryButton={{
|
||||
text: "Book Now", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Order Online", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user