Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba716a5c26 | |||
| 9e4a5c2f19 | |||
| 90c1998158 | |||
| 0527b3fdf0 | |||
| b3cf6ac943 | |||
| 4134a7e83a | |||
| 89441d5481 | |||
| 25e2ad8628 | |||
| ef1160b915 | |||
| ef3ea72923 | |||
| fe67459159 | |||
| d11eab544c | |||
| 08b25e149a | |||
| e96a8780a1 |
@@ -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: "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: "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."
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user