Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 81e73d45cd | |||
| d617752225 | |||
| 90b729cfc9 | |||
| 34d21061a5 | |||
| 3553690ede | |||
| ab823c0991 | |||
| 11d04d3da1 | |||
| 8d986dc148 |
@@ -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>
|
||||||
@@ -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"
|
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"
|
imageAlt="Wing Chun martial artist in traditional stance"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Start Training Today", href: "#contact" },
|
{ text: "Get Free Trial Class", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -109,13 +113,13 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Beginner Fundamentals", price: "Starting Journey", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-gym_23-2150930333.jpg", imageAlt: "Beginner Wing Chun class"
|
id: "1", name: "Beginner Fundamentals", price: "Enroll Now", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-training-gym_23-2150930333.jpg", imageAlt: "Beginner Wing Chun class"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Intermediate Techniques", price: "Building Skills", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg?_wi=3", imageAlt: "Intermediate training session"
|
id: "2", name: "Intermediate Techniques", price: "Join Today", imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-practicing-tai-chi_23-2149960186.jpg?_wi=3", imageAlt: "Intermediate training session"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Advanced Chi Sau", price: "Mastery Level", imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall-with-copy-space_23-2148845929.jpg", imageAlt: "Advanced chi sau practice"
|
id: "3", name: "Advanced Chi Sau", price: "Enroll Now", imageSrc: "http://img.b2bpic.net/free-photo/male-martial-arts-instructor-training-with-female-trainee-practice-hall-with-copy-space_23-2148845929.jpg", imageAlt: "Advanced chi sau practice"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user