From 0740791d5d1ac5b5bf697561aafc6c60ce747a27 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:03:24 +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 f2b8d8e..c2ae165 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=1" imageAlt="Magma Restaurant interior ambiance" mediaAnimation="blur-reveal" avatars={[ @@ -158,7 +158,7 @@ export default function LandingPage() { title: "Exclusive Vibe", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=1" imageAlt="Magma chef preparing high-quality ingredients" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -177,21 +177,21 @@ export default function LandingPage() { name: "Classic Eggs Benedict", price: "Premium", variant: "Breakfast Highlight", - imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg?_wi=1", }, { id: "2", name: "Artisanal Brew", price: "High Quality", variant: "Signature Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg?_wi=2", }, { id: "3", name: "Magma Tasting Dish", price: "Culinary Art", variant: "Chef's Choice", - imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg?_wi=3", }, ]} title="Signature Experiences" @@ -227,7 +227,7 @@ export default function LandingPage() { role: "Enthusiast", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-fish-fillet-with-red-onions-narsharab-plate_140725-11496.jpg?_wi=2", }, { id: "4", @@ -235,7 +235,7 @@ export default function LandingPage() { role: "Foodie", company: "Vlogger", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-dessert-with-vanilla-cream-chocolate-sauce-served-with-espresso_140725-8901.jpg?_wi=2", }, { id: "5", @@ -243,7 +243,7 @@ export default function LandingPage() { role: "Guest", company: "Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/eggs-benedict-with-ham-sauce-top_1203-9073.jpg?_wi=4", }, ]} kpiItems={[ -- 2.49.1