diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c77ff00..7319113 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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, diff --git a/src/app/page.tsx b/src/app/page.tsx index 845533b..c0c3bd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {