From 40b9adbbcf4cbf685eab24b2789f7f57dbd0c8fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 03:10:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 ++++++++++++++++++++++++------------------------ 1 file changed, 31 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 530ab4f..ecfc0e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,30 +38,30 @@ export default function LandingPage() {
@@ -69,23 +69,23 @@ export default function LandingPage() {
@@ -93,14 +93,12 @@ export default function LandingPage() {
@@ -123,20 +121,21 @@ export default function LandingPage() { columns={[ { title: "Company", items: [ - { label: "About", href: "#about" }, - { label: "Projects", href: "#features" }, + { label: "About Us", href: "#about" }, + { label: "Our Work", href: "#features" }, { label: "Contact", href: "#contact" } ] }, { title: "Services", items: [ - { label: "Kitchens", href: "#" }, - { label: "Closets", href: "#" }, - { label: "Custom Millwork", href: "#" } + { label: "Kitchens", href: "#features" }, + { label: "Closets", href: "#features" }, + { label: "Custom Woodwork", href: "#features" } ] } ]} logoText="Miami Millwork Co." + copyrightText="© 2025 Miami Millwork Co. | Crafting Local Excellence" />