From 1bb1fe5e5620f1e087ec90cdb0266e42c067b0db Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:12:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c9e7b6..7cd64a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,10 +47,10 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg", imageAlt: "Premium barber shop interior" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg?_wi=1", imageAlt: "Premium barber shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg?_wi=1", imageAlt: "Professional haircut service" }, { imageSrc: "http://img.b2bpic.net/free-photo/crop-barber-trimming-moustache-client_23-2147778835.jpg", imageAlt: "Expert beard grooming" @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/professional-hairstylist-with-barber-tools-close-up_1303-20982.jpg", imageAlt: "Classic barbershop shave" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg", imageAlt: "Professional barber workspace" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstylist-cleaning-table_23-2148506330.jpg?_wi=2", imageAlt: "Professional barber workspace" } ]} buttons={[ @@ -87,7 +87,7 @@ export default function LandingPage() { description="Comprehensive grooming solutions tailored to your style and preferences. Experience the expertise of professional barbers dedicated to your satisfaction." tag="Services" tagIcon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-using-spray-customer-barbershop_23-2147737081.jpg?_wi=2" imageAlt="Professional barber services" mediaPosition="left" mediaAnimation="slide-up" -- 2.49.1