Update src/app/about/page.tsx
This commit is contained in:
@@ -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: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user