From 7473e84f469e861c4e071dec2c4afcbbd98d602d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 01:40:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 894b8ee..2efe175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,12 +101,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "s1", name: "General Consultation", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg" }, - { id: "s2", name: "Laboratory Services", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/family-two-mums-having-baby_23-2149168849.jpg" }, - { id: "s3", name: "Maternal Care", price: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg" }, + { id: "s1", name: "General Consultation", price: "Expert-Led", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-supplies-medical-work_23-2149744722.jpg" }, + { id: "s2", name: "Laboratory Services", price: "Comprehensive", imageSrc: "http://img.b2bpic.net/free-photo/family-two-mums-having-baby_23-2149168849.jpg" }, + { id: "s3", name: "Maternal Care", price: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg" }, { id: "s4", name: "Pharmacy Services", price: "On-site", imageSrc: "http://img.b2bpic.net/free-photo/still-life-assortment-test-tubes_23-2149132642.jpg" }, - { id: "s5", name: "Emergency Services", price: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pregnant-person-sitting-hospital-ward-bed_482257-22963.jpg" }, - { id: "s6", name: "BP Monitoring", price: "Vital", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" } + { id: "s5", name: "Emergency Services", price: "Urgent Response", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pregnant-person-sitting-hospital-ward-bed_482257-22963.jpg" }, + { id: "s6", name: "BP Monitoring", price: "Vital Screening", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" } ]} title="Medical Services" description="Extensive range of healthcare offerings tailored to your needs." @@ -174,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1