diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f708c0..7ac6102 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "David K.", handle: "@davidk", testimonial: "Best barbershop in Perth hands down. The atmosphere is unreal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg", imageAlt: "luxury barbershop interior dark aesthetic"}, + imageSrc: "http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg?_wi=1", imageAlt: "luxury barbershop interior dark aesthetic"}, { name: "Michael S.", handle: "@mikes", testimonial: "Incredible fade, amazing service. This place is something special.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940859.jpg", imageAlt: "barber cutting hair with scissors"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940859.jpg?_wi=1", imageAlt: "barber cutting hair with scissors"}, { name: "James R.", handle: "@jamr", testimonial: "Armando really listens to what you want and delivers every single time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102215.jpg", imageAlt: "beard trim and shape"}, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102215.jpg?_wi=1", imageAlt: "beard trim and shape"}, { name: "Robert B.", handle: "@robb", testimonial: "Won't go anywhere else for my cuts. Elite work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16152.jpg", imageAlt: "full groom barber package"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16152.jpg?_wi=1", imageAlt: "full groom barber package"}, { name: "Chris P.", handle: "@chrisp", testimonial: "Always professional, clean, and fast. The gold standard.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg", imageAlt: "barbershop interior design gold"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg?_wi=1", imageAlt: "barbershop interior design gold"}, ]} tag="Cloverdale, Perth" buttons={[ @@ -72,7 +72,7 @@ export default function LandingPage() { { text: "View Services", href: "#services"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg" + imageSrc="http://img.b2bpic.net/free-photo/anime-style-beauty-salon-with-cosmetology-equipment_23-2151500999.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/professional-barber-man-apron-holding-trimmer-showing-index-finger-number-one-being-amazed-standing-blue-wall_141793-96707.jpg", alt: "Client 1"}, @@ -113,7 +113,7 @@ export default function LandingPage() { features={[ { title: "Signature Fade", description: "Precision skin fades, taper fades, and drop fades executed with surgical accuracy.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940859.jpg", imageAlt: "happy client after haircut" + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-client-s-hair_23-2148940859.jpg?_wi=2", imageAlt: "happy client after haircut" }, items: [ { @@ -127,7 +127,7 @@ export default function LandingPage() { }, { title: "Beard Trim & Shape", description: "Clean lines, shaped edges, and a hot towel finish for your beard.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102215.jpg", imageAlt: "happy client after haircut" + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102215.jpg?_wi=2", imageAlt: "happy client after haircut" }, items: [ { @@ -141,7 +141,7 @@ export default function LandingPage() { }, { title: "Full Groom Package", description: "Cut, beard, hot towel, and styling. The complete master-level experience.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16152.jpg", imageAlt: "happy client after haircut" + imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16152.jpg?_wi=2", imageAlt: "happy client after haircut" }, items: [ { @@ -167,7 +167,7 @@ export default function LandingPage() { description="Master Fade Barbershop in Cloverdale isn't just a haircut — it's an experience. Every detail from the gold chairs to our design is intentional." subdescription="Armando and the team bring skill, passion, and personality to every client. Walk-ins are always welcome, 7 days a week." icon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -208,7 +208,7 @@ export default function LandingPage() { }, ]} buttonText="Check Hours" - imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg?_wi=3" />