From d87de19569640a53a87ed1140a0d19871cf8a6d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 19:58:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d09b1a6..ceeb145 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,12 +73,12 @@ export default function LandingPage() { carouselItems={[ { id: "slide-1", - imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=1", imageAlt: "Juicy Cheeseburger", }, { id: "slide-2", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1", imageAlt: "Fresh Ingredients", }, { @@ -193,7 +193,7 @@ export default function LandingPage() { title: "Farm to Table", subtitle: "Always Fresh", description: "We partner with local farmers to ensure our meat, veggies, and buns are always farm-fresh.", - imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheeseburger-with-bun-topped-with-sesame_140725-6071.jpg?_wi=2", imageAlt: "happy customer eating burger", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { title: "Secret Sauce", subtitle: "Signature Taste", description: "Experience the unique blend of spices that makes Landal Burger stand out from the rest.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2", imageAlt: "happy customer eating burger", }, ]} -- 2.49.1