Update src/app/page.tsx

This commit is contained in:
2026-03-09 16:27:52 +00:00
parent 00c0ab93d8
commit dd8a2bf54b

View File

@@ -62,11 +62,11 @@ export default function HomePage() {
imageAlt: "Modern pharmacy interior" imageAlt: "Modern pharmacy interior"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/aged-doctor-having-good-news-patient_1398-4032.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aged-doctor-having-good-news-patient_1398-4032.jpg?_wi=1",
imageAlt: "Pharmacist consultation" imageAlt: "Pharmacist consultation"
}, },
{ {
imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/specialist-giving-effervescent-vitamin-patient-medical-office_482257-124337.jpg?_wi=1",
imageAlt: "Prescription medications" imageAlt: "Prescription medications"
} }
]} ]}
@@ -163,7 +163,7 @@ export default function HomePage() {
role: "Local Resident", role: "Local Resident",
company: "Houston, TX", company: "Houston, TX",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-smile_1098-21962.jpg", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-smile_1098-21962.jpg?_wi=1",
imageAlt: "Sarah Johnson testimonial" imageAlt: "Sarah Johnson testimonial"
}, },
{ {
@@ -172,7 +172,7 @@ export default function HomePage() {
role: "Long-time Patient", role: "Long-time Patient",
company: "Houston, TX", company: "Houston, TX",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-wearing-face-mask_23-2150348187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-wearing-face-mask_23-2150348187.jpg?_wi=1",
imageAlt: "Michael Chen testimonial" imageAlt: "Michael Chen testimonial"
}, },
{ {
@@ -199,7 +199,7 @@ export default function HomePage() {
role: "Business Owner", role: "Business Owner",
company: "Houston, TX", company: "Houston, TX",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-smile_1098-21962.jpg", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-smile_1098-21962.jpg?_wi=2",
imageAlt: "Jennifer Lee testimonial" imageAlt: "Jennifer Lee testimonial"
}, },
{ {
@@ -208,7 +208,7 @@ export default function HomePage() {
role: "Community Member", role: "Community Member",
company: "Houston, TX", company: "Houston, TX",
rating: 5, rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-wearing-face-mask_23-2150348187.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pharmacist-wearing-face-mask_23-2150348187.jpg?_wi=2",
imageAlt: "Robert Martinez testimonial" imageAlt: "Robert Martinez testimonial"
} }
]} ]}
@@ -298,7 +298,7 @@ export default function HomePage() {
rows: 5, rows: 5,
required: true required: true
}} }}
imageSrc="http://img.b2bpic.net/free-photo/building_1127-3295.jpg" imageSrc="http://img.b2bpic.net/free-photo/building_1127-3295.jpg?_wi=1"
imageAlt="Voss Rd Pharmacy location" imageAlt="Voss Rd Pharmacy location"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"