From c1b6a0bb6cab074ccfefd0897a870f869748de85 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:23:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3645da0..f62151c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -85,7 +86,7 @@ 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"}, @@ -236,4 +237,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1