From 6d5ab8c95b8bfa286b4c7ee177c542fa56459091 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:04:37 +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 dfb5338..a6aeb99 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,27 +72,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=1", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=2", imageAlt: "Professional haircut", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=3", imageAlt: "Barber tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=4", imageAlt: "Clean chair", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=5", imageAlt: "Hair styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-hair-customer_23-2147737054.jpg?_wi=6", imageAlt: "Barbershop vibe", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { { title: "Kokeneet parturit", description: "Ammattitaitoista ja varmaa otetta.", - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-male-barber-uniform-trying-cut-his-hair-with-scissors-isolated-orange-space-with-copy-space_141793-60384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-male-barber-uniform-trying-cut-his-hair-with-scissors-isolated-orange-space-with-copy-space_141793-60384.jpg?_wi=1", buttonIcon: "Award", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { role: "Asiakas", company: "Oulu", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-male-barber-uniform-trying-cut-his-hair-with-scissors-isolated-orange-space-with-copy-space_141793-60384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-smiling-blonde-male-barber-uniform-trying-cut-his-hair-with-scissors-isolated-orange-space-with-copy-space_141793-60384.jpg?_wi=2", }, { id: "3", -- 2.49.1