From b5bf283d569b9c84629c65fd5c05670235212a93 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:21:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06496b4..9822026 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Upload Prescription", href: "contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medicines-medical-supplies-placed-blue_1150-19157.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medicines-medical-supplies-placed-blue_1150-19157.jpg?_wi=1" imageAlt="Apollo Pharmacy Saravanampatti - Trusted Medicine Provider" mediaAnimation="slide-up" className="w-full" @@ -69,18 +69,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Prescription Medicines", description: "Genuine branded and generic prescription medicines available. Upload your prescription for quick verification and home delivery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-examination-report-cellphone-medical-equipments-wooden-desk_1387-631.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/image-young-woman-sporty-fitness-girl-taking-vitamins-dietary-supplements-muscles-strength_1258-189561.jpg" } + title: "Prescription Medicines", description: "Genuine branded and generic prescription medicines available. Upload your prescription for quick verification and home delivery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-examination-report-cellphone-medical-equipments-wooden-desk_1387-631.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/image-young-woman-sporty-fitness-girl-taking-vitamins-dietary-supplements-muscles-strength_1258-189561.jpg?_wi=1" } }, { id: 2, - title: "Fast Home Delivery", description: "Same-day delivery available. Order medicines and health products with convenient payment options including UPI, Cards, and Cash.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-wearing-protection-giving-female-costumer-her-order_482257-20527.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-examination-report-cellphone-medical-equipments-wooden-desk_1387-631.jpg" } + title: "Fast Home Delivery", description: "Same-day delivery available. Order medicines and health products with convenient payment options including UPI, Cards, and Cash.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-wearing-protection-giving-female-costumer-her-order_482257-20527.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-medical-examination-report-cellphone-medical-equipments-wooden-desk_1387-631.jpg?_wi=2" } }, { id: 3, - title: "Health & Wellness Products", description: "OTC medicines, baby care products, personal care items, and medical devices. All genuine, transparently priced.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/image-young-woman-sporty-fitness-girl-taking-vitamins-dietary-supplements-muscles-strength_1258-189561.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-wearing-protection-giving-female-costumer-her-order_482257-20527.jpg" } + title: "Health & Wellness Products", description: "OTC medicines, baby care products, personal care items, and medical devices. All genuine, transparently priced.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/image-young-woman-sporty-fitness-girl-taking-vitamins-dietary-supplements-muscles-strength_1258-189561.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-wearing-protection-giving-female-costumer-her-order_482257-20527.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -218,7 +218,7 @@ export default function LandingPage() {