Update src/app/contact/page.tsx
This commit is contained in:
@@ -25,10 +25,11 @@ export default function ContactPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Biography", id: "/about" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Gallery", id: "/gallery" },
|
||||
{ name: "Biography", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "About", id: "/about" },
|
||||
]}
|
||||
brandName="ELARA"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user