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"