From eb4381e184dcafff16723a7f720caef695383f53 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:46:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b419b36..5545b18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,8 +16,8 @@ export default function HomePage() { { name: "Manifesto", id: "hero" }, { name: "Services", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" } + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" } ]; return ( @@ -188,8 +188,7 @@ export default function HomePage() { title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Mission", href: "/about" }, - { label: "Contact", href: "/contact" }, - { label: "Blog", href: "#" } + { label: "Contact", href: "/contact" } ] }, {