From 7b7759075420b93efd435e3790e59c036c4f36e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:45:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bbd9c5..059b849 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,8 +33,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Clients", id: "clients" }, - { name: "Contact", id: "contact" }, - { name: "Portfolio", id: "portfolio" } + { name: "Contact", id: "contact" } ]} bottomLeftText="Florida-Based Digital Agency" bottomRightText="hello@uamconsultancy.com" @@ -82,8 +81,7 @@ export default function LandingPage() {