From 6cada6488ceb7bcb65f074f4b68365dd8186038f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 09:50:28 +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 f68bd88..58d4bf9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Prescription Medications", description: "Wide selection of prescription medicines from trusted pharmaceutical manufacturers. Licensed pharmacists ensure accurate dispensing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684927.jpg", imageAlt: "pharmacy medicine shelves organized medication display" + title: "Prescription Medications", description: "Wide selection of prescription medicines from trusted pharmaceutical manufacturers. Licensed pharmacists ensure accurate dispensing.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684927.jpg?_wi=1", imageAlt: "pharmacy medicine shelves organized medication display" }, { id: 2, @@ -103,11 +103,11 @@ export default function LandingPage() { }, { id: 4, - title: "Local Medication Delivery", description: "Fast and reliable delivery service to your home in Tunduma and surrounding areas. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-first-aid-kit-blue-t-shirt_176474-19900.jpg", imageAlt: "medication delivery service local community pharmacist" + title: "Local Medication Delivery", description: "Fast and reliable delivery service to your home in Tunduma and surrounding areas. Same-day service available.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-first-aid-kit-blue-t-shirt_176474-19900.jpg?_wi=1", imageAlt: "medication delivery service local community pharmacist" }, { id: 5, - title: "Medication Availability Check", description: "Call or submit a request to check if we have your needed medication in stock before visiting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684927.jpg", imageAlt: "pharmacy medicine shelves organized medication display" + title: "Medication Availability Check", description: "Call or submit a request to check if we have your needed medication in stock before visiting.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-pharmacist-working-drugstore_23-2151684927.jpg?_wi=2", imageAlt: "pharmacy medicine shelves organized medication display" } ]} /> @@ -122,7 +122,7 @@ export default function LandingPage() { { value: "Same-Day", title: "Delivery Service" }, { value: "5.0★", title: "Customer Rating" } ]} - imageSrc="http://img.b2bpic.net/free-photo/delivery-man-holding-first-aid-kit-blue-t-shirt_176474-19900.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delivery-man-holding-first-aid-kit-blue-t-shirt_176474-19900.jpg?_wi=2" imageAlt="Fast medication delivery service to your home" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1