From 46e4b01d99dabba5d4400119f5398310cb5724a3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:07:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8a6edb..fece8eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,21 +105,21 @@ export default function LandingPage() { features={[ { title: "Check your eligibility", description: "You've tried medications, therapies and standard referrals but nothing has made a real difference to your quality of life.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg?_wi=2"}, }, { title: "Book your consultation", description: "A licensed medical professional reviews your full history and discusses your condition in a private, judgement-free consultation.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vaccine-injection-bottles-with-white-label-row_53876-167237.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vaccine-injection-bottles-with-white-label-row_53876-167237.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vaccine-injection-bottles-with-white-label-row_53876-167237.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vaccine-injection-bottles-with-white-label-row_53876-167237.jpg?_wi=2"}, }, { title: "Receive your treatment plan", description: "Your doctor prescribes the right strain and dosage for your specific condition. Full guidance included — nothing left unexplained.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg?_wi=3"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-using-ar-technology-perform-their-occupation_23-2151137535.jpg?_wi=4"}, }, ]} showStepNumbers={true} -- 2.49.1