3 Commits

Author SHA1 Message Date
fe67459159 Update src/app/page.tsx 2026-04-18 19:41:15 +00:00
08b25e149a Update src/app/page.tsx 2026-04-18 19:39:08 +00:00
e96a8780a1 Merge version_1 into main
Merge version_1 into main
2026-04-18 19:27:12 +00:00

View File

@@ -73,8 +73,8 @@ 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: "http://img.b2bpic.net/free-photo/skateboard-ramp-park_23-2147678232.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/man-balancing-skateboard_23-2147678275.jpg" },
{ 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="Comprehensive Pool Maintenance"
@@ -89,11 +89,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg" },
{ id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-sitting-cafe-smiling-drinking-coffee_176420-12326.jpg" },
{ id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-carefree-man-has-toothy-smile-shows-perfect-white-teeth-looks-gladfully_273609-33584.jpg" },
{ id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/talking-wife_1098-13921.jpg" },
{ id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-by-swimming-pool_1098-13893.jpg" }
{ id: "1", name: "Susan Stauder", role: "Homeowner", company: "La Quinta", rating: 5 },
{ id: "2", name: "Shunte Martin", role: "Local Guide", company: "Indio", rating: 5 },
{ id: "3", name: "Marco Rojo", role: "Customer", company: "Indio", rating: 5 },
{ id: "4", name: "Robert D.", role: "Client", company: "Indio", rating: 5 },
{ id: "5", name: "Alice T.", role: "Homeowner", company: "La Quinta", rating: 5 }
]}
title="Highly Endorsed by Our Clients"
description="See why homeowners in La Quinta and Indio trust Junior Pools."
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}