From 491069471cf3600041dbf91a39b5a4ea56714060 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 05:58:12 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05f51e8..383b618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,8 +94,8 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Staff Management", price: "Included", variant: "Module", imageSrc: "http://img.b2bpic.net/free-photo/team-doctors-looking-digital-tablet_107420-84759.jpg" }, - { id: "p2", name: "Patient Intake", price: "Included", variant: "Module", imageSrc: "http://img.b2bpic.net/free-photo/register-now-application-information-concept_53876-125164.jpg" }, - { id: "p3", name: "Daily Scheduler", price: "Included", variant: "Module", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4435.jpg" }, + { id: "p2", name: "Patient Intake", price: "Included", variant: "Module", imageSrc: "http://img.b2bpic.net/free-photo/register-now-application-information-concept_53876-125164.jpg?_wi=1" }, + { id: "p3", name: "Daily Scheduler", price: "Included", variant: "Module", imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4435.jpg?_wi=1" }, ]} title="Platform modules" description="Comprehensive tools for modern practices." -- 2.49.1 From dd680cfdb7f29d73f81d8589ccf071909a406317 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 05:58:13 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f8d772d..3804668 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -45,7 +45,7 @@ export default function ServicesPage() { features={[ { title: "Patient Management", description: "Seamless intake and scheduling", icon: ClipboardList, - mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/register-now-application-information-concept_53876-125164.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4435.jpg" }] + mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/register-now-application-information-concept_53876-125164.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/stethoscope-patient-information_1232-4435.jpg?_wi=2" }] }, { title: "Diagnostic Support", description: "Integrated digital health records", icon: Stethoscope, -- 2.49.1