From d00bbe74fbf167a17cc45f7cf03fb7e8ad4b634c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:08:20 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 51c552a..af4075b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -28,7 +28,7 @@ export default function AboutPage() { { name: "About", id: "/about" }, { name: "Services", id: "/services" }, { name: "Work", id: "/#portfolio" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/contact" }, ]} brandName="Faithful Story Studio" /> @@ -57,7 +57,7 @@ export default function AboutPage() { }, { items: [ - { label: "Contact", href: "/#contact" }, + { label: "Contact", href: "/contact" }, { label: "FAQ", href: "/#faq" }, { label: "Privacy", href: "#" }, ],