diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b2d3dca..24c8a50 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,7 +26,7 @@ const AboutPage = () => { title: "Nadine Coetzee", subtitle: "Blonde Specialist", detail: "Passionate about helping women feel confident and radiant with beautifully healthy hair", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-posing_23-2148497197.jpg?_wi=3", imageAlt: "Nadine Coetzee, Blonde Specialist", }, { @@ -34,7 +34,7 @@ const AboutPage = () => { title: "Cindy Jacobs", subtitle: "Experienced Stylist", detail: "Focused on natural, elegant styles tailored to every client's unique needs and lifestyle", - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg?_wi=2", imageAlt: "Cindy Jacobs, Experienced Stylist", }, ], @@ -48,7 +48,7 @@ const AboutPage = () => { title: "Blonde Specialist", subtitle: "Expert colour techniques for stunning results", description: "With years of experience in blonde transformations and colour correction, Nadine specializes in achieving beautiful, natural-looking blonde results tailored to your skin tone and hair goals.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cut-hair-her-client-hair-salon_1157-27197.jpg?_wi=6", imageAlt: "Blonde specialist expertise", }, { @@ -57,7 +57,7 @@ const AboutPage = () => { title: "Personalized Consultations", subtitle: "Your hair, your vision", description: "Every client receives a thorough consultation to understand your hair goals, lifestyle, and preferences. We create customized treatment plans designed specifically for you.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-caucasian-blonde-female-wearing-stylish-leather-dress-posing-fashion-photoshoot_181624-59478.jpg?_wi=4", imageAlt: "Personalized consultation", }, { @@ -66,7 +66,7 @@ const AboutPage = () => { title: "Professional Products", subtitle: "Only the best for your hair", description: "We use premium, professional-grade products including MycroKeratin treatments to ensure your hair stays healthy, vibrant, and beautiful between appointments.", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-working-with-young-client_23-2147769873.jpg?_wi=6", imageAlt: "Professional hair products", }, { @@ -75,7 +75,7 @@ const AboutPage = () => { title: "Friendly Local Salon", subtitle: "Where you belong", description: "Located right here in Thabazimbi, we're more than a salon—we're your trusted local beauty partners. We build lasting relationships with our clients and make every visit special.", - imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-client-getting-her-hair-done-hairdresser_23-2150771250.jpg?_wi=5", imageAlt: "Friendly local salon", }, ]; @@ -174,7 +174,7 @@ const AboutPage = () => {