From 1ec5f29869d772db5d526a49c7c6ae8b42abbb33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:26:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b6ee31..eabed37 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,9 +50,11 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", imageAlt: "Green tomyam soup with fresh ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/green-curry-bowl-spices-wooden-table_1150-21364.jpg", imageAlt: "Green tomyam soup with fresh ingredients" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg?_wi=1", imageAlt: "Authentic Thai food stall preparation"}, + imageSrc: "http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg", imageAlt: "Authentic Thai food stall preparation" + }, ]} mediaAnimation="slide-up" rating={5} @@ -72,9 +74,10 @@ export default function LandingPage() { { value: "250+", title: "5-star reviews" }, { value: "4.5/5", title: "Google rating" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/cooking-process-asian-restaurant-cook-is-fry-vegetables-with-spices-sauce-wok_613910-19809.jpg" imageAlt="Ghee Lian stall in Padang Kota Lama" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -91,13 +94,16 @@ export default function LandingPage() { products={[ { id: "1", brand: "Ghee Lian", name: "Green Tomyam Seafood", price: "RM 15-20", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soups-bowls-with-shrimp-chopsticks_23-2148377452.jpg", imageAlt: "Green tomyam with fresh seafood and prawns"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-soups-bowls-with-shrimp-chopsticks_23-2148377452.jpg", imageAlt: "Green tomyam with fresh seafood and prawns" + }, { id: "2", brand: "Ghee Lian", name: "Green Tomyam Chicken", price: "RM 12-15", rating: 5, - reviewCount: "76", 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: "Green tomyam with tender chicken pieces"}, + reviewCount: "76", 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: "Green tomyam with tender chicken pieces" + }, { id: "3", brand: "Ghee Lian", name: "Green Tomyam Mixed", price: "RM 16-18", rating: 5, - reviewCount: "65", 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-21087.jpg", imageAlt: "Green tomyam with mixed seafood and vegetables"}, + reviewCount: "65", 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-21087.jpg", imageAlt: "Green tomyam with mixed seafood and vegetables" + }, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -172,4 +178,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1