Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-04-15 18:40:14 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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.",

View File

@@ -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" }}
/>