From 5f76d6deef80a4bbcc553441402e5104252df0cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 13:17:49 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5f6e6a2..cfb1c86 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'All Brothers Roofing | Quality & Reliable Roofing Services', - description: 'Expert roofing contractors offering superior residential and commercial roof repair, replacement, and installation. Get a free estimate today!', + title: 'All Brothers Roofing | Expert Roofing Services in Vernon, CT', + description: 'All Brothers Roofing offers quality residential & commercial roof repair, replacement, and installation in Vernon, CT. Address: 237 Merline Rd, Vernon, CT 06066. Phone: +1 (860) 834-5151. Get a free estimate today!', openGraph: { "title": "All Brothers Roofing | Quality & Reliable Roofing Services", "description": "Expert roofing contractors offering superior residential and commercial roof repair, replacement, and installation. Get a free estimate today!", -- 2.49.1 From ca03b9f412fdf1c204dcb872fa538ad7516603c0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 13:17:49 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9d6e8f..53c78cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -272,12 +272,12 @@ export default function LandingPage() { variant: "plain"}} tag="Get a Free Estimate" title="Ready for a Stronger, More Beautiful Roof?" - description="Contact All Brothers Roofing today for a no-obligation consultation and estimate. Our friendly team is here to help you protect your biggest investment." + description="Contact All Brothers Roofing today for a no-obligation consultation and estimate. Our friendly team is here to help you protect your biggest investment. Call us at +1 (860) 834-5151 or visit us at 237 Merline Rd, Vernon, CT 06066." buttons={[ { text: "Schedule Your Free Estimate", href: "#"}, { - text: "Call Us Today!", href: "tel:123-456-7890"}, + text: "Call Us Today!", href: "tel:+18608345151"}, ]} /> @@ -286,7 +286,7 @@ export default function LandingPage() {