diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 7c15fa8..e04151e 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { name: "Garden Path", price: "", variant: "Gallery", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg?_wi=2", }, { id: "g2", diff --git a/src/app/page.tsx b/src/app/page.tsx index f503da2..4ae0508 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@recovery-story", testimonial: "Aloe Valley changed my life. The team gave me the tools to reclaim my future.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/central-bohemia-high_181624-55759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/central-bohemia-high_181624-55759.jpg?_wi=1", imageAlt: "magaliesburg mountain serene nature landscape", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@recovery-warrior", testimonial: "A sanctuary for healing. Thank you for the dignity and respect provided.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg?_wi=1", imageAlt: "magaliesburg mountain serene nature landscape", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "@sober-life", testimonial: "The 12-step programme changed everything for me. Essential support.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-minimal-interior-design_23-2151913231.jpg?_wi=1", imageAlt: "magaliesburg mountain serene nature landscape", }, { @@ -107,11 +107,11 @@ export default function LandingPage() { handle: "@bright-future", testimonial: "The therapists and counselors were outstanding. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg?_wi=1", imageAlt: "magaliesburg mountain serene nature landscape", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/central-bohemia-high_181624-55759.jpg" + imageSrc="http://img.b2bpic.net/free-photo/central-bohemia-high_181624-55759.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg", diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 2519767..d4eead7 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -72,14 +72,14 @@ export default function LandingPage() { name: "David M.", handle: "@alumni", testimonial: "The staff were compassionate, knowledgeable and truly caring.", - imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780410.jpg?_wi=2", }, { id: "2", name: "Sarah P.", handle: "@recovery-warrior", testimonial: "A sanctuary for healing. Dignity and respect throughout.", - imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/graduation-concept-with-portrait-happy-man_23-2148201875.jpg?_wi=2", }, { id: "3",