From cdd4c8fac675eb6d3e59c30ce3702b4b39210ce5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:32:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a4238a..19eaa8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Established 2015" tagIcon={Scissors} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg?_wi=1" imageAlt="First Class Barbershop interior with professional barbers" mediaAnimation="slide-up" buttons={[ @@ -128,7 +128,7 @@ export default function LandingPage() { id: "haircut", title: "Precision Haircuts", description: "Expert cuts tailored to your style. Modern and classic techniques. Every cut executed with precision and attention to your hair type and preferences.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-male-who-himself-shaving-hairdressing-salon_613910-4385.jpg", imageAlt: "Professional precision haircut" }, { - id: "beard", title: "Beard Grooming", description: "Shape, trim, and style. Hot towel shaves available. Professional beard maintenance using premium products for a polished, well-groomed appearance.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg", imageAlt: "Professional beard grooming" + id: "beard", title: "Beard Grooming", description: "Shape, trim, and style. Hot towel shaves available. Professional beard maintenance using premium products for a polished, well-groomed appearance.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg?_wi=1", imageAlt: "Professional beard grooming" }, { id: "fade", title: "Fade Specialists", description: "Clean skin fades and blends. Expert technique. Skin fades, taper fades, and custom blends executed with precision using professional clippers and techniques.", imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg", imageAlt: "Professional fade haircut" @@ -137,10 +137,10 @@ export default function LandingPage() { id: "kids", title: "Kids Haircuts", description: "Patient, friendly service for children. Modern styles. We make haircuts fun and comfortable for young customers with a calm, welcoming atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-24959.jpg", imageAlt: "Kids haircut service" }, { - id: "shave", title: "Hot Towel Shaves", description: "Luxurious shaving experience. Premium products. Classic barber service with hot towel application, premium shaving cream, and expert blade technique.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg", imageAlt: "Hot towel shave service" + id: "shave", title: "Hot Towel Shaves", description: "Luxurious shaving experience. Premium products. Classic barber service with hot towel application, premium shaving cream, and expert blade technique.", imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg?_wi=2", imageAlt: "Hot towel shave service" }, { - id: "consultations", title: "Style Consultations", description: "Personalized style advice. Expert recommendations. Our barbers help you find the perfect cut and style based on your hair type and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg", imageAlt: "Style consultation service" + id: "consultations", title: "Style Consultations", description: "Personalized style advice. Expert recommendations. Our barbers help you find the perfect cut and style based on your hair type and face shape.", imageSrc: "http://img.b2bpic.net/free-photo/man-work-with-hair-hairdresser-with-client_1157-43581.jpg?_wi=2", imageAlt: "Style consultation service" } ]} /> -- 2.49.1