diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ee7636..4a9522a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { handle: "@HelenSparkes", testimonial: "I went to Hair Heaven last week for a wash, blow dry and style - Vasiliki did my hair perfectly...it lasted for days! Wonderful service, very friendly staff and so welcoming. I will definitely return when I am next in Athens. I highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", }, { name: "Erica Fryer", @@ -114,7 +114,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg?_wi=1" imageAlt="Woman with flowing perfect hair in a luxurious salon setting" mediaAnimation="opacity" avatars={[ @@ -191,7 +191,7 @@ export default function LandingPage() { imageAlt: "Stylist creating an updo", }, ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fsnxgy", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fsnxgy&_wi=1", imageAlt: "premium hair products luxurious packaging", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { imageAlt: "Hairdresser styling client", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg?_wi=2", imageAlt: "premium hair products luxurious packaging", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { imageAlt: "Hair gloss treatment", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "premium hair products luxurious packaging", }, ]} diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f093ce8..517db25 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { imageAlt: "Hair being blow-dried and styled", }, ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fsnxgy", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fsnxgy&_wi=2", imageAlt: "haircut scissors comb professional", }, { @@ -92,14 +92,14 @@ export default function LandingPage() { imageAlt: "Vibrant hair color transformation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-relaxing-with-diary_23-2150522497.jpg?_wi=3", imageAlt: "haircut scissors comb professional", }, { title: "Restorative Hair Treatments", description: "Deep conditioning, keratin treatments, scalp therapies, and personalized solutions for healthy, lustrous hair.", icon: Droplet, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=3", imageAlt: "haircut scissors comb professional", }, ]}