3 Commits

Author SHA1 Message Date
e8effc53d2 Update src/app/page.tsx 2026-03-04 14:33:31 +00:00
240c3e75f7 Update src/app/layout.tsx 2026-03-04 14:33:31 +00:00
71a8b290f1 Merge version_2 into main
Merge version_2 into main
2026-03-04 14:04:53 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Fall River Plumbing - Licensed, Insured & 5-Star Rated", description: "Expert plumbing services in Fall River. Licensed, insured, and family-owned with guaranteed workmanship and flat rate pricing."}; title: "Fall River Plumbing - Local Plumber Services", description: "Professional plumbing services in Fall River. Family-owned, 5-star rated, flat rate pricing, guaranteed work."};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
tag="Serving Fall River & Nearby Areas" tag="Serving Fall River & Nearby Areas"
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "CALL NOW", href: "tel:+15085550123" }, { text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123" },
{ text: "GET FREE QUOTE", href: "/contact" }, { text: "GET FREE QUOTE", href: "/contact" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -83,8 +83,8 @@ export default function HomePage() {
<div id="trust-badges" data-section="trust-badges"> <div id="trust-badges" data-section="trust-badges">
<SocialProofOne <SocialProofOne
tag="Trust Badges" tag="Trust Badges"
title="Licensed, Insured & 5-Star Rated" title="Why Homeowners Choose Fall River Plumbing"
description="Industry-leading credentials and commitment to excellence. Verified business with background checks, workmanship guarantee, and family-owned service excellence." description="Industry-leading credentials and commitment to excellence"
names={[ names={[
"5.0 Google Rating", "Verified Business", "Background Checked", "Workmanship Guarantee", "5+ Years in Business", "Family-Owned & Operated", "Flat Rate Pricing", "Licensed & Insured"]} "5.0 Google Rating", "Verified Business", "Background Checked", "Workmanship Guarantee", "5+ Years in Business", "Family-Owned & Operated", "Flat Rate Pricing", "Licensed & Insured"]}
textboxLayout="default" textboxLayout="default"