Merge version_1 into main #1
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user