From baf16651ee91fa89eb7b14502d15249877a469fe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:34:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c57741..8d93fb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Ahmed Hassan", handle: "Regular Customer", testimonial: "Best haircut in the city. Khaled's attention to detail is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1" }, { name: "Mohammed Ali", handle: "Business Owner", testimonial: "Professional service every single time. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2" }, { name: "Omar Ibrahim", handle: "Student", testimonial: "Great atmosphere and amazing results. Worth every minute.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3" } ]} buttons={[ @@ -79,7 +79,7 @@ export default function LandingPage() { description="Khaled" subdescription="Master Barber & Founder" icon={Scissors} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg?_wi=1" imageAlt="Professional Barber Tools" mediaAnimation="slide-up" useInvertedBackground={false} @@ -93,10 +93,10 @@ export default function LandingPage() { title: "Classic Haircut", description: "Timeless cuts with precision and attention to detail", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/years-one-color-communication-30-35_1296-315.jpg", imageAlt: "Modern hair styling" + imageSrc: "http://img.b2bpic.net/free-photo/years-one-color-communication-30-35_1296-315.jpg?_wi=1", imageAlt: "Modern hair styling" } ] }, @@ -104,10 +104,10 @@ export default function LandingPage() { title: "Beard & Shave", description: "Expert beard trimming and traditional hot shave services", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Beard grooming service" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=1", imageAlt: "Beard grooming service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Hot shave service" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", imageAlt: "Hot shave service" } ] }, @@ -115,10 +115,10 @@ export default function LandingPage() { title: "Hair Styling", description: "Modern styles and trends tailored to your face shape", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/years-one-color-communication-30-35_1296-315.jpg", imageAlt: "Advanced hair styling" + imageSrc: "http://img.b2bpic.net/free-photo/years-one-color-communication-30-35_1296-315.jpg?_wi=2", imageAlt: "Advanced hair styling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Style consultation" + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Style consultation" } ] }, @@ -126,10 +126,10 @@ export default function LandingPage() { title: "Premium Packages", description: "Complete grooming packages including haircut, beard, and products", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Premium package service" + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=3", imageAlt: "Premium package service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg", imageAlt: "Professional tools and products" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121970.jpg?_wi=2", imageAlt: "Professional tools and products" } ] } @@ -147,16 +147,16 @@ export default function LandingPage() {