From 555e7a129a16b80660f80f5a0d4cb6fc04577b72 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:42:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7f733f..a819f21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@dimitris", testimonial: "Το καλύτερο κομμωτήριο της αττικής με μπαρμπέρη που ξέρει την δουλειά.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=1", imageAlt: "barber working in studio", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@kostas", testimonial: "Το κούρεμα γίνεται με προσοχή στη λεπτομέρεια.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=1", imageAlt: "barber working in studio", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@giannis", testimonial: "Από τα καλύτερα κομμωτήρια που υπάρχουν.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg?_wi=1", imageAlt: "barber working in studio", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@spiros", testimonial: "Επαγγελματισμός και ποιότητα σε κάθε λεπτομέρεια.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg?_wi=1", imageAlt: "barber working in studio", }, { @@ -98,11 +98,11 @@ export default function LandingPage() { handle: "@christos", testimonial: "Top boy, top results. Highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220592.jpg?_wi=1", imageAlt: "barber working in studio", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -171,7 +171,7 @@ export default function LandingPage() { description: "Έμπειροι επαγγελματίες με συνέπεια.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -186,17 +186,17 @@ export default function LandingPage() { { title: "Signature Cut", description: "Precision fading and custom styling.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-21510.jpg?_wi=2", }, { title: "Beard Sculpting", description: "Hot towel treatment and line-up.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-straighten-beard-with-razor-hairbrush-senior-client_23-2148181919.jpg?_wi=2", }, { title: "Young Legend", description: "Kids haircuts in a comfortable setting.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-haircut_23-2149220592.jpg?_wi=2", }, ]} title="Οι Υπηρεσίες μας" -- 2.49.1