From 405cb38c834c539cb46eebc411402b82b110f72f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 14:16:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cdd33ab..db4066b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { id: "4", name: "Nasi Ayam Penyet", price: "RM14", variant: "Smashed chicken with sambal & turmeric rice", imageSrc: "http://img.b2bpic.net/free-photo/crispy-omelet-topped-with-minced-pork-mixed-vegetables-sauce_1150-27791.jpg", imageAlt: "Nasi Ayam Penyet" }, { - id: "5", name: "Claypot Noodles", price: "RM15", variant: "Sizzling hot clay pot with charred edges", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-chopsticks-garlic_23-2148382851.jpg", imageAlt: "Claypot Noodles" + id: "5", name: "Claypot Noodles", price: "RM15", variant: "Sizzling hot clay pot with charred edges", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-chopsticks-garlic_23-2148382851.jpg?_wi=1", imageAlt: "Claypot Noodles" } ]} carouselMode="buttons" @@ -203,7 +203,7 @@ export default function LandingPage() { id: "2", name: "Lunch", role: "Hearty Noodles & Rice", imageSrc: "http://img.b2bpic.net/free-photo/acacia-pennata-omelette-with-chili-paste_1339-4617.jpg", imageAlt: "Traditional nasi lemak lunch" }, { - id: "3", name: "Evening", role: "Claypot & Favorites", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-chopsticks-garlic_23-2148382851.jpg", imageAlt: "Sizzling claypot noodles" + id: "3", name: "Evening", role: "Claypot & Favorites", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-chopsticks-garlic_23-2148382851.jpg?_wi=2", imageAlt: "Sizzling claypot noodles" }, { id: "4", name: "Community", role: "Friends & Family Gather", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-happy-friends-toasting-with-wine-while-having-dinner-together_637285-3334.jpg", imageAlt: "Family dining at DOJO" -- 2.49.1