diff --git a/src/app/page.tsx b/src/app/page.tsx index d754456..1d63b2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Experience premium barbershop services where tradition meets modern style. Expert cuts, classic shaves, and impeccable attention to detail." tag="Premium Barbershop" tagIcon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=1" imageAlt="Professional barber crafting the perfect fade" mediaAnimation="slide-up" useInvertedBackground={false} @@ -56,16 +56,16 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in town. Always leaves me looking sharp and feeling great.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=1"}, { name: "David Rodriguez", handle: "Satisfied Client", testimonial: "The attention to detail is incredible. Worth every penny for quality grooming.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=1"}, { name: "James Chen", handle: "Regular", testimonial: "Professional, friendly, and always on time. My go-to spot for haircuts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=1"}, { name: "Anthony Torres", handle: "Loyal Customer", testimonial: "Been coming here for years. They never disappoint with their work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=1"}, ]} /> @@ -93,7 +93,7 @@ export default function LandingPage() { title: "Community Focused", description: "Proudly serving Pharr families and building lasting relationships with our valued clients.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-woman-doing-cut-barbershop_624325-3361.jpg?_wi=2" imageAlt="The Clean Cut Barbershop interior" mediaAnimation="none" /> @@ -133,13 +133,13 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus Johnson", role: "Local Resident", testimonial: "Best barber in town. Every time I come here, I leave looking and feeling fantastic. The attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg"}, + id: "1", name: "Marcus Johnson", role: "Local Resident", testimonial: "Best barber in town. Every time I come here, I leave looking and feeling fantastic. The attention to detail is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-blazer-beauty-blonde_1139-773.jpg?_wi=2"}, { - id: "2", name: "David Rodriguez", role: "Business Owner", testimonial: "I trust The Clean Cut for important business meetings. Always professional, always perfect. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg"}, + id: "2", name: "David Rodriguez", role: "Business Owner", testimonial: "I trust The Clean Cut for important business meetings. Always professional, always perfect. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-angry-expression_1194-1680.jpg?_wi=2"}, { - id: "3", name: "James Chen", role: "Regular Customer", testimonial: "Been coming here for five years. They understand exactly what I want and deliver every single time. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg"}, + id: "3", name: "James Chen", role: "Regular Customer", testimonial: "Been coming here for five years. They understand exactly what I want and deliver every single time. True professionals.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-african-american-businessman-brown-classic-jacket-isolated-dark-background_613910-6551.jpg?_wi=2"}, { - id: "4", name: "Anthony Torres", role: "Long-Time Client", testimonial: "The barbers here have genuine passion for their craft. You can see it in the quality of every cut. Worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg"}, + id: "4", name: "Anthony Torres", role: "Long-Time Client", testimonial: "The barbers here have genuine passion for their craft. You can see it in the quality of every cut. Worth the visit.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1664.jpg?_wi=2"}, ]} /> @@ -172,7 +172,7 @@ export default function LandingPage() {