Update src/app/about/page.tsx

This commit is contained in:
2026-05-02 08:08:20 +00:00
parent 7b7912b288
commit d00bbe74fb

View File

@@ -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: "#" },
],