From e4c29f113f43b325a20e557959b6f8450583fc6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:35:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c671e1..3d13258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,28 +71,28 @@ export default function LandingPage() { handle: "@astrido", testimonial: "The quality from Ertnes Kjøtt is simply unmatched. Their beef is always tender and full of flavor. A true taste of Norway!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg?_wi=1", }, { name: "Bjørn Hansen", handle: "@bjornh", testimonial: "I've been a loyal customer for years. Ertnes Kjøtt delivers outstanding lamb and pork every time. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg?_wi=1", }, { name: "Lise Jensen", handle: "@lisej", testimonial: "Their commitment to local sourcing and ethical practices shines through in every product. Delicious and responsible!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg?_wi=1", }, { name: "Svein Erikson", handle: "@sveine", testimonial: "Ertnes Kjøtt is our go-to for all special occasions. The quality elevates every meal, and the service is always top-notch.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg?_wi=1", }, ]} buttons={[ @@ -260,25 +260,25 @@ export default function LandingPage() { { id: "1", name: "Astrid Olsen", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg?_wi=2", imageAlt: "Astrid Olsen profile picture", }, { id: "2", name: "Bjørn Hansen", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg?_wi=2", imageAlt: "Bjørn Hansen profile picture", }, { id: "3", name: "Lise Jensen", - imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg?_wi=2", imageAlt: "Lise Jensen profile picture", }, { id: "4", name: "Svein Erikson", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg?_wi=2", imageAlt: "Svein Erikson profile picture", }, ]} -- 2.49.1