From 24fc22cb8870a04f7b21d368152e76bfb361df7e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 18:01:08 +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 8be17ee..021b4fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg?_wi=1", imageAlt: "luxury barber shop interior dark gold", }, { @@ -179,21 +179,21 @@ export default function LandingPage() { { title: "Expert Barbers", description: "Highly trained professionals in modern styles.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/mature-man-beard-close-up_23-2148465260.jpg", buttonText: "Read More", }, { title: "Premium Experience", description: "Relaxing and cozy environment in Cluj-Napoca.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg", buttonText: "Read More", }, { title: "English Speaking", description: "International friendly staff for everyone.", - imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-washing-his-client-s-hair_23-2148242822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-washing-his-client-s-hair_23-2148242822.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", buttonText: "Read More", }, @@ -222,7 +222,7 @@ export default function LandingPage() { name: "Pavel A.", role: "Client", testimonial: "The best haircut I got in 2 years.", - imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-light-lamp-with-futuristic-design_23-2151037572.jpg?_wi=2", imageAlt: "barber cutting hair professional style", }, { @@ -230,7 +230,7 @@ export default function LandingPage() { name: "David K.", role: "Client", testimonial: "Professional, friendly and English-speaking — perfect experience.", - imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serious-blond-bearded-man-white-shirt-classic-elegant-jacket-dark-background_613910-11234.jpg?_wi=2", imageAlt: "barber cutting hair professional style", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { name: "Local Guide", role: "Client", testimonial: "Awesome atmosphere, great music, and skilled barbers.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg?_wi=2", imageAlt: "barber cutting hair professional style", }, { @@ -246,7 +246,7 @@ export default function LandingPage() { name: "Mihai R.", role: "Client", testimonial: "Always sharp, professional staff.", - imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-washing-his-client-s-hair_23-2148242822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hair-stylist-washing-his-client-s-hair_23-2148242822.jpg?_wi=2", imageAlt: "barber cutting hair professional style", }, ]} -- 2.49.1