13 Commits

4 changed files with 8 additions and 4 deletions

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

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

View File

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

View File

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