From d7138a729d46a214af17d11a4e3ab0cbc72b608e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:39:01 +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 54f07ea..ddb43c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { }} title="Built Layer by Layer" description="Discover what makes every bite legendary. Experience the art of the perfect burger, crafted with passion and premium ingredients." - imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg" + imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=1" imageAlt="Cinematic Burger" buttons={[ { @@ -85,7 +85,7 @@ export default function LandingPage() { "fresh", "organic", ], - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg?_wi=1", }, { id: "f2", @@ -96,7 +96,7 @@ export default function LandingPage() { "fresh", "baked", ], - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg?_wi=1", }, { id: "f3", @@ -107,7 +107,7 @@ export default function LandingPage() { "flavor", "slow", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg?_wi=1", }, ]} title="The Burger Philosophy" @@ -143,7 +143,7 @@ export default function LandingPage() { id: "p4", name: "Truffle Mushroom", price: "$16.99", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg?_wi=1", }, { id: "p5", @@ -202,7 +202,7 @@ export default function LandingPage() { quote: "The best burger I've ever had!", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=2", imageAlt: "happy customer burger restaurant", }, { @@ -213,7 +213,7 @@ export default function LandingPage() { quote: "Incredible texture and taste.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-eating-burger_23-2150404781.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg?_wi=2", imageAlt: "happy customer burger restaurant", }, { @@ -224,7 +224,7 @@ export default function LandingPage() { quote: "Perfectly cooked patty.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg?_wi=2", imageAlt: "happy customer burger restaurant", }, { @@ -235,7 +235,7 @@ export default function LandingPage() { quote: "My go-to spot now.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg?_wi=2", imageAlt: "happy customer burger restaurant", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { quote: "Simply legendary.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg?_wi=2", imageAlt: "happy customer burger restaurant", }, ]} -- 2.49.1