From 1451a97dc9a666a4687a86cfb908f0cf87726a9f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:22:55 +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 a194989..e17ffb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,10 +66,10 @@ export default function LandingPage() { description="Vítejte v Hanoi Barber Shop, kde se setkává tradiční řemeslo s moderním luxusem. Zažijte prvotřídní péči o vaše vlasy a vousy." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/comb-brush-soap-cosmetic-jars-dark-background-space-text_185193-161817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/comb-brush-soap-cosmetic-jars-dark-background-space-text_185193-161817.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/vintage-salon-tools-jobs-career-concept_53876-127080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-salon-tools-jobs-career-concept_53876-127080.jpg?_wi=1", }, { imageSrc: "http://img.b2bpic.net/free-photo/barber-doing-haircut-bearded-aged-client-hair-salon_23-2148182013.jpg", @@ -172,7 +172,7 @@ export default function LandingPage() { description: "Místo, kde vypnete a odpočinete si.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-old-couple-with-cute-dog_23-2149614016.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-old-couple-with-cute-dog_23-2149614016.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -196,7 +196,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/comb-brush-soap-cosmetic-jars-dark-background-space-text_185193-161817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/comb-brush-soap-cosmetic-jars-dark-background-space-text_185193-161817.jpg?_wi=2", imageAlt: "professional straight razor shave", }, { @@ -212,7 +212,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-salon-tools-jobs-career-concept_53876-127080.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-salon-tools-jobs-career-concept_53876-127080.jpg?_wi=2", imageAlt: "professional straight razor shave", }, { @@ -228,7 +228,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-couple-with-cute-dog_23-2149614016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-couple-with-cute-dog_23-2149614016.jpg?_wi=2", imageAlt: "professional straight razor shave", }, ]} -- 2.49.1