From 5deff7a8669eae157eadcfc87d5895a4a442fdb2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 08:20:17 +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 27885de..ebbea3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,21 +65,21 @@ export default function LandingPage() { handle: "@erik_gastro", testimonial: "Fantastiskt god lunch, smart koncept.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=1", }, { name: "Maria K.", handle: "@mariamath", testimonial: "Spännande mat och trevlig personal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg?_wi=1", }, { name: "Lars B.", handle: "@lars_gbg", testimonial: "Lokalen och atmosfären är superfin.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg?_wi=1", }, { name: "Sofia L.", @@ -106,7 +106,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg?_wi=1" imageAlt="Bhoga restaurangmiljö" avatars={[ { @@ -192,7 +192,7 @@ export default function LandingPage() { value: "10+", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg" + imageSrc="http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -299,7 +299,7 @@ export default function LandingPage() { quote: "Fantastisk mat och personal.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269175.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-table-etiquette-elements_23-2148914920.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -310,7 +310,7 @@ export default function LandingPage() { quote: "Smart och god mat.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-vegetables-wooden-background_23-2147694233.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -321,7 +321,7 @@ export default function LandingPage() { quote: "Superfin lokal och atmosfär.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598354.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517420.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -332,7 +332,7 @@ export default function LandingPage() { quote: "En minnesvärd middag.", tag: "Middag", avatarSrc: "http://img.b2bpic.net/free-photo/couple-eating-salmon-dish-bowl-restaurant-taking-selfie_23-2150461493.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, { @@ -343,7 +343,7 @@ export default function LandingPage() { quote: "Kvalitet rakt igenom.", tag: "Lunch", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-painting-watercolors_23-2150170382.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006711.jpg?_wi=2", imageAlt: "happy customer dining restaurant", }, ]} -- 2.49.1