Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-27 06:36:42 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
brandName="Renton's Trusted Plumbers: Affordable, Fast, Reliable"
button={{
text: "Call Now", href: "tel:+14258739277"}}
animateOnLoad={true}
@@ -54,7 +54,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogo
logoText="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
logoText="Renton's Trusted Plumbers: Affordable, Fast, Reliable"
description="Your trusted local plumbing experts in Renton, WA. We provide reliable and affordable plumbing solutions for your home and business."
buttons={[
{
@@ -217,7 +217,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Low Cost Plumbing: Your Local Experts for Affordable Repairs"
logoText="Renton's Trusted Plumbers: Affordable, Fast, Reliable"
columns={[
{
title: "Services", items: [
@@ -258,4 +258,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}