Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-05 02:17:53 +00:00

View File

@@ -26,17 +26,11 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Instructors",
id: "/instructors",
},
name: "Instructors", id: "/instructors"},
{
name: "Lessons",
id: "/lessons",
},
name: "Lessons", id: "/lessons"},
]}
brandName="Youth Ace"
/>
@@ -49,33 +43,14 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "instructors-group",
groupTitle: "Meet Our Instructors",
members: [
id: "instructors-group", groupTitle: "Meet Our Instructors", members: [
{
id: "1",
title: "Alex M.",
subtitle: "Lead Instructor",
detail: "Experienced player with 6 years of competitive training. Focuses on serve technique.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-kid-playing-tennis_23-2148218689.jpg",
},
id: "1", title: "Alex M.", subtitle: "Lead Instructor", detail: "Experienced player with 6 years of competitive training. Focuses on serve technique.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-kid-playing-tennis_23-2148218689.jpg"},
{
id: "2",
title: "Jordan S.",
subtitle: "Assistant Coach",
detail: "Specializes in beginner fundamentals and footwork drills.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-black-american-woman-holding-basketball_23-2148773335.jpg",
},
id: "2", title: "Jordan S.", subtitle: "Assistant Coach", detail: "Specializes in beginner fundamentals and footwork drills.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-black-american-woman-holding-basketball_23-2148773335.jpg"},
{
id: "3",
title: "Sam R.",
subtitle: "Strategy Specialist",
detail: "Intermediate coach who focuses on court strategy and mental preparation.",
imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928944.jpg",
},
id: "3", title: "Sam R.", subtitle: "Strategy Specialist", detail: "Intermediate coach who focuses on court strategy and mental preparation.", imageSrc: "http://img.b2bpic.net/free-photo/female-with-headphones-doing-fitness-home_23-2148928944.jpg"},
],
imageSrc: "http://img.b2bpic.net/free-photo/tennisattributes-balls_72229-140.jpg?_wi=7",
imageAlt: "youth tennis player serving",
},
]}
title="Our Coaches"
@@ -87,14 +62,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
text="Have questions about our coaching philosophy? Reach out to us anytime!"
buttons={[
{
text: "Contact Us",
href: "/contact",
},
text: "Contact Us", href: "/contact"},
]}
/>
</div>