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." 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,