diff --git a/src/app/page.tsx b/src/app/page.tsx index 63d96cb..7e0a12d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,15 +110,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Immaculate Cleanliness", description: "Your pool is kept perfect, not just clean.", imageSrc: "http://img.b2bpic.net/free-photo/well-organized-empty-medical-cabinet-ready-healthcare-services_482257-109844.jpg", imageAlt: "professional pool cleaning technician" + title: "Immaculate Cleanliness", description: "Your pool is kept perfect, not just clean.", imageSrc: "http://img.b2bpic.net/free-photo/well-organized-empty-medical-cabinet-ready-healthcare-services_482257-109844.jpg?_wi=1", imageAlt: "professional pool cleaning technician" }, { id: 2, - title: "Always On Time", description: "We respect your time and your guests.", imageSrc: "http://img.b2bpic.net/free-photo/female-collecting-trash-putting-plastic-garbage-bag-environmental-pollution-concept_181624-57357.jpg", imageAlt: "pool chemical balancing maintenance" + title: "Always On Time", description: "We respect your time and your guests.", imageSrc: "http://img.b2bpic.net/free-photo/female-collecting-trash-putting-plastic-garbage-bag-environmental-pollution-concept_181624-57357.jpg?_wi=1", imageAlt: "pool chemical balancing maintenance" }, { id: 3, - title: "We Fix What Others Can't", description: "From leaks to water issues — we solve problems properly.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "pool leak detection repair" + title: "We Fix What Others Can't", description: "From leaks to water issues — we solve problems properly.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=1", imageAlt: "pool leak detection repair" }, { id: 4, @@ -159,13 +159,13 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "cleaning", name: "Pool Cleaning", price: "Starting €99", variant: "Regular • Deep • Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/well-organized-empty-medical-cabinet-ready-healthcare-services_482257-109844.jpg", imageAlt: "professional pool cleaning technician" + id: "cleaning", name: "Pool Cleaning", price: "Starting €99", variant: "Regular • Deep • Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/well-organized-empty-medical-cabinet-ready-healthcare-services_482257-109844.jpg?_wi=2", imageAlt: "professional pool cleaning technician" }, { - id: "maintenance", name: "Pool Maintenance", price: "Starting €89", variant: "Chemical • Equipment • Preventive", imageSrc: "http://img.b2bpic.net/free-photo/female-collecting-trash-putting-plastic-garbage-bag-environmental-pollution-concept_181624-57357.jpg", imageAlt: "pool chemical balancing maintenance" + id: "maintenance", name: "Pool Maintenance", price: "Starting €89", variant: "Chemical • Equipment • Preventive", imageSrc: "http://img.b2bpic.net/free-photo/female-collecting-trash-putting-plastic-garbage-bag-environmental-pollution-concept_181624-57357.jpg?_wi=2", imageAlt: "pool chemical balancing maintenance" }, { - id: "repair", name: "Repairs & Problem Solving", price: "Contact for Quote", variant: "Leaks • System Fixes • Emergency", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg", imageAlt: "pool leak detection repair" + id: "repair", name: "Repairs & Problem Solving", price: "Contact for Quote", variant: "Leaks • System Fixes • Emergency", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg?_wi=2", imageAlt: "pool leak detection repair" } ]} ariaLabel="Services section"