3 Commits

Author SHA1 Message Date
ef1160b915 Update src/app/page.tsx 2026-04-18 19:51:31 +00:00
ef3ea72923 Merge version_2 into main
Merge version_2 into main
2026-04-18 19:41:18 +00:00
d11eab544c Merge version_2 into main
Merge version_2 into main
2026-04-18 19:39:11 +00:00

View File

@@ -50,8 +50,8 @@ export default function LandingPage() {
{ text: "Call Now", href: "tel:7609806785" },
{ text: "Get a Quote", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/spa-wet-poolside-hotel-steel_1203-4757.jpg"
imageAlt="Clean blue swimming pool"
imageSrc="http://img.b2bpic.net/free-photo/stair-swimming-pool-beautiful-luxury-hotel-pool-resort_1339-5452.jpg"
imageAlt="Professional pool maintenance technician inspecting pool water chemistry"
mediaAnimation="slide-up"
/>
</div>
@@ -73,9 +73,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{ title: "Weekly Maintenance", description: "Regular skimming, vacuuming, and chemical balancing to keep your pool sparkling clean.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776541258558-gdxx3j5c.jpg" },
{ title: "Equipment Repair", description: "Expert diagnostics and repair for filters, pumps, and heaters. We handle the things that go wrong.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776541269082-aobxja5z.jpg" },
{ title: "Water Chemistry", description: "Precision testing and balancing for safe, healthy water for your family and guests.", imageSrc: "http://img.b2bpic.net/free-photo/stair-swimming-pool-beautiful-luxury-hotel-pool-resort_1339-5452.jpg" }
{ title: "Weekly Maintenance", description: "Regular skimming, vacuuming, and chemical balancing to keep your pool sparkling clean.", imageSrc: "http://img.b2bpic.net/free-photo/stairs-pool_1232-1148.jpg" },
{ title: "Equipment Repair", description: "Expert diagnostics and repair for filters, pumps, and heaters. We handle the things that go wrong.", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool_1385-2261.jpg" },
{ title: "Water Chemistry", description: "Precision testing and balancing for safe, healthy water for your family and guests.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-special-suit-holding-little-flask-with-blue-solution-cream-desk-lab-chemistry-science-experiment_140725-37939.jpg" }
]}
title="Comprehensive Pool Maintenance"
description="We offer a full suite of services to keep your pool in top condition all year round."
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}