diff --git a/src/app/page.tsx b/src/app/page.tsx index a8433b6..f5b51e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,12 +54,12 @@ export default function LandingPage() { buttonAnimation="slide-up" background={{ variant: "aurora" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-with-medical-mask-inviting-couple-see-new-house_23-2148895437.jpg", imageAlt: "P.D Medical storefront" }, - { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg", imageAlt: "Professional pharmacy service" } + { imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-with-medical-mask-inviting-couple-see-new-house_23-2148895437.jpg?_wi=1", imageAlt: "P.D Medical storefront" }, + { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg?_wi=1", imageAlt: "Professional pharmacy service" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg", imageAlt: "Modern diagnostic lab" }, - { imageSrc: "http://img.b2bpic.net/free-photo/recruiter-interviewing-job-applicant-learn-about-her-qualifications-skill_482257-107438.jpg", imageAlt: "Doctor consultation chamber" } + { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg?_wi=1", imageAlt: "Modern diagnostic lab" }, + { imageSrc: "http://img.b2bpic.net/free-photo/recruiter-interviewing-job-applicant-learn-about-her-qualifications-skill_482257-107438.jpg?_wi=1", imageAlt: "Doctor consultation chamber" } ]} carouselPosition="right" avatarText="Trusted by 5,000+ local patients" @@ -92,20 +92,20 @@ export default function LandingPage() { { id: 1, title: "๐Ÿ’Š Pharmacy Services", description: "Wide range of medicines and healthcare products. Experienced pharmacists available for medication guidance.", buttons: [{ text: "Call Now", href: "tel:+1234567890" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg", imageAlt: "Pharmacy service" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-with-medical-mask-inviting-couple-see-new-house_23-2148895437.jpg", imageAlt: "Medical storefront" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg?_wi=2", imageAlt: "Pharmacy service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-realtor-with-medical-mask-inviting-couple-see-new-house_23-2148895437.jpg?_wi=2", imageAlt: "Medical storefront" } }, { id: 2, title: "๐Ÿงช Lab Testing", description: "Modern diagnostic laboratory with quick results. Blood tests, pathology, and health checkups available.", buttons: [{ text: "Book Test", href: "#contact" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg", imageAlt: "Lab testing" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg", imageAlt: "Pharmacy service" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg?_wi=2", imageAlt: "Lab testing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/senior-man-reading-prescription-apothecary_651396-1211.jpg?_wi=3", imageAlt: "Pharmacy service" } }, { id: 3, title: "๐Ÿ‘จโ€โš•๏ธ Doctor Consultation", description: "Professional medical consultation in our private chamber. Expert doctors available for health advice and treatment.", buttons: [{ text: "Book Consultation", href: "#contact" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/recruiter-interviewing-job-applicant-learn-about-her-qualifications-skill_482257-107438.jpg", imageAlt: "Doctor consultation" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg", imageAlt: "Lab testing" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/recruiter-interviewing-job-applicant-learn-about-her-qualifications-skill_482257-107438.jpg?_wi=2", imageAlt: "Doctor consultation" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-white-lab-suits-producing-tv-sets-assebly-line-with-some-modern-equipment-clean-room_645730-549.jpg?_wi=3", imageAlt: "Lab testing" } } ]} ariaLabel="Services section showcasing pharmacy lab and consultation" @@ -234,7 +234,7 @@ export default function LandingPage() {