35 Commits

Author SHA1 Message Date
de25d33c7e Update src/app/page.tsx 2026-04-18 20:16:13 +00:00
83763f2a0d Merge version_12 into main
Merge version_12 into main
2026-04-18 20:13:22 +00:00
5cb210fe09 Update theme fonts 2026-04-18 20:13:19 +00:00
200641177a Update theme fonts 2026-04-18 20:13:19 +00:00
23440f694a Merge version_12 into main
Merge version_12 into main
2026-04-18 20:13:09 +00:00
e09fb0d4bd Update theme fonts 2026-04-18 20:13:06 +00:00
a237b8a778 Update theme fonts 2026-04-18 20:13:05 +00:00
f96bbc9678 Merge version_12 into main
Merge version_12 into main
2026-04-18 20:12:57 +00:00
f9336aed36 Update theme fonts 2026-04-18 20:12:51 +00:00
fa511cc5b3 Update theme fonts 2026-04-18 20:12:50 +00:00
eae4670d57 Merge version_12 into main
Merge version_12 into main
2026-04-18 20:08:00 +00:00
cd08c2a724 Update src/app/page.tsx 2026-04-18 20:07:54 +00:00
50cbf3e904 Merge version_12 into main
Merge version_12 into main
2026-04-18 20:06:15 +00:00
37ae3e554a Update theme colors 2026-04-18 20:06:12 +00:00
e4601ce319 Merge version_11 into main
Merge version_11 into main
2026-04-18 20:05:59 +00:00
7bb558a0fa Update theme colors 2026-04-18 20:05:56 +00:00
8e9d36c4e2 Merge version_10 into main
Merge version_10 into main
2026-04-18 20:05:41 +00:00
71d4bd3c05 Merge version_9 into main
Merge version_9 into main
2026-04-18 20:05:40 +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
c47b7880da Merge version_8 into main
Merge version_8 into main
2026-04-18 20:05:28 +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
4 changed files with 34 additions and 25 deletions

View File

@@ -6,6 +6,8 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -20,8 +22,15 @@ export const metadata: Metadata = {
},
};
const montserrat = Montserrat({
variable: "--font-montserrat",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
@@ -33,7 +42,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
{children}
<script

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
brandName="Junior Pools"
button={{ text: "Get a Quote", href: "#contact" }}
button={{ text: "Call Now", href: "tel:7609806785" }}
/>
</div>
@@ -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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776542859618-98asu08q.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-1776542867057-8vzbi3fn.jpg" },
{ title: "Water Chemistry", description: "Precision testing and balancing for safe, healthy water for your family and guests.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CBgCzJx6icMeS9sMpXARx56CR9/uploaded-1776542870789-3ti7owzk.webp" }
]}
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

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-open-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-montserrat), sans-serif;
font-family: var(--font-inter), sans-serif;
}

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: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #c4d8f9;
--primary-cta-text: #020617;
--secondary-cta: #041633;
--secondary-cta-text: #e2e8f0;
--accent: #2d30f3;
--background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);