Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 17:05:34 +00:00

View File

@@ -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"