From a9633d1cca74b37ef6579e2c087d955ded6f5183 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:29:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b628969..a07712f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} dashboard={{ title: "Today's Specials", logoIcon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/asian-soup-with-shrimps_1220-7946.jpg", buttons: [ + imageSrc: "http://img.b2bpic.net/free-photo/asian-soup-with-shrimps_1220-7946.jpg?_wi=1", buttons: [ { text: "Order Now", href: "#contact" }, { text: "Learn More", href: "#menu" }, ], @@ -112,17 +112,17 @@ export default function LandingPage() { tagIcon={ChefHat} products={[ { - id: "1", name: "Tom Yam Goong", price: "RM 16.90", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21092.jpg", imageAlt: "tom yam goong shrimp soup thai cuisine appetizing"}, + id: "1", name: "Tom Yam Goong", price: "RM 16.90", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21092.jpg?_wi=1", imageAlt: "tom yam goong shrimp soup thai cuisine appetizing"}, { - id: "2", name: "Tom Yam Chicken", price: "RM 14.90", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg", imageAlt: "tom yam chicken thai soup comfort food aromatic"}, + id: "2", name: "Tom Yam Chicken", price: "RM 14.90", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg?_wi=1", imageAlt: "tom yam chicken thai soup comfort food aromatic"}, { - id: "3", name: "Pad Thai", price: "RM 12.90", imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-white-dish-with-lime-eggs-wooden-table_1150-21126.jpg", imageAlt: "pad thai thai noodles stir fry street food"}, + id: "3", name: "Pad Thai", price: "RM 12.90", imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-white-dish-with-lime-eggs-wooden-table_1150-21126.jpg?_wi=1", imageAlt: "pad thai thai noodles stir fry street food"}, { - id: "4", name: "Green Curry Chicken", price: "RM 15.90", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21092.jpg", imageAlt: "tom yam goong shrimp soup thai cuisine appetizing"}, + id: "4", name: "Green Curry Chicken", price: "RM 15.90", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-kung-thai-hot-spicy-soup-shrimp-with-lemon-grass-lemon-galangal-chilli-wooden-table-thailand-food_1150-21092.jpg?_wi=2", imageAlt: "tom yam goong shrimp soup thai cuisine appetizing"}, { - id: "5", name: "Tom Kha Gai", price: "RM 14.90", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg", imageAlt: "tom yam chicken thai soup comfort food aromatic"}, + id: "5", name: "Tom Kha Gai", price: "RM 14.90", imageSrc: "http://img.b2bpic.net/free-photo/green-curry-made-with-chicken-chili-basil-with-tomato-lime-kaffir-lime-leaves-garlic_1150-25723.jpg?_wi=2", imageAlt: "tom yam chicken thai soup comfort food aromatic"}, { - id: "6", name: "Papaya Salad", price: "RM 11.90", imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-white-dish-with-lime-eggs-wooden-table_1150-21126.jpg", imageAlt: "pad thai thai noodles stir fry street food"}, + id: "6", name: "Papaya Salad", price: "RM 11.90", imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-white-dish-with-lime-eggs-wooden-table_1150-21126.jpg?_wi=2", imageAlt: "pad thai thai noodles stir fry street food"}, ]} textboxLayout="default" animationType="slide-up" @@ -193,7 +193,7 @@ export default function LandingPage() {