From d7f43e6b9d2f84f687f34a32fdf8e5a542573780 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 18:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 541ee3d..80083a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { href: "#meny", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/ice-tea-with-splash_501050-163.jpg" + imageSrc="http://img.b2bpic.net/free-photo/ice-tea-with-splash_501050-163.jpg?_wi=1" imageAlt="Inbjudande bild av kaffe, desserter, smörgåsar och uteservering på Rådhuscaféet" mediaAnimation="opacity" fixedMediaHeight={true} @@ -151,7 +151,7 @@ export default function LandingPage() { description="Rådhuscaféet är en mysig oas i hjärtat av Karlstad, känd för sin höga kvalitet på kaffe, färska luncher, hembakade bakverk och en varm, vänlig atmosfär." subdescription="Njut av vår unika uteservering med utsikt över torget, där varje besök blir en minnesvärd upplevelse. Vi erbjuder centralt läge vid torget, högkvalitativt kaffe, färska bakverk, lunch och smörgåsar samt trevlig personal och uteservering." icon={MapPin} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg?_wi=1" imageAlt="Interiörbild av Rådhuscaféet med mysig belysning och elegant inredning." mediaAnimation="opacity" /> @@ -168,7 +168,7 @@ export default function LandingPage() { id: "bryggkaffe", name: "Bryggkaffe", price: "35 kr", - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43269.jpg?_wi=1", imageAlt: "Bryggkaffe", }, { @@ -385,7 +385,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/ice-tea-with-splash_501050-163.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ice-tea-with-splash_501050-163.jpg?_wi=2", imageAlt: "assortment of coffee drinks latte espresso", }, { @@ -406,7 +406,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-tea-set-table-with-chairs_181624-5522.jpg?_wi=2", imageAlt: "assortment of coffee drinks latte espresso", }, { @@ -427,7 +427,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-with-cup-coffee-blurred-background-with-knitted-element_169016-43269.jpg?_wi=2", imageAlt: "assortment of coffee drinks latte espresso", }, ]} -- 2.49.1