From 0ea6f4b78baf5e598d3b9fd161398c70a0c47197 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:16:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f350eb..011e8a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Order Online", href: "https://order.example.com" } ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/elevated-view-fish-ball-soup-with-rice-sauces-noodles_23-2148093236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elevated-view-fish-ball-soup-with-rice-sauces-noodles_23-2148093236.jpg?_wi=1" imageAlt="Steaming bowl of authentic Japanese ramen" mediaAnimation="slide-up" frameStyle="card" @@ -71,7 +71,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "JINYA", name: "Tonkotsu Black", price: "$16.95", rating: 5, - reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowls-arrangement_23-2148809847.jpg", imageAlt: "Tonkotsu Black Ramen with rich pork broth" + reviewCount: "487", imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowls-arrangement_23-2148809847.jpg?_wi=1", imageAlt: "Tonkotsu Black Ramen with rich pork broth" }, { id: "2", brand: "JINYA", name: "Spicy Chicken Ramen", price: "$15.95", rating: 5, @@ -79,7 +79,7 @@ export default function LandingPage() { }, { id: "3", brand: "JINYA", name: "Vegan Ramen", price: "$14.95", rating: 5, - reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/homemade-asian-japanese-food-with-sauce-wooden-spoon-sesame-seeds-white-backdrop_23-2148123709.jpg", imageAlt: "Plant-based Vegan Ramen with vegetable broth" + reviewCount: "328", imageSrc: "http://img.b2bpic.net/free-photo/homemade-asian-japanese-food-with-sauce-wooden-spoon-sesame-seeds-white-backdrop_23-2148123709.jpg?_wi=1", imageAlt: "Plant-based Vegan Ramen with vegetable broth" } ]} /> @@ -129,19 +129,19 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "ramen-bowls", title: "Ramen Bowls", price: "From $12.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowls-arrangement_23-2148809847.jpg", imageAlt: "Ramen bowls special pricing", button: { text: "See Menu", href: "#menu" }, + id: "ramen-bowls", title: "Ramen Bowls", price: "From $12.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/japanese-food-bowls-arrangement_23-2148809847.jpg?_wi=2", imageAlt: "Ramen bowls special pricing", button: { text: "See Menu", href: "#menu" }, features: [ "All signature ramen included", "Rich authentic broths", "Premium noodle quality", "Fresh ingredient toppings" ] }, { - id: "japanese-beer", title: "Japanese Beer & Drinks", price: "From $4.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fish-ball-soup-with-rice-sauces-noodles_23-2148093236.jpg", imageAlt: "Japanese beverage selection", button: { text: "See Drinks", href: "#menu" }, + id: "japanese-beer", title: "Japanese Beer & Drinks", price: "From $4.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fish-ball-soup-with-rice-sauces-noodles_23-2148093236.jpg?_wi=2", imageAlt: "Japanese beverage selection", button: { text: "See Drinks", href: "#menu" }, features: [ "Premium Japanese imports", "Craft beer selection", "Traditional sake", "House specialty cocktails" ] }, { - id: "small-plates", title: "Small Plates & Appetizers", price: "From $6.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/homemade-asian-japanese-food-with-sauce-wooden-spoon-sesame-seeds-white-backdrop_23-2148123709.jpg", imageAlt: "Small plates appetizers", button: { text: "See Appetizers", href: "#menu" }, + id: "small-plates", title: "Small Plates & Appetizers", price: "From $6.95", period: "Happy Hour Price", imageSrc: "http://img.b2bpic.net/free-photo/homemade-asian-japanese-food-with-sauce-wooden-spoon-sesame-seeds-white-backdrop_23-2148123709.jpg?_wi=2", imageAlt: "Small plates appetizers", button: { text: "See Appetizers", href: "#menu" }, features: [ "Gyoza dumplings", "Edamame", "Spring rolls", "Seasonal vegetables" ] -- 2.49.1