From 6d3807b2e9b0c79ab1af8528581313d6a14e6c23 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 17:53:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb3a894..b3267a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,9 +80,9 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg", imageAlt: "Barber expertly shaving a client's beard"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=1", imageAlt: "Barber expertly shaving a client's beard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg", imageAlt: "Client receiving a fresh haircut at a barbershop"}, + imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg?_wi=1", imageAlt: "Client receiving a fresh haircut at a barbershop"}, { imageSrc: "http://img.b2bpic.net/free-photo/vintage-barber-tools_1048-22008.jpg", imageAlt: "Vintage barber tools laid out on a wooden counter"}, { @@ -90,7 +90,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior-style_1048-22005.jpg", imageAlt: "Modern barbershop interior with classic chairs"}, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior-design_1048-22003.jpg", imageAlt: "Warm and inviting barbershop design"}, + imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-interior-design_1048-22003.jpg?_wi=1", imageAlt: "Warm and inviting barbershop design"}, ]} /> @@ -111,7 +111,7 @@ export default function LandingPage() { tag="Our Legacy" tagIcon={Scissors} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=2" imageAlt="Barber carefully grooming a client's beard" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -127,10 +127,10 @@ export default function LandingPage() { carouselMode="buttons" features={[ { - title: "Masterful Haircuts", description: "From classic fades to modern styles, our barbers are experts in the art of hair cutting, ensuring a sharp, personalized look tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg", imageAlt: "Barber giving a precise haircut to a client", button: { + title: "Masterful Haircuts", description: "From classic fades to modern styles, our barbers are experts in the art of hair cutting, ensuring a sharp, personalized look tailored to you.", imageSrc: "http://img.b2bpic.net/free-photo/client-gets-haircut-barber-shop_1048-22007.jpg?_wi=2", imageAlt: "Barber giving a precise haircut to a client", button: { text: "See Our Styles", href: "/services"}}, { - title: "Luxurious Hot Lather Shaves", description: "Indulge in our signature hot lather shave, a timeless tradition for ultimate relaxation and an incredibly smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg", imageAlt: "Close-up of a hot lather shave in progress", button: { + title: "Luxurious Hot Lather Shaves", description: "Indulge in our signature hot lather shave, a timeless tradition for ultimate relaxation and an incredibly smooth finish.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-beard-client_1048-22006.jpg?_wi=3", imageAlt: "Close-up of a hot lather shave in progress", button: { text: "Book a Shave", href: "/booking"}}, { title: "Expert Beard Trimming & Styling", description: "Keep your beard looking its best with our professional trimming, shaping, and conditioning services.", imageSrc: "http://img.b2bpic.net/free-photo/barber-grooming-beard_1048-22006.jpg", imageAlt: "Barber meticulously trimming a client's beard", button: { @@ -309,7 +309,7 @@ export default function LandingPage() {