|
|
|
|
@@ -30,11 +30,15 @@ export default function LandingPage() {
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
brandName="Wing Chun"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Training", id: "training" },
|
|
|
|
|
{ name: "Classes", id: "classes" },
|
|
|
|
|
{ name: "Instructors", id: "team" },
|
|
|
|
|
{ name: "Contact", id: "contact" }
|
|
|
|
|
{ name: "Home", id: "/" },
|
|
|
|
|
{ name: "Training program", id: "training" },
|
|
|
|
|
{ name: "Federation", id: "federation" },
|
|
|
|
|
{ name: "Branches", id: "branches" },
|
|
|
|
|
{ name: "Kung Fu Styles", id: "styles" },
|
|
|
|
|
{ name: "Blog", id: "blog" },
|
|
|
|
|
{ name: "Shop", id: "shop" },
|
|
|
|
|
{ name: "Photos", id: "photos" },
|
|
|
|
|
{ name: "Videos", id: "videos" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -50,7 +54,7 @@ export default function LandingPage() {
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg?_wi=1"
|
|
|
|
|
imageAlt="Wing Chun martial artist in traditional stance"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Start Training Today", href: "#contact" },
|
|
|
|
|
{ text: "Get Free Trial Class", href: "#contact" },
|
|
|
|
|
{ text: "Learn More", href: "#about" }
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -197,4 +201,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|