From ed2abb1930146f054fd02994b7aa8d871c7c9210 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 23:55:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9672069..53f2ea4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,12 +169,14 @@ export default function LandingPage() { @@ -185,6 +187,13 @@ export default function LandingPage() { title: "MT Remodeling", items: [ { label: "About Us", href: "#about" }, { label: "Our Portfolio", href: "#portfolio" }, + { label: "Contact Office", href: "#contact" }, + ], + }, + { + title: "Location", items: [ + { label: "Serving Greater Houston Area" }, + { label: "License #TX-49219" }, ], }, { @@ -195,10 +204,10 @@ export default function LandingPage() { }, ]} bottomLeftText="© 2024 MT Remodeling, Houston TX." - bottomRightText="All rights reserved." + bottomRightText="Excellence in every detail." /> ); -} +} \ No newline at end of file -- 2.49.1