From 13144e09a2f4f8b0ea361c65a151532a8f8848c2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 20:39:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b4485d..a51dfe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,13 +109,13 @@ export default function LandingPage() { tag="Signature Dishes" products={[ { - id: "1", name: "Wagyu Bulgogi with Truffle Oil", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1 + id: "1", name: "Wagyu Bulgogi", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1 }, { - id: "2", name: "Galbi Jjim - Braised Short Ribs", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1 + id: "2", name: "Galbi Jjim", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1 }, { - id: "3", name: "Seasonal Banchan Selection", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1 + id: "3", name: "Seasonal Banchan", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1