Update src/app/about/page.tsx

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

View File

@@ -25,10 +25,11 @@ export default function AboutPage() {
<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"
/>