Merge version_1 into main #3
@@ -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"
|
||||
|
||||
@@ -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" },
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user