Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 16:27:58 +00:00
6 changed files with 1381 additions and 14 deletions

View File

@@ -45,7 +45,7 @@ export default function AboutPage() {
description="Voss Rd Pharmacy Team"
subdescription="Houston, Texas"
icon={Heart}
imageSrc="http://img.b2bpic.net/free-photo/african-american-doctor-analyzing-medical-reports-with-her-colleagues-clinic_637285-11176.jpg"
imageSrc="http://img.b2bpic.net/free-photo/african-american-doctor-analyzing-medical-reports-with-her-colleagues-clinic_637285-11176.jpg?_wi=1"
imageAlt="Voss Rd Pharmacy professional team"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -62,15 +62,15 @@ export default function ContactPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3295.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/building_1127-3295.jpg?_wi=2",
imageAlt: "Voss Rd Pharmacy location",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-analyzing-medical-reports-with-her-colleagues-clinic_637285-11176.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-analyzing-medical-reports-with-her-colleagues-clinic_637285-11176.jpg?_wi=2",
imageAlt: "Pharmacy team",
},
{
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=2",
imageAlt: "Patient consultation",
},
]}
@@ -116,7 +116,7 @@ export default function ContactPage() {
rows: 5,
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=3"
imageAlt="Voss Rd Pharmacy location"
mediaAnimation="slide-up"
mediaPosition="right"

File diff suppressed because it is too large Load Diff

View File

@@ -62,11 +62,11 @@ export default function HomePage() {
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"
},
{
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"
}
]}
@@ -163,7 +163,7 @@ export default function HomePage() {
role: "Local Resident",
company: "Houston, TX",
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"
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
role: "Long-time Patient",
company: "Houston, TX",
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"
},
{
@@ -199,7 +199,7 @@ export default function HomePage() {
role: "Business Owner",
company: "Houston, TX",
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"
},
{
@@ -208,7 +208,7 @@ export default function HomePage() {
role: "Community Member",
company: "Houston, TX",
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"
}
]}
@@ -298,7 +298,7 @@ export default function HomePage() {
rows: 5,
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"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -73,7 +73,7 @@ export default function PrescriptionRefillPage() {
rows: 4,
required: false
}}
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=3"
imageAlt="Prescription refill service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -176,7 +176,7 @@ export default function ServicesPage() {
rows: 5,
required: true,
}}
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=2"
imageAlt="Professional pharmacy service"
mediaAnimation="slide-up"
mediaPosition="right"