From 691223c37bece90e8538e48593aafd11fd24f6ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 10:29:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72a863a..17bd2e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,16 +81,20 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "1", title: "Prescription Medicines", description: "Wide range of FDA-approved medications for all your medical needs. Fast verification and professional guidance from our licensed pharmacists.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jgi34p", imageAlt: "Prescription medicines display" + id: 1, + title: "Prescription Medicines", description: "Wide range of FDA-approved medications for all your medical needs. Fast verification and professional guidance from our licensed pharmacists.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jgi34p", imageAlt: "Prescription medicines display" }, { - id: "2", title: "Supplements & Vitamins", description: "Premium health supplements, multivitamins, and wellness products to support your immune system and overall wellness.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psgbky", imageAlt: "Vitamins and supplements collection" + id: 2, + title: "Supplements & Vitamins", description: "Premium health supplements, multivitamins, and wellness products to support your immune system and overall wellness.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=psgbky", imageAlt: "Vitamins and supplements collection" }, { - id: "3", title: "Cosmetics & Fragrances", description: "Trusted beauty brands and premium fragrances for personal care and grooming, carefully selected for quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tr09ia", imageAlt: "Cosmetics and fragrances display" + id: 3, + title: "Cosmetics & Fragrances", description: "Trusted beauty brands and premium fragrances for personal care and grooming, carefully selected for quality.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tr09ia", imageAlt: "Cosmetics and fragrances display" }, { - id: "4", title: "Healthcare Electronics", description: "Modern medical devices including blood pressure monitors, glucose meters, thermometers, and healthcare accessories.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l4we5r", imageAlt: "Healthcare electronic devices" + id: 4, + title: "Healthcare Electronics", description: "Modern medical devices including blood pressure monitors, glucose meters, thermometers, and healthcare accessories.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l4we5r", imageAlt: "Healthcare electronic devices" } ]} ariaLabel="Services and Features Section" -- 2.49.1