Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 34d21061a5 | |||
| 3553690ede |
@@ -1420,4 +1420,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
@@ -197,4 +201,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user