Update src/app/page.tsx

This commit is contained in:
2026-03-04 14:04:49 +00:00
parent 564b93480e
commit 9521bda874

View File

@@ -83,8 +83,8 @@ export default function HomePage() {
<div id="trust-badges" data-section="trust-badges">
<SocialProofOne
tag="Trust Badges"
title="Why Homeowners Choose Fall River Plumbing"
description="Industry-leading credentials and commitment to excellence"
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."
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>
@@ -266,4 +266,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}