From 4fbd8625c4243a1f1936fa4d4bb9126830ec3696 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:05:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd52b9..fe72e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,10 +50,10 @@ export default function LandingPage() { mediaAnimation="slide-up" testimonials={[ { - name: "Lorent C.", handle: "Satisfied Client", testimonial: "Incredible service... he did it perfectly. The price is so good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg" + name: "Lorent C.", handle: "Satisfied Client", testimonial: "Incredible service... he did it perfectly. The price is so good.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=1" }, { - name: "Eris", handle: "Regular Customer", testimonial: "The first barbershop I've seen that truly combines professionalism with modern style.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg" + name: "Eris", handle: "Regular Customer", testimonial: "The first barbershop I've seen that truly combines professionalism with modern style.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1" } ]} buttons={[ @@ -77,11 +77,11 @@ export default function LandingPage() { }, { id: 2, - title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Styling Service" + title: "Hairstyling", description: "Expert styling for any occasion. We recreate any look you bring as a reference photo with professional precision.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=1", imageAlt: "Professional Hair Styling Service" }, { id: 3, - title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional Hair Highlighting" + title: "Hair Highlighting", description: "Modern color techniques to enhance your style. Precision highlighting that complements your natural look.", imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg?_wi=2", imageAlt: "Professional Hair Highlighting" }, { id: 4, @@ -100,7 +100,7 @@ export default function LandingPage() { { value: "5.0★", title: "Client Rating (73+ Reviews)" }, { value: "10+", title: "Years of Combined Excellence" } ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=1" imageAlt="Mustaqe Saloon Professional Team" useInvertedBackground={true} mediaAnimation="slide-up" @@ -139,10 +139,10 @@ export default function LandingPage() { cardAnimation="slide-up" testimonials={[ { - id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg", imageAlt: "Lorent C." + id: "1", name: "Lorent C.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-15883.jpg?_wi=2", imageAlt: "Lorent C." }, { - id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", imageAlt: "Eris" + id: "2", name: "Eris", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2", imageAlt: "Eris" }, { id: "3", name: "Klajdi", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageAlt: "Klajdi" @@ -166,7 +166,7 @@ export default function LandingPage() { name: "service", placeholder: "Which service are you interested in? (Taper Fade, Hairstyling, etc.)", rows: 4, required: true }} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-styling-hair-young-woman_23-2147769811.jpg?_wi=2" imageAlt="Mustaqe Saloon Interior" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1