Merge version_2 into main #2
@@ -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."
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user