From e5bcf7aac2bd5d47dc2870a5e713f995e7abc901 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:56:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5e3c586..f1d1531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,6 +64,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" }, { text: "Reserve Now", href: "https://www.opentable.com" } ]} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -86,15 +87,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Tonkotsu", title: "Rich Pork Broth", subtitle: "Creamy & Savory Excellence", description: "Our signature tonkotsu broth is simmered for 18 hours, creating a rich, creamy foundation with layers of umami complexity. Perfectly balanced with our house-made tare and premium pork belly chashu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091584.jpg?_wi=1", imageAlt: "Tonkotsu Ramen" + tag: "Tonkotsu", title: "Rich Pork Broth", subtitle: "Creamy & Savory Excellence", description: "Our signature tonkotsu broth is simmered for 18 hours, creating a rich, creamy foundation with layers of umami complexity. Perfectly balanced with our house-made tare and premium pork belly chashu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091584.jpg", imageAlt: "Tonkotsu Ramen" }, { id: 2, - tag: "Shoyu", title: "Soy Sauce Essence", subtitle: "Classic & Refined", description: "Our traditional shoyu ramen features a clear, complex broth built on chicken and seafood stock. Topped with perfectly soft-boiled eggs, fresh scallions, and tender chashu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091616.jpg?_wi=1", imageAlt: "Shoyu Ramen" + tag: "Shoyu", title: "Soy Sauce Essence", subtitle: "Classic & Refined", description: "Our traditional shoyu ramen features a clear, complex broth built on chicken and seafood stock. Topped with perfectly soft-boiled eggs, fresh scallions, and tender chashu.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091616.jpg", imageAlt: "Shoyu Ramen" }, { id: 3, - tag: "Miso", title: "Bold & Warming", subtitle: "Comfort in Every Spoonful", description: "A warming miso-based broth with hints of sesame and garlic. Our miso ramen delivers robust flavors balanced with fresh vegetables and premium toppings.", imageSrc: "http://img.b2bpic.net/free-photo/miso-ramen-asian-noodles-with-cabbage-kimchi-seaweed-egg-mushrooms-cheese-tofu-bowl-white-wooden-table_2829-4857.jpg?_wi=1", imageAlt: "Miso Ramen" + tag: "Miso", title: "Bold & Warming", subtitle: "Comfort in Every Spoonful", description: "A warming miso-based broth with hints of sesame and garlic. Our miso ramen delivers robust flavors balanced with fresh vegetables and premium toppings.", imageSrc: "http://img.b2bpic.net/free-photo/miso-ramen-asian-noodles-with-cabbage-kimchi-seaweed-egg-mushrooms-cheese-tofu-bowl-white-wooden-table_2829-4857.jpg", imageAlt: "Miso Ramen" } ]} textboxLayout="default" @@ -109,13 +110,13 @@ export default function LandingPage() { tag="Bestsellers" products={[ { - id: "1", name: "Classic Tonkotsu", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091584.jpg?_wi=2", imageAlt: "Classic Tonkotsu Ramen" + id: "1", name: "Classic Tonkotsu", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091584.jpg", imageAlt: "Classic Tonkotsu Ramen" }, { - id: "2", name: "Spicy Miso Supreme", price: "$17.95", imageSrc: "http://img.b2bpic.net/free-photo/miso-ramen-asian-noodles-with-cabbage-kimchi-seaweed-egg-mushrooms-cheese-tofu-bowl-white-wooden-table_2829-4857.jpg?_wi=2", imageAlt: "Spicy Miso Ramen" + id: "2", name: "Spicy Miso Supreme", price: "$17.95", imageSrc: "http://img.b2bpic.net/free-photo/miso-ramen-asian-noodles-with-cabbage-kimchi-seaweed-egg-mushrooms-cheese-tofu-bowl-white-wooden-table_2829-4857.jpg", imageAlt: "Spicy Miso Ramen" }, { - id: "3", name: "Shoyu Masterpiece", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091616.jpg?_wi=2", imageAlt: "Shoyu Ramen" + id: "3", name: "Shoyu Masterpiece", price: "$16.95", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-asian-food_23-2149091616.jpg", imageAlt: "Shoyu Ramen" }, { id: "4", name: "Gyoza Selection", price: "$9.95", imageSrc: "http://img.b2bpic.net/free-photo/side-view-traditional-asian-dumplings-with-meat-vegetables-served-with-soy-sauce-plate-rustic_141793-11564.jpg", imageAlt: "Gyoza Dumplings" -- 2.49.1