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.", 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" }} />