Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-07 18:36:33 +00:00
3 changed files with 1375 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ export default function ContactPage() {
role: "Patient",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg?_wi=2",
imageAlt: "professional woman healthcare patient portrait",
},
{
@@ -82,7 +82,7 @@ export default function ContactPage() {
role: "Family Patient",
company: "Long-term Care",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg?_wi=2",
imageAlt: "professional man healthcare patient portrait",
},
{
@@ -91,7 +91,7 @@ export default function ContactPage() {
role: "Chronic Care Patient",
company: "Regular Checkups",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg?_wi=2",
imageAlt: "mature woman patient healthcare portrait",
},
{
@@ -100,7 +100,7 @@ export default function ContactPage() {
role: "New Patient",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg?_wi=2",
imageAlt: "mature man patient healthcare portrait",
},
]}

File diff suppressed because it is too large Load Diff

View File

@@ -174,7 +174,7 @@ export default function HomePage() {
role: "Patient",
company: "Local Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/patient-consulting-doctor_1170-2096.jpg?_wi=1",
imageAlt: "professional woman healthcare patient portrait",
},
{
@@ -183,7 +183,7 @@ export default function HomePage() {
role: "Family Patient",
company: "Long-term Care",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-informing-senior-patient-about-health-insurance-options-consultations-clinic_637285-1891.jpg?_wi=1",
imageAlt: "professional man healthcare patient portrait",
},
{
@@ -192,7 +192,7 @@ export default function HomePage() {
role: "Chronic Care Patient",
company: "Regular Checkups",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/studio-shot-successful-blonde-middle-aged-female-therapist-posing-isolated-with-broad-happy-smile-wearing-white-medical-gown-stethoscope-around-her-neck_343059-2253.jpg?_wi=1",
imageAlt: "mature woman patient healthcare portrait",
},
{
@@ -201,7 +201,7 @@ export default function HomePage() {
role: "New Patient",
company: "Community",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-buying-medicine-pharmacy_23-2150359160.jpg?_wi=1",
imageAlt: "mature man patient healthcare portrait",
},
]}