Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45f07bb729 | |||
| e6a464e0e2 | |||
| bcf792eba3 | |||
| a781a67fdd | |||
| 27e234e000 | |||
| 93a5b76d22 | |||
| f9df736153 | |||
| b827e61624 | |||
| 7a47bc5cf2 | |||
| 606c689fac | |||
| d3267f5e05 | |||
| f477c3e5e7 | |||
| 8e1b05d636 |
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user