Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95ddfe06ce | |||
| f8092f0636 | |||
| 68272f4c28 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user