17 Commits

Author SHA1 Message Date
7bb558a0fa Update theme colors 2026-04-18 20:05:56 +00:00
8aa8d457fe Update theme colors 2026-04-18 20:05:38 +00:00
a4718e3e13 Update theme colors 2026-04-18 20:05:37 +00:00
ba716a5c26 Update theme colors 2026-04-18 20:05:25 +00:00
9e4a5c2f19 Merge version_6 into main
Merge version_6 into main
2026-04-18 19:59:38 +00:00
90c1998158 Update theme colors 2026-04-18 19:59:35 +00:00
0527b3fdf0 Merge version_5 into main
Merge version_5 into main
2026-04-18 19:59:33 +00:00
b3cf6ac943 Update theme colors 2026-04-18 19:59:30 +00:00
4134a7e83a Merge version_4 into main
Merge version_4 into main
2026-04-18 19:59:30 +00:00
89441d5481 Update theme colors 2026-04-18 19:59:27 +00:00
25e2ad8628 Merge version_3 into main
Merge version_3 into main
2026-04-18 19:51:34 +00:00
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
fe67459159 Update src/app/page.tsx 2026-04-18 19:41:15 +00:00
d11eab544c Merge version_2 into main
Merge version_2 into main
2026-04-18 19:39:11 +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
2 changed files with 19 additions and 19 deletions

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: "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."

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);