Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-08 19:47:27 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{ text: "Explore the Menu", href: "#menu" },
{ text: "Book Your Table", href: "https://example.com/reservations" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg?_wi=1"
imageAlt="Fresh sashimi and sushi platter"
mediaAnimation="blur-reveal"
/>
@@ -62,21 +62,21 @@ export default function LandingPage() {
title: "Masterful Preparation", description: "From perfectly seasoned rice to the freshest cuts of sashimi, every dish is crafted with precision and passion.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-japanese-restaurant-facebook-template_23-2149416812.jpg", imageAlt: "Precision in sushi preparation"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg", imageAlt: "Premium sushi selection"},
imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg?_wi=1", imageAlt: "Premium sushi selection"},
},
{
id: 2,
title: "Exceptional Hospitality", description: "Luxury isn't just about the food. Our attentive, friendly, and efficient team ensures you feel like a VIP from the moment you walk in.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/non-contact-greeting-concept_23-2148497048.jpg", imageAlt: "Hospitality and service"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplants-along-with-red-tomatoes-olive-oil-dark-floor_140725-13292.jpg", imageAlt: "Hot dishes and warm meals"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplants-along-with-red-tomatoes-olive-oil-dark-floor_140725-13292.jpg?_wi=1", imageAlt: "Hot dishes and warm meals"},
},
{
id: 3,
title: "Unmatched Value", description: "We believe world-class Japanese cuisine shouldn't be out of reach. Experience premium dining at surprisingly fair prices.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-vector/retro-logo-with-text-template_1110-657.jpg", imageAlt: "Premium value proposition"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg", imageAlt: "Exceptional sushi quality"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg?_wi=2", imageAlt: "Exceptional sushi quality"},
},
]}
showStepNumbers={false}
@@ -92,11 +92,11 @@ export default function LandingPage() {
description="Discover our curated selection of pristine sushi, delicate sashimi, and expertly crafted hot dishes that showcase the finest Japanese cuisine."
products={[
{
id: "sushi-premium", name: "Pristine Sushi & Sashimi", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg", imageAlt: "Premium sushi and sashimi selection"},
id: "sushi-premium", name: "Pristine Sushi & Sashimi", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/sushi_74190-4349.jpg?_wi=2", imageAlt: "Premium sushi and sashimi selection"},
{
id: "hot-dishes", name: "Signature Hot Dishes", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplants-along-with-red-tomatoes-olive-oil-dark-floor_140725-13292.jpg", imageAlt: "Crispy tempura and warm ramen"},
id: "hot-dishes", name: "Signature Hot Dishes", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-eggplants-along-with-red-tomatoes-olive-oil-dark-floor_140725-13292.jpg?_wi=2", imageAlt: "Crispy tempura and warm ramen"},
{
id: "specialty-rolls", name: "Specialty Rolls", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg", imageAlt: "Artisanal specialty rolls"},
id: "specialty-rolls", name: "Specialty Rolls", price: "Market Price", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-cleaning-fish-kitchen_23-2150238922.jpg?_wi=3", imageAlt: "Artisanal specialty rolls"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"