From e59c5cbf259ab7c81b53a39f90f9619f3323da58 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:28:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 996944f..bcf2dc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg" + imageSrc="http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg?_wi=1" imageAlt="Luxury dining interior" mediaAnimation="blur-reveal" /> @@ -118,7 +118,7 @@ export default function LandingPage() { id: "1", name: "Artisanal Starters", price: "From $18", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg?_wi=1", }, { id: "2", @@ -136,7 +136,7 @@ export default function LandingPage() { id: "4", name: "Decadent Desserts", price: "From $15", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg?_wi=1", }, ]} title="Signature Menu" @@ -154,7 +154,7 @@ export default function LandingPage() { id: "g1", title: "Atmosphere", description: "Warm & cozy", - imageSrc: "http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/concept-table-setting-christmas-holidays-beautiful-stylish-decorated-table-is-waiting-guests-holiday_132075-14171.jpg?_wi=2", }, { id: "g2", @@ -166,13 +166,13 @@ export default function LandingPage() { id: "g3", title: "Table", description: "Elegant setting", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-acai-cereal-bowl_23-2149258900.jpg?_wi=2", }, { id: "g4", title: "Dessert", description: "Sweet moments", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-dessert-slate-with-mint-cocoa-powder_23-2148689882.jpg?_wi=2", }, ]} title="Gallery" -- 2.49.1