From b99327f82337b2b40a3c32442fdf4aa4680ad740 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:40:10 +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 d02f27d..ec3f9d9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Chavez Brothers | Premium Roofing & Insurance Claim Experts', - description: 'Chavez Brothers provides premium roofing services in Dallas. We specialize in insurance claim negotiation and expert craftsmanship.', + title: 'Chavez Brothers | Roofing & Insurance Specialists', + description: 'Dallas\' most trusted roofing & insurance claim experts. Free inspection, expert repair, and claim support.', openGraph: { "title": "Chavez Brothers Roofing", "description": "Expert roofing and insurance specialists in Dallas.", -- 2.49.1 From 996b9f8ce6bbbe6aad52cd0659d164c731a29f39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:40:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d85e53d..f0cc642 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,9 +30,10 @@ export default function LandingPage() { brandName="Chavez Brothers" navItems={[ { name: "Services", id: "services" }, - { name: "Claims", id: "insurance" }, - { name: "Reviews", id: "testimonials" }, + { name: "Insurance", id: "insurance" }, + { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" }, + { name: "Contact", id: "contact" } ]} button={{ text: "Get Inspection", href: "#contact" }} /> -- 2.49.1