From b64e6120dd51c4b1aedb47f0ba769160d384a1bb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 292 +++++++++-------------------------------------- 1 file changed, 57 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be1ce1b..17fe904 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,39 +32,23 @@ export default function LandingPage() { @@ -72,44 +56,23 @@ export default function LandingPage() {
@@ -134,23 +95,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Signature Rolls", - description: "Explore our unique rolls, each a masterpiece of flavor and texture, crafted with fresh, seasonal ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-avocado-mayonnaise-cheese_140725-56.jpg", - imageAlt: "Signature sushi roll", - }, + title: "Signature Rolls", description: "Explore our unique rolls, each a masterpiece of flavor and texture, crafted with fresh, seasonal ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/sushi-with-avocado-mayonnaise-cheese_140725-56.jpg", imageAlt: "Signature sushi roll"}, { - title: "Exquisite Sashimi", - description: "Savor the delicate taste of premium, hand-cut sashimi, showcasing the ocean's finest offerings.", - imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg", - imageAlt: "Exquisite sashimi selection", - }, + title: "Exquisite Sashimi", description: "Savor the delicate taste of premium, hand-cut sashimi, showcasing the ocean's finest offerings.", imageSrc: "http://img.b2bpic.net/free-photo/various-colored-sushi-set-top-view_140725-5704.jpg", imageAlt: "Exquisite sashimi selection"}, { - title: "Traditional Nigiri", - description: "Experience the classic perfection of our nigiri, expertly balanced rice and a selection of fresh fish.", - imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-near-condiments_23-2147762739.jpg", - imageAlt: "Traditional nigiri set", - }, + title: "Traditional Nigiri", description: "Experience the classic perfection of our nigiri, expertly balanced rice and a selection of fresh fish.", imageSrc: "http://img.b2bpic.net/free-photo/assorted-sushi-near-condiments_23-2147762739.jpg", imageAlt: "Traditional nigiri set"}, ]} title="Our Culinary Highlights" description="Discover what makes Kusabi Sushi a truly exceptional dining experience." @@ -166,53 +115,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Maguro Nigiri", - price: "$8.00", - variant: "Tuna", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sushi-with-sticks-sauce_23-2148862947.jpg", - imageAlt: "Maguro Nigiri", - }, + id: "p1", name: "Maguro Nigiri", price: "$8.00", variant: "Tuna", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-sushi-with-sticks-sauce_23-2148862947.jpg", imageAlt: "Maguro Nigiri"}, { - id: "p2", - name: "Sake Nigiri", - price: "$7.00", - variant: "Salmon", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-raw-fish-with-rice-plate_23-2148862945.jpg", - imageAlt: "Sake Nigiri", - }, + id: "p2", name: "Sake Nigiri", price: "$7.00", variant: "Salmon", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-raw-fish-with-rice-plate_23-2148862945.jpg", imageAlt: "Sake Nigiri"}, { - id: "p3", - name: "California Roll", - price: "$12.00", - variant: "Crab & Avocado", - imageSrc: "http://img.b2bpic.net/free-photo/maki-california-sushi-rolls-white-surface_114579-14768.jpg", - imageAlt: "California Roll", - }, + id: "p3", name: "California Roll", price: "$12.00", variant: "Crab & Avocado", imageSrc: "http://img.b2bpic.net/free-photo/maki-california-sushi-rolls-white-surface_114579-14768.jpg", imageAlt: "California Roll"}, { - id: "p4", - name: "Spicy Tuna Roll", - price: "$14.00", - variant: "Tuna & Sriracha", - imageSrc: "http://img.b2bpic.net/free-photo/white-plate-sushi-rolls-placed-marble-background_114579-59182.jpg", - imageAlt: "Spicy Tuna Roll", - }, + id: "p4", name: "Spicy Tuna Roll", price: "$14.00", variant: "Tuna & Sriracha", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-sushi-rolls-placed-marble-background_114579-59182.jpg", imageAlt: "Spicy Tuna Roll"}, { - id: "p5", - name: "Sashimi Platter", - price: "$35.00", - variant: "Chef's Selection", - imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-asparagus_74190-5563.jpg", - imageAlt: "Assorted Sashimi Platter", - }, + id: "p5", name: "Sashimi Platter", price: "$35.00", variant: "Chef's Selection", imageSrc: "http://img.b2bpic.net/free-photo/salmon-roll-asparagus_74190-5563.jpg", imageAlt: "Assorted Sashimi Platter"}, { - id: "p6", - name: "Shrimp Tempura", - price: "$9.00", - variant: "Crispy Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-table_1339-7344.jpg", - imageAlt: "Shrimp Tempura", - }, + id: "p6", name: "Shrimp Tempura", price: "$9.00", variant: "Crispy Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/batter-fried-prawns-table_1339-7344.jpg", imageAlt: "Shrimp Tempura"}, ]} title="Our Exquisite Menu" description="Explore a world of authentic Japanese flavors, from classic nigiri to our innovative signature rolls." @@ -228,50 +141,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - role: "Food Blogger", - company: "Taste Bud Adventures", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345038.jpg", - imageAlt: "Sarah J. customer", - }, + id: "t1", name: "Sarah J.", role: "Food Blogger", company: "Taste Bud Adventures", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151345038.jpg", imageAlt: "Sarah J. customer"}, { - id: "t2", - name: "David M.", - role: "Local Guide", - company: "Yelp Elite", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating_23-2149008714.jpg", - imageAlt: "David M. customer", - }, + id: "t2", name: "David M.", role: "Local Guide", company: "Yelp Elite", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating_23-2149008714.jpg", imageAlt: "David M. customer"}, { - id: "t3", - name: "Emily R.", - role: "Restaurant Critic", - company: "Dining Digest", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151344967.jpg", - imageAlt: "Emily R. customer", - }, + id: "t3", name: "Emily R.", role: "Restaurant Critic", company: "Dining Digest", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-eating-sushi_23-2151344967.jpg", imageAlt: "Emily R. customer"}, { - id: "t4", - name: "Michael S.", - role: "Food Enthusiast", - company: "Google Reviewer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081509.jpg", - imageAlt: "Michael S. customer", - }, + id: "t4", name: "Michael S.", role: "Food Enthusiast", company: "Google Reviewer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081509.jpg", imageAlt: "Michael S. customer"}, { - id: "t5", - name: "Jessica L.", - role: "Regular Patron", - company: "Kusabi Fan", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151345003.jpg", - imageAlt: "Jessica L. customer", - }, + id: "t5", name: "Jessica L.", role: "Regular Patron", company: "Kusabi Fan", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-eating-sushi_23-2151345003.jpg", imageAlt: "Jessica L. customer"}, ]} title="What Our Guests Say" description="Hear from those who have experienced the exquisite taste and impeccable service at Kusabi Sushi." @@ -287,29 +170,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "m1", - name: "Chef Kenji Tanaka", - role: "Head Sushi Chef & Owner", - description: "With over 20 years of experience, Chef Kenji is a master of traditional Edo-mae sushi, bringing passion and precision to every creation.", - imageSrc: "http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21338.jpg", - imageAlt: "Chef Kenji Tanaka", - }, + id: "m1", name: "Chef Kenji Tanaka", role: "Head Sushi Chef & Owner", description: "With over 20 years of experience, Chef Kenji is a master of traditional Edo-mae sushi, bringing passion and precision to every creation.", imageSrc: "http://img.b2bpic.net/free-photo/confident-chef-wearing-uniform-posing-with-his-arms-crossed-looking-camera-restaurant-kitchen_613910-21338.jpg", imageAlt: "Chef Kenji Tanaka"}, { - id: "m2", - name: "Akira Sato", - role: "Sous Chef", - description: "Akira's innovative approach and fresh perspective complement Chef Kenji's traditional style, pushing culinary boundaries with exquisite flavor combinations.", - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050370.jpg", - imageAlt: "Akira Sato, Sous Chef", - }, + id: "m2", name: "Akira Sato", role: "Sous Chef", description: "Akira's innovative approach and fresh perspective complement Chef Kenji's traditional style, pushing culinary boundaries with exquisite flavor combinations.", imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-sushi-order-takeaway_23-2149050370.jpg", imageAlt: "Akira Sato, Sous Chef"}, { - id: "m3", - name: "Yuki Nakamura", - role: "Restaurant Manager", - description: "Yuki ensures every guest experiences the highest level of hospitality, overseeing a seamless and memorable dining journey.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-business-owner_23-2149434491.jpg", - imageAlt: "Yuki Nakamura, Restaurant Manager", - }, + id: "m3", name: "Yuki Nakamura", role: "Restaurant Manager", description: "Yuki ensures every guest experiences the highest level of hospitality, overseeing a seamless and memorable dining journey.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-business-owner_23-2149434491.jpg", imageAlt: "Yuki Nakamura, Restaurant Manager"}, ]} title="Meet Our Culinary Artisans" description="The dedicated team behind Kusabi Sushi, committed to delivering an unparalleled dining experience." @@ -323,30 +188,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "Do you offer vegetarian or vegan options?", - content: "Yes, we have a selection of delicious vegetarian and vegan sushi rolls and appetizers. Please inform your server about any dietary preferences or restrictions.", - }, + id: "faq1", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a selection of delicious vegetarian and vegan sushi rolls and appetizers. Please inform your server about any dietary preferences or restrictions."}, { - id: "faq2", - title: "What are your opening hours?", - content: "Kusabi Sushi is open Tuesday to Sunday, from 11:30 AM to 2:30 PM for lunch, and 5:00 PM to 10:00 PM for dinner. We are closed on Mondays.", - }, + id: "faq2", title: "What are your opening hours?", content: "Kusabi Sushi is open Tuesday to Sunday, from 11:30 AM to 2:30 PM for lunch, and 5:00 PM to 10:00 PM for dinner. We are closed on Mondays."}, { - id: "faq3", - title: "Do I need a reservation?", - content: "Reservations are highly recommended, especially for dinner and weekend seating, to ensure you get a table. You can make a reservation through our contact section below or by calling us directly.", - }, + id: "faq3", title: "Do I need a reservation?", content: "Reservations are highly recommended, especially for dinner and weekend seating, to ensure you get a table. You can make a reservation through our contact section below or by calling us directly."}, { - id: "faq4", - title: "Do you cater for events?", - content: "Yes, Kusabi Sushi offers catering services for various events. Please contact us with your event details to discuss custom menu options and pricing.", - }, + id: "faq4", title: "Do you cater for events?", content: "Yes, Kusabi Sushi offers catering services for various events. Please contact us with your event details to discuss custom menu options and pricing."}, { - id: "faq5", - title: "Where are you located?", - content: "We are conveniently located at 123 Sushi Lane, Downtown Culinary District. You'll find ample parking nearby.", - }, + id: "faq5", title: "Where are you located?", content: "We are conveniently located at 123 Sushi Lane, Downtown Culinary District. You'll find ample parking nearby."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about Kusabi Sushi, from reservations to dietary needs." @@ -359,8 +209,7 @@ export default function LandingPage() {