5 Commits

Author SHA1 Message Date
befe5fb58d Merge version_4 into main
Merge version_4 into main
2026-04-27 23:54:51 +00:00
0289562df2 Update src/app/page.tsx 2026-04-27 23:54:48 +00:00
da3a10dc4c Merge version_3 into main
Merge version_3 into main
2026-04-27 23:53:48 +00:00
6f4340f6e0 Update src/app/page.tsx 2026-04-27 23:53:45 +00:00
ab302a2bba Merge version_2 into main
Merge version_2 into main
2026-04-27 23:52:57 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplit <HeroSplit
background={{ variant: "plain" }} background={{ variant: "plain" }}
title="Professional Plumbing When You Need It Most" title="Professional Plumbing When You Need It Most"
description="Southern Style Plumbing delivers expert, reliable plumbing services to your home. From emergency repairs to proactive maintenance, we provide peace of mind with quality craftsmanship." description="Southern Style Plumbing delivers expert, reliable plumbing services to your home. We are currently accepting new service requests in your area—book now to secure priority scheduling for your emergency repairs or maintenance needs."
buttons={[{ text: "Book Service", href: "#contact" }]} buttons={[{ text: "Book Service", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg" imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721532.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -84,13 +84,13 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Emergency Repairs", description: "Rapid response for busted pipes and leaks, especially during extreme weather.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg", buttons: [{ text: "Get a Free Estimate", href: "#contact" }] title: "Emergency Repairs", description: "Rapid response for busted pipes and leaks, especially during extreme weather.", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg"
}, },
{ {
title: "Pipe Protection", description: "Professional advice and installations to prevent freezing and damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg", buttons: [{ text: "Get a Free Estimate", href: "#contact" }] title: "Pipe Protection", description: "Professional advice and installations to prevent freezing and damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-overall-cap-smiling_23-2148073095.jpg"
}, },
{ {
title: "Maintenance & Upgrades", description: "Fixtures, hose bibs, and overall system checkups for long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", buttons: [{ text: "Get a Free Estimate", href: "#contact" }] title: "Maintenance & Upgrades", description: "Fixtures, hose bibs, and overall system checkups for long-term health.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg"
} }
]} ]}
title="Comprehensive Plumbing Services" title="Comprehensive Plumbing Services"
@@ -135,7 +135,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Get in touch" tag="Get in touch"
title="Need Expert Plumbing?" title="Request Your Service"
description="Contact us today for professional, reliable service." description="Contact us today for professional, reliable service."
/> />
</div> </div>
@@ -149,4 +149,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }