From 063a6e539bb1dd5c70876e816ca07daf0b81abce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 03:06:11 +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 15fff4a..d635602 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg" + imageSrc="http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -131,7 +131,7 @@ export default function LandingPage() { description: "Relax in our warm and inviting atmosphere.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -157,7 +157,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg?_wi=2", imageAlt: "fresh organic food ingredients", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-using-laptop-device_23-2149720722.jpg?_wi=2", imageAlt: "fresh organic food ingredients", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg?_wi=1", imageAlt: "fresh organic food ingredients", }, ]} @@ -214,7 +214,7 @@ export default function LandingPage() { name: "Gourmet Margherita Pizza", price: "$18", variant: "Classic", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-peppers-olives-cheese_501050-821.jpg?_wi=2", }, { id: "p2", -- 2.49.1