Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34d21061a5 | |||
| 3553690ede | |||
| ab823c0991 |
@@ -30,11 +30,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
brandName="Wing Chun"
|
brandName="Wing Chun"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Training", id: "training" },
|
{ name: "Training program", id: "training" },
|
||||||
{ name: "Classes", id: "classes" },
|
{ name: "Federation", id: "federation" },
|
||||||
{ name: "Instructors", id: "team" },
|
{ name: "Branches", id: "branches" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Kung Fu Styles", id: "styles" },
|
||||||
|
{ name: "Blog", id: "blog" },
|
||||||
|
{ name: "Shop", id: "shop" },
|
||||||
|
{ name: "Photos", id: "photos" },
|
||||||
|
{ name: "Videos", id: "videos" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user