diff --git a/src/app/tjänster/page.tsx b/src/app/tjänster/page.tsx index 15ae9fd..22aa596 100644 --- a/src/app/tjänster/page.tsx +++ b/src/app/tjänster/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { title: "Klippning", description: "Från snagg till avancerad långhårsklippning.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=3", }, items: [ { @@ -75,7 +75,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-coffee-shop-table-inside-barista-bar-generated-by-ai_188544-29280.jpg?_wi=3", imageAlt: "luxury salon dark interior golden details", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { title: "Färg & Styling", description: "Allt från balayage till permanent.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=2", }, items: [ { @@ -100,7 +100,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=4", imageAlt: "professional haircut salon tools", }, ]} @@ -121,12 +121,12 @@ export default function LandingPage() { { title: "Precision", description: "Varje klippning utförs med högsta precision för en hållbar look.", - imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-combs-scissors_23-2148352908.jpg?_wi=5", }, { title: "Kreativitet", description: "Våra stylister älskar att experimentera med färg och form.", - imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/women-with-creative-colored-hair_633478-184.jpg?_wi=3", }, ]} /> @@ -134,7 +134,7 @@ export default function LandingPage() {