diff --git a/src/app/page.tsx b/src/app/page.tsx index 6aa7bc8..308564a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,23 +32,17 @@ export default function LandingPage() { @@ -58,35 +52,21 @@ export default function LandingPage() { description="Authentic Sushi & Poke. Fresh, daily ingredients prepared with passion." buttons={[ { - text: "View Menu", - href: "#products", - }, + text: "View Menu", href: "#products"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg?_wi=1", - imageAlt: "Fresh sushi set", - }, + imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg?_wi=1", imageAlt: "Fresh sushi set"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-plate_23-2149013632.jpg?_wi=1", - imageAlt: "Sashimi detail", - }, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-plate_23-2149013632.jpg?_wi=1", imageAlt: "Sashimi detail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-poke-bowl_23-2148873806.jpg?_wi=1", - imageAlt: "Poke bowl", - }, + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-poke-bowl_23-2148873806.jpg?_wi=1", imageAlt: "Poke bowl"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo_496169-229.jpg?_wi=1", - imageAlt: "Restaurant ambiance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo_496169-229.jpg?_wi=1", imageAlt: "Restaurant ambiance"}, { - 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-top-view-banner_127032-2526.jpg?_wi=1", - imageAlt: "Sushi platter", - }, + 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-top-view-banner_127032-2526.jpg?_wi=1", imageAlt: "Sushi platter"}, { - imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cookies-small-serving-platter_114579-44884.jpg", - imageAlt: "Roll selection", - }, + imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cookies-small-serving-platter_114579-44884.jpg", imageAlt: "Roll selection"}, ]} /> @@ -98,19 +78,13 @@ export default function LandingPage() { metrics={[ { icon: Award, - label: "Years Experience", - value: "10+", - }, + label: "Years Experience", value: "10+"}, { icon: Fish, - label: "Daily Fish Delivery", - value: "Fresh", - }, + label: "Daily Fish Delivery", value: "Fresh"}, { icon: Smile, - label: "Happy Guests", - value: "5000+", - }, + label: "Happy Guests", value: "5000+"}, ]} metricsAnimation="slide-up" /> @@ -124,41 +98,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Salmon Nigiri", - price: "$8.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-nigiri_23-2148201935.jpg", - }, + id: "p1", name: "Salmon Nigiri", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-salmon-nigiri_23-2148201935.jpg"}, { - id: "p2", - name: "Tuna Nigiri", - price: "$9.00", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-2677.jpg", - }, + id: "p2", name: "Tuna Nigiri", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_74190-2677.jpg"}, { - id: "p3", - name: "Ebi Nigiri", - price: "$7.50", - imageSrc: "http://img.b2bpic.net/free-photo/prawn-sushi-held-by-chopsticks_1147-455.jpg", - }, + id: "p3", name: "Ebi Nigiri", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/prawn-sushi-held-by-chopsticks_1147-455.jpg"}, { - id: "p4", - name: "Veggie Roll", - price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-vegetable-spring-rolls-tray-with-chopsticks_23-2148138917.jpg", - }, + id: "p4", name: "Veggie Roll", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-vegetable-spring-rolls-tray-with-chopsticks_23-2148138917.jpg"}, { - id: "p5", - name: "Spicy Tuna Bowl", - price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053699.jpg", - }, + id: "p5", name: "Spicy Tuna Bowl", price: "$14.00", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053699.jpg"}, { - id: "p6", - name: "Classic Maki", - price: "$7.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-shrimps-with-ginger-wasabi-soy-sauce-plate_141793-4322.jpg", - }, + id: "p6", name: "Classic Maki", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sushi-rolls-with-shrimps-with-ginger-wasabi-soy-sauce-plate_141793-4322.jpg"}, ]} title="Our Menu" description="From classic nigiri to our signature poke bowls." @@ -172,34 +122,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "100%", - title: "Freshness", - items: [ - "Sourced Daily", - "No Preservatives", - "Hand Selected", - ], + id: "m1", value: "100%", title: "Freshness", items: [ + "Sourced Daily", "No Preservatives", "Hand Selected"], }, { - id: "m2", - value: "30+", - title: "Menu Items", - items: [ - "Sushi", - "Poke", - "Maki", - ], + id: "m2", value: "30+", title: "Menu Items", items: [ + "Sushi", "Poke", "Maki"], }, { - id: "m3", - value: "15", - title: "Staff Members", - items: [ - "Expert Chefs", - "Service Staff", - "Management", - ], + id: "m3", value: "15", title: "Staff Members", items: [ + "Expert Chefs", "Service Staff", "Management"], }, ]} title="By The Numbers" @@ -213,60 +145,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Sarah J.", - date: "Jan 2025", - title: "Regular", - quote: "The freshest fish in town, hands down.", - tag: "Favorite", - avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg?_wi=2", - imageAlt: "smiling customer portrait", - }, + id: "t1", name: "Sarah J.", date: "Jan 2025", title: "Regular", quote: "The freshest fish in town, hands down.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg?_wi=2", imageAlt: "smiling customer portrait"}, { - id: "t2", - name: "Mark D.", - date: "Dec 2024", - title: "Foodie", - quote: "Great atmosphere and authentic flavors.", - tag: "Recommended", - avatarSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-plate_23-2149013632.jpg?_wi=2", - imageAlt: "smiling customer portrait", - }, + id: "t2", name: "Mark D.", date: "Dec 2024", title: "Foodie", quote: "Great atmosphere and authentic flavors.", tag: "Recommended", avatarSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-sushi-soy-sauce_23-2149013618.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-sushi-plate_23-2149013632.jpg?_wi=2", imageAlt: "smiling customer portrait"}, { - id: "t3", - name: "Emily R.", - date: "Nov 2024", - title: "Local", - quote: "My go-to spot for poke bowls.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-poke-bowl_23-2148873806.jpg?_wi=2", - imageAlt: "smiling customer portrait", - }, + id: "t3", name: "Emily R.", date: "Nov 2024", title: "Local", quote: "My go-to spot for poke bowls.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-poke-bowl_23-2148873806.jpg?_wi=2", imageAlt: "smiling customer portrait"}, { - id: "t4", - name: "David L.", - date: "Oct 2024", - title: "Sushi Lover", - quote: "Authentic preparation, consistent quality.", - tag: "Daily", - avatarSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo_496169-229.jpg?_wi=2", - imageAlt: "smiling customer portrait", - }, + id: "t4", name: "David L.", date: "Oct 2024", title: "Sushi Lover", quote: "Authentic preparation, consistent quality.", tag: "Daily", avatarSrc: "http://img.b2bpic.net/free-photo/pleasant-looking-stylish-bearded-man-speaks-smart-phone_273609-8930.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo_496169-229.jpg?_wi=2", imageAlt: "smiling customer portrait"}, { - id: "t5", - name: "Chloe T.", - date: "Sep 2024", - title: "Guest", - quote: "Love the variety and the friendly staff.", - tag: "Verified", - avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520013.jpg", - 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-top-view-banner_127032-2526.jpg?_wi=2", - imageAlt: "smiling customer portrait", - }, + id: "t5", name: "Chloe T.", date: "Sep 2024", title: "Guest", quote: "Love the variety and the friendly staff.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520013.jpg", 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-top-view-banner_127032-2526.jpg?_wi=2", imageAlt: "smiling customer portrait"}, ]} title="Guest Reviews" description="Hear what our regulars say about their Osaka experience." @@ -278,20 +165,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you offer delivery?", - content: "Yes, we offer local delivery through our website.", - }, + id: "f1", title: "Do you offer delivery?", content: "Yes, we offer local delivery through our website."}, { - id: "f2", - title: "Are there vegetarian options?", - content: "We have a wide selection of vegetarian rolls and bowls.", - }, + id: "f2", title: "Are there vegetarian options?", content: "We have a wide selection of vegetarian rolls and bowls."}, { - id: "f3", - title: "Can I reserve a table?", - content: "Absolutely, please call us to secure your spot.", - }, + id: "f3", title: "Can I reserve a table?", content: "Absolutely, please call us to secure your spot."}, ]} sideTitle="Common Questions" faqsAnimation="slide-up" @@ -302,14 +180,11 @@ export default function LandingPage() {