Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-13 18:40:26 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -71,7 +71,7 @@ export default function AboutPage() {
<HeroLogoBillboardSplit
logoText="About Georgia Plumbing Solutions Co."
description="Learn about our commitment to providing fast, professional, and reliable plumbing services to Georgia homeowners and businesses."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[{ text: "Contact Us", href: "/contact" }]}
buttonAnimation="slide-up"
layoutOrder="default"

View File

@@ -75,7 +75,7 @@ export default function HomePage() {
<HeroLogoBillboardSplit
logoText="Georgia Plumbing Solutions Co."
description="24/7 Trusted Plumbing Services in Georgia. Fast, professional, and reliable plumbing solutions for homes and businesses. Emergency repairs, water line service, leak detection, and more. Available around the clock for your peace of mind."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now (470) 329-1681", href: "tel:(470)329-1681" },
{ text: "Request Service", href: "/contact" },

View File

@@ -51,7 +51,7 @@ const ServicesPage = () => {
<HeroLogoBillboardSplit
logoText="Our Plumbing Services"
description="Complete plumbing solutions for residential and commercial properties. Expert repairs, installations, and maintenance by licensed professionals."
background={{ variant: "floatingGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Request Service", href: "/contact" },
{ text: "Call (470) 329-1681", href: "tel:(470)329-1681" },