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