diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 82ba0cd..305b9a3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -23,7 +23,7 @@ export default function AboutPage() { name: "Veronica", handle: "Cut & Style", testimonial: "Cindy always makes me feel special. Her attention to detail and professional approach keep me coming back. Best salon in Thabazimbi!", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-okay-symbol_1187-4123.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-okay-symbol_1187-4123.jpg?_wi=2", imageAlt: "professional woman portrait headshot", }, { @@ -31,7 +31,7 @@ export default function AboutPage() { name: "Susan", handle: "Highlights & Color", testimonial: "My highlights turned out absolutely stunning. Cindy knows exactly how to achieve the perfect blonde. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-against-black-background-looking-camera_23-2148229337.jpg?_wi=2", imageAlt: "woman blonde highlights portrait", }, { @@ -39,7 +39,7 @@ export default function AboutPage() { name: "Nico", handle: "Gent Cut", testimonial: "Best of the best! Precision, professionalism, and genuine care. Cindy is the stylist you want for your hair.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-happy-young-bearded-man-trendy-hat-texting-messages-via-social-networks-browsing-internet-using-free-wifi-his-electronic-device-coffee-break-restaurant_273609-1934.jpg?_wi=2", imageAlt: "man professional haircut portrait", }, { @@ -47,7 +47,7 @@ export default function AboutPage() { name: "Nikkita", handle: "Full Highlights Package", testimonial: "The full highlights package exceeded my expectations. Would recommend without a doubt. Worth every penny!", - imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baking-time-with-best-grandmother_329181-17830.jpg?_wi=2", imageAlt: "woman with beautiful blonde hair portrait", }, { @@ -55,7 +55,7 @@ export default function AboutPage() { name: "Nastachia", handle: "Full Color & Style", testimonial: "Cindy made me feel beautiful inside and out. Her expertise and warmth make every appointment special. Thank you!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace-taking-selfie-photo-with-smartphone_329181-11566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-charming-young-woman-terrace-taking-selfie-photo-with-smartphone_329181-11566.jpg?_wi=2", imageAlt: "confident woman styled hair portrait", }, { @@ -63,7 +63,7 @@ export default function AboutPage() { name: "Maria", handle: "Microkeratin Treatment", testimonial: "My hair has never looked better. The microkeratin treatment restored my hair's health and shine. Absolutely love it!", - imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-bride-celebrating-before-wedding_23-2149329119.jpg?_wi=2", imageAlt: "woman with healthy shiny hair portrait", }, ]; @@ -174,7 +174,7 @@ export default function AboutPage() {