Update src/app/contact/page.tsx

This commit is contained in:
2026-05-25 05:59:15 +00:00
parent a781a67fdd
commit bcf792eba3

View File

@@ -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"
/>