From 4d27bd4bcf41f07e8f79d57b371473dad8931bdb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:06:15 +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 50eff17..3274eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,17 +130,17 @@ export default function LandingPage() { { title: "Pain Relief Treatments", description: "Focused therapy to alleviate discomfort and restore physical function.", - imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=1", }, { title: "Holistic Wellness", description: "A comprehensive approach to mental and physical rejuvenation.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=1", }, { title: "Rejuvenation Therapy", description: "Signature treatments to leave you feeling completely revitalised.", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=1", }, ]} title="Our Treatments" @@ -160,7 +160,7 @@ export default function LandingPage() { role: "Client", company: "Hastings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=2", }, { id: "2", @@ -168,7 +168,7 @@ export default function LandingPage() { role: "Client", company: "Hastings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=2", }, { id: "3", @@ -176,7 +176,7 @@ export default function LandingPage() { role: "Client", company: "Hastings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=2", }, { id: "4", @@ -184,7 +184,7 @@ export default function LandingPage() { role: "Client", company: "Hastings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=3", }, { id: "5", @@ -192,7 +192,7 @@ export default function LandingPage() { role: "Client", company: "Hastings", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=3", }, ]} title="What Clients Say" -- 2.49.1