Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user