7 Commits

Author SHA1 Message Date
cce2857f6f Update src/app/page.tsx 2026-03-25 02:24:27 +00:00
c5f754df91 Merge version_2 into main
Merge version_2 into main
2026-03-25 02:23:20 +00:00
c1b6a0bb6c Update src/app/page.tsx 2026-03-25 02:23:17 +00:00
7abcd1da39 Merge version_1 into main
Merge version_1 into main
2026-03-25 02:19:54 +00:00
54d00d2b67 Merge version_1 into main
Merge version_1 into main
2026-03-25 02:19:30 +00:00
90544c69d6 Merge version_1 into main
Merge version_1 into main
2026-03-25 02:18:58 +00:00
b60b7db67d Merge version_1 into main
Merge version_1 into main
2026-03-25 02:18:13 +00:00

View File

@@ -77,6 +77,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-couple-taking-bath_23-2149140888.jpg?_wi=3", imageAlt: "Crystal clear swimming pool with modern design"},
]}
mediaAnimation="opacity"
titleClassName="lg:text-7xl md:text-6xl text-5xl font-extrabold"
/>
</div>
@@ -85,12 +86,13 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Why Homeowners Trust Black Diamond"
description={[
"Black Diamond Pool & Spa is a locally owned business built on reliability, craftsmanship, and real relationships. When you call us, youre not getting a random technician—youre getting experienced professionals who take pride in doing the job right. Whether you're a first-time pool owner or a long-time homeowner, we make pool care simple, clear, and stress-free.", "We dont just service pools—we give you confidence and peace of mind. Our owner-operated approach ensures clear communication, reliable scheduling, and fair, transparent pricing, backed by years of hands-on expertise."]}
"Black Diamond Pool & Spa is a locally owned business built on reliability, craftsmanship, and real relationships. When you call us, youre not getting a random technician—youre getting experienced professionals who take pride in doing the job right. Whether you're a first-time pool owner or a long-time homeowner, we make pool care simple, clear, and stress-free.", "We dont just service pools—we give you confidence and peace of mind. Our owner-operated approach ensures clear communication, reliable scheduling, and fair, transparent pricing, backed by years of hands-on expertise." ]}
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
]}
buttonAnimation="slide-up"
descriptionClassName="leading-relaxed"
/>
</div>
@@ -113,7 +115,7 @@ export default function LandingPage() {
title: "Spa & Hot Tub Services", description: "Cleaning & Maintenance, Repairs, Water Treatment.", imageSrc: "http://img.b2bpic.net/free-vector/raw-water-disinfected-with-chlorine_23-2148726742.jpg", imageAlt: "Spa and hot tub service icon"},
]}
title="Complete Pool & Spa Solutions"
description="Tailored services to keep your oasis pristine year-round."
description="Tailored services to keep your oasis pristine year-round"
/>
</div>
@@ -236,4 +238,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}