diff --git a/src/app/page.tsx b/src/app/page.tsx index d79dc2d..fc150cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,12 +112,12 @@ export default function LandingPage() { id: 3, tag: "Premium", title: "Full Grooming Experience", subtitle: "Complete head-to-toe treatment", description: "Full haircut, beard trim, neck shave, and eyebrow grooming. Our signature luxury experience includes relaxation and professional consultation.", imageSrc: - "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg"}, + "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1"}, { id: 4, tag: "Specialty", title: "Beard Design & Shaping", subtitle: "Crafted facial hair styling", description: "Expert beard sculpting, shaping, and conditioning. We'll help you achieve your ideal beard style with precision technique and premium products.", imageSrc: - "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg"}, + "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2"}, ]} buttons={[{ text: "Book Service", href: "contact" }]} buttonAnimation="blur-reveal" @@ -136,7 +136,7 @@ export default function LandingPage() { { id: "1", name: "Marcus Johnson", role: "Business Executive", testimonial: "Best barbershop in the city. The attention to detail is incredible, and the barbers truly care about getting your cut exactly right. I've been coming here for 3 years.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"}, { id: "2", name: "David Chen", role: "Creative Director", testimonial: "Elite Cuts has transformed my grooming routine. The team is professional, the atmosphere is welcoming, and my cuts have never looked better. Highly recommend!", imageSrc: @@ -144,7 +144,7 @@ export default function LandingPage() { { id: "3", name: "James Williams", role: "Real Estate Agent", testimonial: "Finally found a barber who understands what precision means. Every visit is consistently excellent. Worth every penny and more.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"}, { id: "4", name: "Robert Martinez", role: "Tech Professional", testimonial: "The booking system is seamless, the barbers are skilled, and the experience is premium. This is my go-to barbershop without question.", imageSrc: @@ -152,7 +152,7 @@ export default function LandingPage() { { id: "5", name: "Steven Park", role: "Entrepreneur", testimonial: "Exceptional service and exceptional results. The barbers here take pride in their craft. I recommend Elite Cuts to all my friends and colleagues.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"}, { id: "6", name: "Christopher Lee", role: "Attorney", testimonial: "The combination of skill, professionalism, and hospitality makes Elite Cuts stand out. You can tell they genuinely care about client satisfaction.", imageSrc: @@ -191,10 +191,10 @@ export default function LandingPage() { team={[ { id: "1", name: "Victor Santos", role: "Master Barber & Founder", imageSrc: - "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg"}, + "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1"}, { id: "2", name: "Antonio Rossi", role: "Senior Barber", imageSrc: - "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg"}, + "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2"}, { id: "3", name: "Miguel Torres", role: "Premium Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg"}, @@ -203,10 +203,10 @@ export default function LandingPage() { "http://img.b2bpic.net/free-photo/handsome-man-hair-salon-facing-camera_23-2148242826.jpg"}, { id: "5", name: "Carlos Mendez", role: "Precision Barber", imageSrc: - "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg"}, + "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=3"}, { id: "6", name: "Luis Garcia", role: "Master Barber", imageSrc: - "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg"}, + "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=4"}, ]} />