diff --git a/src/app/page.tsx b/src/app/page.tsx index a499596..0635130 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,7 +242,7 @@ export default function HvacPage() { title: "Contact", items: [ { label: "(281) 802-4900", href: "tel:+12818024900" }, { label: "broussardhoward@yahoo.com", href: "mailto:broussardhoward@yahoo.com" }, - { label: "Lafayette, LA" }, + { label: "Houston, Texas (Humble + surrounding areas)" }, ], }, ]} @@ -252,4 +252,4 @@ export default function HvacPage() { ); -} \ No newline at end of file +}