From 501a792235ec82951d7beb8f27c0b848e43f5260 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 00:27:05 +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 a8bc789..f14beee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=1" imageAlt="Luxury cafe interior" mediaAnimation="blur-reveal" /> @@ -88,25 +88,25 @@ export default function LandingPage() { id: "1", name: "Truffle Eggs Benedict", price: "RM 38", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg?_wi=1", }, { id: "2", name: "Smoked Salmon Croissant", price: "RM 32", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg?_wi=1", }, { id: "3", name: "Artisanal Pastry Set", price: "RM 25", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=1", }, { id: "4", name: "Single Origin Latte", price: "RM 18", - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg?_wi=1", }, { id: "5", @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "The most elegant cafe in Penang. The truffle Benedict is divine.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/you-get-it-it-s-so-funny_329181-2916.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photo-young-redhead-bearded-man-white-shirt-reading-book-cafeteria_171337-10019.jpg?_wi=2", imageAlt: "satisfied customer cafe", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { quote: "Exceptional coffee quality and the atmosphere is simply unmatched.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-browsing-internet-cafe_1153-7402.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-mixed-berry-fruit-white-plate_1203-9404.jpg?_wi=2", imageAlt: "satisfied customer cafe", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "Love the glassmorphism aesthetic, makes the brunch experience very modern.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-people-sitting-restaurant_23-2149930183.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-avocado-toast-plate_23-2148891768.jpg?_wi=2", imageAlt: "satisfied customer cafe", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "A beautiful escape in the heart of George Town. Highly recommend.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-cake-with-hot-coffee-cup-wooden-table_1150-6541.jpg?_wi=2", imageAlt: "satisfied customer cafe", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Pastries are always fresh. The vibe is just perfect for weekends.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/two-women-having-lunch-restaurant_141793-2464.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-cappuccino-with-cinnamon_140725-7516.jpg?_wi=2", imageAlt: "satisfied customer cafe", }, ]}