From f8a39b410819673a3f9e382052e464c4980c09de Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:20:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a937e5..51a466c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@sitiaminah", testimonial: "The best lontong I've ever had! Authentic Muar taste.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-frame-with-copy-space_23-2148725098.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brazilian-food-frame-with-copy-space_23-2148725098.jpg?_wi=1", imageAlt: "authentic malay food catering setup", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@nurul_h", testimonial: "Professional catering and delicious nasi lemak.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso-composition_23-2148933358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso-composition_23-2148933358.jpg?_wi=1", imageAlt: "authentic malay food catering setup", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@izz_catering", testimonial: "Perfect for our company annual dinner. Everyone loved it!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151187790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151187790.jpg?_wi=1", imageAlt: "authentic malay food catering setup", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { handle: "@fatimahz", testimonial: "Prompt delivery and high-quality ingredients used in every dish.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg?_wi=1", imageAlt: "authentic malay food catering setup", }, ]} @@ -117,7 +117,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/brazilian-food-frame-with-copy-space_23-2148725098.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brazilian-food-frame-with-copy-space_23-2148725098.jpg?_wi=2" imageAlt="Traditional Mak Wie catering buffet" avatars={[ { @@ -194,19 +194,19 @@ export default function LandingPage() { id: "p1", name: "Lontong Kering Special", price: "RM15/pack", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso-composition_23-2148933358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-indonesian-bakso-composition_23-2148933358.jpg?_wi=2", }, { id: "p2", name: "Nasi Lemak Berlauk", price: "RM12/pack", - imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151187790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-ready-eat-delicious-meal-go_23-2151187790.jpg?_wi=2", }, { id: "p3", name: "Combo Event Platter", price: "RM450/set", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapa-s-different-delicious-meals_78826-2422.jpg?_wi=2", }, { id: "p4", @@ -411,7 +411,7 @@ export default function LandingPage() { content: "Yes, we offer secure online payment gateways for all bookings.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-holding-smartphone-newspaper-breakfast_23-2147860322.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-holding-smartphone-newspaper-breakfast_23-2147860322.jpg?_wi=1" mediaAnimation="slide-up" title="Frequently Asked Questions" description="Need more information? Here are the most common questions." @@ -457,7 +457,7 @@ export default function LandingPage() { required: true, }} buttonText="Submit Booking" - imageSrc="http://img.b2bpic.net/free-photo/man-holding-smartphone-newspaper-breakfast_23-2147860322.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-holding-smartphone-newspaper-breakfast_23-2147860322.jpg?_wi=2" /> -- 2.49.1