From 5f1d082c1c1f97ec069aee521e0bea42c93770f0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 23:19:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25b7859..67d460b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,13 +49,13 @@ export default function ScoodyLanding() { { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-noodles-bowl_23-2148803816.jpg", imageAlt: "Scoody Korean restaurant - Authentic ramen and Korean cuisine"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg", imageAlt: "Crispy Korean fried chicken - Scoody specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg?_wi=1", imageAlt: "Crispy Korean fried chicken - Scoody specialty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg", imageAlt: "Colorful bubble tea beverages - Strawberry Matcha specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg?_wi=1", imageAlt: "Colorful bubble tea beverages - Strawberry Matcha specialty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Fresh sushi rolls - Japanese specialty at Scoody"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=1", imageAlt: "Fresh sushi rolls - Japanese specialty at Scoody"}, { - imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg", imageAlt: "Steaming Korean ramyeon noodles - House specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg?_wi=1", imageAlt: "Steaming Korean ramyeon noodles - House specialty"}, ]} buttons={[ { text: "Call Now", href: "tel:08584049465" }, @@ -73,17 +73,17 @@ export default function ScoodyLanding() { tagIcon={Flame} products={[ { - id: "1", name: "Korean Ramyeon", price: "₹220-280", imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg", imageAlt: "Korean Ramyeon - Spicy noodles"}, + id: "1", name: "Korean Ramyeon", price: "₹220-280", imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg?_wi=2", imageAlt: "Korean Ramyeon - Spicy noodles"}, { - id: "2", name: "Korean Fried Chicken", price: "₹280-320", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg", imageAlt: "Korean Fried Chicken - Crispy & juicy"}, + id: "2", name: "Korean Fried Chicken", price: "₹280-320", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg?_wi=2", imageAlt: "Korean Fried Chicken - Crispy & juicy"}, { id: "3", name: "Cheese Corn Dog", price: "₹180-220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149387985.jpg", imageAlt: "Cheese Corn Dog - Melted cheese filling"}, { - id: "4", name: "Chicken Katsu Sushi", price: "₹250-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Sushi Rolls - Fresh & authentic"}, + id: "4", name: "Chicken Katsu Sushi", price: "₹250-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=2", imageAlt: "Sushi Rolls - Fresh & authentic"}, { - id: "5", name: "Strawberry Matcha Bubble Tea", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg", imageAlt: "Bubble Tea - Refreshing beverage"}, + id: "5", name: "Strawberry Matcha Bubble Tea", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg?_wi=2", imageAlt: "Bubble Tea - Refreshing beverage"}, { - id: "6", name: "Tempura Shrimp", price: "₹260-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Tempura Shrimp - Crispy & tender"}, + id: "6", name: "Tempura Shrimp", price: "₹260-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=3", imageAlt: "Tempura Shrimp - Crispy & tender"}, ]} gridVariant="bento-grid" animationType="slide-up" -- 2.49.1