From 694d335370f3ab7b1f91826ec8d770242d210d90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 14:03:12 +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 6eee4f0..2a0e23f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { carouselItems={[ { id: "c1", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg?_wi=1", imageAlt: "close up delicious pizza oven", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { id: "p1", name: "Kebabpizza Deluxe", price: "135 kr", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9611.jpg?_wi=1", }, { id: "p2", @@ -193,7 +193,7 @@ export default function LandingPage() { description: "Traditionella recept, modern kärlek.", bentoComponent: "reveal-icon", icon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106695.jpg?_wi=2", imageAlt: "High angle baking delicious pizza", }, { @@ -201,7 +201,7 @@ export default function LandingPage() { description: "96 rätter garanterar något för alla.", bentoComponent: "reveal-icon", icon: List, - imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-tasty-with-cheese_1303-9611.jpg?_wi=2", imageAlt: "High angle baking delicious pizza", }, ]} -- 2.49.1