From fb618f2ce45d552c3a8d3804a07626ce4eae0eea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:51:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 38c8462..8d01b1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,13 +130,13 @@ export default function LandingPage() { id: "prescription", name: "Prescription Medicines", price: "Starting ₹99", variant: "Trusted Brands", imageSrc: "http://img.b2bpic.net/free-photo/professional-doctor-smiling_1098-139.jpg", imageAlt: "Prescription Medicine Service" }, { - id: "otc", name: "Over-the-Counter Medicines", price: "Starting ₹29", variant: "Common Relief", imageSrc: "http://img.b2bpic.net/free-photo/physician-expert-reviewing-x-ray-scan-results-his-medical-office_482257-118110.jpg", imageAlt: "OTC Medicines" + id: "otc", name: "Over-the-Counter Medicines", price: "Starting ₹29", variant: "Common Relief", imageSrc: "http://img.b2bpic.net/free-photo/physician-expert-reviewing-x-ray-scan-results-his-medical-office_482257-118110.jpg?_wi=1", imageAlt: "OTC Medicines" }, { - id: "health", name: "Health Essentials", price: "Starting ₹49", variant: "Daily Care", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-deliverer-with-medical-mask_23-2149561210.jpg", imageAlt: "Health Essentials" + id: "health", name: "Health Essentials", price: "Starting ₹49", variant: "Daily Care", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-deliverer-with-medical-mask_23-2149561210.jpg?_wi=1", imageAlt: "Health Essentials" }, { - id: "delivery", name: "Medicine Delivery", price: "Free (₹199+)", variant: "Fast & Reliable", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-deliverer-with-medical-mask_23-2149561210.jpg", imageAlt: "Door Delivery Service" + id: "delivery", name: "Medicine Delivery", price: "Free (₹199+)", variant: "Fast & Reliable", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-deliverer-with-medical-mask_23-2149561210.jpg?_wi=2", imageAlt: "Door Delivery Service" } ]} ariaLabel="Product section" @@ -184,7 +184,7 @@ export default function LandingPage() { title="Looking for a Specific Medicine?" description="We stock thousands of medicines and healthcare products. If you need a specific medicine, contact us and our team will check availability instantly." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/physician-expert-reviewing-x-ray-scan-results-his-medical-office_482257-118110.jpg" + imageSrc="http://img.b2bpic.net/free-photo/physician-expert-reviewing-x-ray-scan-results-his-medical-office_482257-118110.jpg?_wi=2" imageAlt="DRUG CITY Pharmacy Inventory" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1