Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 14:33:36 +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"] });
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({
children,

View File

@@ -54,7 +54,7 @@ export default function HomePage() {
tag="Serving Fall River & Nearby Areas"
tagAnimation="slide-up"
buttons={[
{ text: "CALL NOW", href: "tel:+15085550123" },
{ text: "CALL NOW: (508) 555-0123", href: "tel:+15085550123" },
{ text: "GET FREE QUOTE", href: "/contact" },
]}
buttonAnimation="slide-up"
@@ -83,8 +83,8 @@ export default function HomePage() {
<div id="trust-badges" data-section="trust-badges">
<SocialProofOne
tag="Trust Badges"
title="Licensed, Insured & 5-Star Rated"
description="Industry-leading credentials and commitment to excellence. Verified business with background checks, workmanship guarantee, and family-owned service excellence."
title="Why Homeowners Choose Fall River Plumbing"
description="Industry-leading credentials and commitment to excellence"
names={[
"5.0 Google Rating", "Verified Business", "Background Checked", "Workmanship Guarantee", "5+ Years in Business", "Family-Owned & Operated", "Flat Rate Pricing", "Licensed & Insured"]}
textboxLayout="default"
@@ -182,7 +182,7 @@ export default function HomePage() {
id: "3", value: "Guaranteed", title: "Quality Workmanship", description: "Every job backed by our workmanship guarantee", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990705.jpg?_wi=2"},
{
id: "4", value: "Fast Response", title: "Emergency Service", description: "Quick response times for urgent plumbing needs", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-showers-stone-tile-premium-spa_169016-68908.jpg?_wi=2"},
]}
]}
/>
</div>