From 93f6b4224dc7c620f2f9661a25d34cf2b869e403 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:04:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ad8e85b..184a731 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,11 +92,11 @@ export default function LandingPage() { }, { id: 3, - title: "Beard Grooming", description: "Φροντίδα γενειάδας - Complete beard care including shape, trim, and professional conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cutting-beard-barber-shop-salon_1303-20950.jpg", imageAlt: "Professional beard grooming" + title: "Beard Grooming", description: "Φροντίδα γενειάδας - Complete beard care including shape, trim, and professional conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cutting-beard-barber-shop-salon_1303-20950.jpg?_wi=1", imageAlt: "Professional beard grooming" }, { id: 4, - title: "Beard Trim", description: "Τριμάρισμα γενειάδας - Maintenance trim to keep your beard sharp and well-defined.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cutting-beard-barber-shop-salon_1303-20950.jpg", imageAlt: "Beard trimming service" + title: "Beard Trim", description: "Τριμάρισμα γενειάδας - Maintenance trim to keep your beard sharp and well-defined.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cutting-beard-barber-shop-salon_1303-20950.jpg?_wi=2", imageAlt: "Beard trimming service" }, { id: 5, @@ -132,13 +132,13 @@ export default function LandingPage() { id: "hair-clay", name: "Hair Clay", price: "€17", imageSrc: "http://img.b2bpic.net/free-photo/cream-brush-plain-background_23-2148241783.jpg", imageAlt: "Hair clay for textured styling" }, { - id: "black-gel", name: "Black Gel", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg", imageAlt: "Black hair gel for strong hold" + id: "black-gel", name: "Black Gel", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg?_wi=1", imageAlt: "Black hair gel for strong hold" }, { - id: "brown-gel", name: "Brown Gel", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg", imageAlt: "Brown hair gel" + id: "brown-gel", name: "Brown Gel", price: "€15", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg?_wi=2", imageAlt: "Brown hair gel" }, { - id: "styling-gel", name: "Styling Gel", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg", imageAlt: "Professional styling gel" + id: "styling-gel", name: "Styling Gel", price: "€14", imageSrc: "http://img.b2bpic.net/free-photo/shampoo-bottle-butterfly-pea-flower-put-white-wooden-background_1150-28106.jpg?_wi=3", imageAlt: "Professional styling gel" }, ]} gridVariant="three-columns-all-equal-width" @@ -157,7 +157,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Dimitris Papadopoulos", handle: "@dimitris_p", testimonial: "Ο Θωμάς είναι άψογος επαγγελματίας. Προσέχει κάθε λεπτομέρεια και το αποτέλεσμα είναι πάντα άψογο. Πάντα ευχαριστημένος!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Dimitris Papadopoulos" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Dimitris Papadopoulos" }, { id: "2", name: "Nikolaos Vasilis", handle: "@nvasilis", testimonial: "Από τα καλύτερα κουρεία στην Πάτρα. Ευγένεια, συνέπεια και φοβερό κούρεμα. Το προτείνω σε όλους τους φίλους μου.", rating: 5, @@ -165,7 +165,7 @@ export default function LandingPage() { }, { id: "3", name: "Christos Loizos", handle: "@cloizos", testimonial: "Πολύ καλός επαγγελματίας, καθαρός χώρος και εξαιρετική εξυπηρέτηση. Έχω καν φανταστεί ότι θα ήταν τόσο καλό.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Christos Loizos" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Christos Loizos" }, { id: "4", name: "Andreas Mitropoulos", handle: "@amitro", testimonial: "Κορυφαίο κουρείο! Ο Θωμάς κάνει κορυφαίες δουλειές. Πάντα έρχομαι εδώ για τα μαλλιά μου και ποτέ δεν απογοητεύομαι.", rating: 5, -- 2.49.1