Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e20bca89dd | |||
| d2783da54a | |||
| cce2857f6f | |||
| c5f754df91 | |||
| c1b6a0bb6c | |||
| 7abcd1da39 | |||
| 54d00d2b67 | |||
| 90544c69d6 | |||
| b60b7db67d |
@@ -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, you’re not getting a random technician—you’re 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 don’t 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, you’re not getting a random technician—you’re 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 don’t 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>
|
||||
|
||||
@@ -101,19 +103,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Pool Services", description: "Weekly Maintenance, Deep Cleaning, Chemical Balancing, Filter Replacement.", imageSrc: "http://img.b2bpic.net/free-vector/world-water-day-drop-background_23-2147539937.jpg", imageAlt: "Pool service icon"},
|
||||
title: "Pool Services", description: "Weekly Maintenance, Deep Cleaning, Chemical Balancing, Filter Replacement.", imageSrc: "http://img.b2bpic.net/free-vector/flat-world-water-day-infographic-template_23-2150148920.jpg", imageAlt: "Pool service icon"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Seasonal Services", description: "Pool Opening, Pool Closing / Winterization, Cover Installation Guidance.", imageSrc: "http://img.b2bpic.net/free-vector/hello-summer-concept_23-2148513574.jpg", imageAlt: "Seasonal service icon"},
|
||||
title: "Seasonal Services", description: "Pool Opening, Pool Closing / Winterization, Cover Installation Guidance.", imageSrc: "http://img.b2bpic.net/free-vector/set-different-people-doing-outdoor-winter-activities_23-2148712361.jpg", imageAlt: "Seasonal service icon"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Repairs & Diagnostics", description: "Leak Detection, Pump & Filter Repair, System Troubleshooting.", imageSrc: "http://img.b2bpic.net/free-vector/tools_24908-54621.jpg", imageAlt: "Repair and diagnostic icon"},
|
||||
title: "Repairs & Diagnostics", description: "Leak Detection, Pump & Filter Repair, System Troubleshooting.", imageSrc: "http://img.b2bpic.net/free-vector/flat-plumbing-service-template_1284-48527.jpg", imageAlt: "Repair and diagnostic icon"},
|
||||
{
|
||||
id: 4,
|
||||
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: "Spa & Hot Tub Services", description: "Cleaning & Maintenance, Repairs, Water Treatment.", imageSrc: "http://img.b2bpic.net/free-psd/summer-beach-resort-horizontal-banner-template_23-2149023464.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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user