Compare commits
35 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| db1901aaef | |||
| 6dc62c9509 | |||
| 124be38716 | |||
| 9ed95a09de | |||
| 1976d971bd | |||
| 7b43c2a534 | |||
| 7146b4dac8 | |||
| ce317c7ef5 | |||
| 26f7d029cd | |||
| 5c8b931ee9 | |||
| a529902c65 | |||
| 79dfbb159b | |||
| 518595b110 | |||
| 7591870b9a | |||
| 6f80260573 | |||
| 8de3011704 | |||
| de71f08f24 | |||
| 6096648353 | |||
| 1a84a2633c | |||
| fe61f5b8af | |||
| be1d04abfc | |||
| 0717f73e96 | |||
| 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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Biography", id: "/about" },
|
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -25,10 +25,11 @@ export default function ContactPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Biography", id: "/about" },
|
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -25,10 +25,11 @@ export default function GalleryPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Biography", id: "/about" },
|
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -29,10 +29,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Biography", id: "/about" },
|
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Gallery", id: "/gallery" },
|
{ name: "Gallery", id: "/gallery" },
|
||||||
|
{ name: "Biography", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" },
|
{ name: "Contact", id: "/contact" },
|
||||||
|
{ name: "About", id: "/about" },
|
||||||
]}
|
]}
|
||||||
brandName="ELARA"
|
brandName="ELARA"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user