From 6ee429f43898e8374169dbed105518a7197fd3a2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:28:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1de3f57..946abaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Book Appointment", href: "contact" }, { text: "View Services", href: "services" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=1" imageAlt="Modern barber shop interior with professional chairs and styling stations" showDimOverlay={true} /> @@ -86,9 +86,9 @@ export default function LandingPage() { { id: "1", name: "Marcus", role: "Master Barber", imageSrc: "http://img.b2bpic.net/free-photo/positive-bearded-black-male-with-tattoo-cross-arms-dressed-white-shirt_613910-15917.jpg", imageAlt: "Marcus, master barber at Blurry Fadez"}, { - id: "2", name: "Derek", role: "Fade Specialist", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Derek, fade specialist barber"}, + id: "2", name: "Derek", role: "Fade Specialist", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1", imageAlt: "Derek, fade specialist barber"}, { - id: "3", name: "James", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "James, senior barber with beard expertise"}, + id: "3", name: "James", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2", imageAlt: "James, senior barber with beard expertise"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -197,7 +197,7 @@ export default function LandingPage() { mediaAnimation="slide-up" mediaPosition="right" buttonText="Schedule Appointment" - imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg" + imageSrc="http://img.b2bpic.net/free-photo/brown-vintage-leather-chairs-stylish-barber-shop_627829-6188.jpg?_wi=2" imageAlt="Blurry Fadez barber shop contact section" useInvertedBackground={false} /> @@ -205,7 +205,7 @@ export default function LandingPage() {