From 9fca0807eedddb5c7bbbfe837e7223cbdd85f743 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:13:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42dde58..0ae97b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Book Appointment on WhatsApp", href: "contact" } ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg" + imageSrc="http://img.b2bpic.net/free-photo/waiting-room-with-chairs-blurred_1203-1402.jpg?_wi=1" imageAlt="Luxury Gallantry Unisex Salon Interior" mediaAnimation="slide-up" frameStyle="card" @@ -81,19 +81,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Professional Haircut", description: "Expert haircuts tailored to your style and face shape with premium finishing techniques", imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg", imageAlt: "Professional Haircut Service" + title: "Professional Haircut", description: "Expert haircuts tailored to your style and face shape with premium finishing techniques", imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg?_wi=1", imageAlt: "Professional Haircut Service" }, { id: 2, - title: "Hair Spa Treatment", description: "Luxurious hair spa experience with premium products for deep nourishment and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/woma-washing-man-s-head-barbershop_1157-27169.jpg", imageAlt: "Hair Spa Treatment" + title: "Hair Spa Treatment", description: "Luxurious hair spa experience with premium products for deep nourishment and relaxation", imageSrc: "http://img.b2bpic.net/free-photo/woma-washing-man-s-head-barbershop_1157-27169.jpg?_wi=1", imageAlt: "Hair Spa Treatment" }, { id: 3, - title: "Hair Coloring", description: "Professional hair coloring with premium dyes and expert color consultations", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg", imageAlt: "Hair Coloring Service" + title: "Hair Coloring", description: "Professional hair coloring with premium dyes and expert color consultations", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg?_wi=1", imageAlt: "Hair Coloring Service" }, { id: 4, - title: "Beard Grooming", description: "Precision beard trimming, shaping, and grooming with premium beard care products", imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-looking-mirror_23-2148242858.jpg", imageAlt: "Beard Grooming Service" + title: "Beard Grooming", description: "Precision beard trimming, shaping, and grooming with premium beard care products", imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-looking-mirror_23-2148242858.jpg?_wi=1", imageAlt: "Beard Grooming Service" }, { id: 5, @@ -122,16 +122,16 @@ export default function LandingPage() { animationType="slide-up" members={[ { - id: "1", name: "Hair Station", role: "Styling Excellence", imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg", imageAlt: "Hair Station" + id: "1", name: "Hair Station", role: "Styling Excellence", imageSrc: "http://img.b2bpic.net/free-photo/barber-customer-giving-high-five_23-2147737094.jpg?_wi=2", imageAlt: "Hair Station" }, { - id: "2", name: "Spa Zone", role: "Relaxation & Care", imageSrc: "http://img.b2bpic.net/free-photo/woma-washing-man-s-head-barbershop_1157-27169.jpg", imageAlt: "Spa Zone" + id: "2", name: "Spa Zone", role: "Relaxation & Care", imageSrc: "http://img.b2bpic.net/free-photo/woma-washing-man-s-head-barbershop_1157-27169.jpg?_wi=2", imageAlt: "Spa Zone" }, { - id: "3", name: "Color Studio", role: "Creative Transformation", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg", imageAlt: "Color Studio" + id: "3", name: "Color Studio", role: "Creative Transformation", imageSrc: "http://img.b2bpic.net/free-photo/back-view-woman-hair-salon_23-2150668444.jpg?_wi=2", imageAlt: "Color Studio" }, { - id: "4", name: "Grooming Corner", role: "Premium Grooming", imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-looking-mirror_23-2148242858.jpg", imageAlt: "Grooming Corner" + id: "4", name: "Grooming Corner", role: "Premium Grooming", imageSrc: "http://img.b2bpic.net/free-photo/side-view-client-looking-mirror_23-2148242858.jpg?_wi=2", imageAlt: "Grooming Corner" } ]} /> @@ -188,7 +188,7 @@ export default function LandingPage() {