diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c2f320..6c6a164 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,14 +42,14 @@ const serviceFeatures = [ { title: 'The Full Gentleman Package', description: 'Haircut + Beard + Hot Towel + Styling. The complete grooming experience for the discerning man.', - imageSrc: 'http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg?_wi=1', imageAlt: 'Complete grooming package session at luxury barbershop', button: { text: 'Learn More', href: '#' } }, { title: 'Royal Treatment', description: 'Full service grooming experience with premium products and personalized styling consultation.', - imageSrc: 'http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/vertical-shot-hairdresser-massaging-young-customer-s-face-wrapped-towel-barbershop_181624-53211.jpg?_wi=2', imageAlt: 'Premium royal treatment grooming experience', button: { text: 'Learn More', href: '#' } } @@ -69,7 +69,7 @@ const testimonials = [ quote: 'Best cut I\'ve ever had. Professional, clean, and worth every dollar. The attention to detail is unmatched.', name: 'Michael R.', role: 'Business Executive', - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1', imageAlt: 'Michael R., satisfied client testimonial' }, { @@ -78,7 +78,7 @@ const testimonials = [ quote: 'Barbers Inn feels like a private club. The atmosphere, the service, the results—everything is premium. Highly recommend.', name: 'James T.', role: 'Finance Professional', - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2', imageAlt: 'James T., client testimonial' }, { @@ -87,7 +87,7 @@ const testimonials = [ quote: 'I book my appointments weeks in advance because the wait is always worth it. These barbers truly are artists.', name: 'David K.', role: 'Creative Director', - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=3', imageAlt: 'David K., testimonial about barber expertise' }, { @@ -96,7 +96,7 @@ const testimonials = [ quote: 'After trying many barbershops, Barbers Inn is my permanent go-to. Consistency, quality, and genuine care every time.', name: 'Robert H.', role: 'Corporate Manager', - imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=4', imageAlt: 'Robert H., loyal client testimonial' } ];