diff --git a/src/app/page.tsx b/src/app/page.tsx
index 38495e9..af0769e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,42 +31,29 @@ export default function LandingPage() {
@@ -75,21 +62,15 @@ export default function LandingPage() {
@@ -134,49 +103,18 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Sarah",
- handle: "@sarahfit",
- testimonial: "The community here is unlike anything I've ever experienced.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-sitting-morning-gym_1157-32166.jpg",
- },
+ id: "1", name: "Alex", handle: "@alex_lifts", testimonial: "I found a home at Lane5. The coaching and community are unmatched.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-sitting-morning-gym_1157-32166.jpg"},
{
- id: "2",
- name: "Mike",
- handle: "@mike_g",
- testimonial: "Coaching is top-tier. Billy helped me smash my PRs.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg",
- },
+ id: "2", name: "Sam", handle: "@sam_fit", testimonial: "From day one, Coach Jax pushed me to reach my potential. Best CrossFit box in the city.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg"},
{
- id: "3",
- name: "Emily",
- handle: "@emily_r",
- testimonial: "I never felt intimidated. Everyone is so welcoming!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3476.jpg",
- },
- {
- id: "4",
- name: "David",
- handle: "@dave_k",
- testimonial: "Programming is intentional and effective. Love it.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-taking-selfie_23-2150384120.jpg",
- },
- {
- id: "5",
- name: "Jessica",
- handle: "@jess_m",
- testimonial: "Best decision I've ever made for my health.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/yoga-fitness-trainer-gym_1303-13923.jpg",
- },
+ id: "3", name: "Jordan", handle: "@jordy_crossfit", testimonial: "Inclusive, tough, and rewarding. I've never felt stronger.", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3476.jpg"},
]}
showRating={true}
- title="Real Results, Real People"
- description="Hear how our community has changed lives."
+ title="The Lane5 Difference"
+ description="Read what our athletes are saying about their transformation."
/>
@@ -187,40 +125,20 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "free-intro",
- tag: "Free",
- price: "$0",
- period: "/intro",
- description: "The perfect starting point to meet the team.",
- button: {
- text: "Book Intro Class",
- },
- featuresTitle: "Includes:",
- features: [
- "Full gym tour",
- "Movement assessment",
- "Meet the coaches",
- ],
+ id: "foundations", tag: "Getting Started", price: "$99", period: "/intro", description: "Master the movements with a 4-session foundations course.", button: {
+ text: "Book Foundations"},
+ featuresTitle: "Includes:", features: [
+ "4 personal sessions", "Movement safety check", "Lane5 basics guide"],
},
{
- id: "unlimited",
- tag: "Popular",
- price: "$199",
- period: "/mo",
- description: "Total access to all classes and amenities.",
- button: {
- text: "Join Unlimited",
- },
- featuresTitle: "Includes:",
- features: [
- "Unlimited classes",
- "Open gym access",
- "Community events",
- ],
+ id: "member", tag: "Most Popular", price: "$185", period: "/mo", description: "Total access to all classes and open gym sessions.", button: {
+ text: "Join Lane5"},
+ featuresTitle: "Includes:", features: [
+ "Unlimited CrossFit classes", "24/7 Open Gym access", "Monthly body comp tracking"],
},
]}
- title="Find Your Fit"
- description="Start your journey with a free intro class."
+ title="Choose Your Path"
+ description="Simple, transparent pricing for every athlete level."
/>
@@ -230,25 +148,16 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
- id: "1",
- title: "Is this gym good for beginners?",
- content: "Absolutely! Our On-Ramp program is designed for your first 6 sessions.",
- },
+ id: "1", title: "What is CrossFit?", content: "CrossFit is high-intensity functional training. It's scalable for anyone, from grandmothers to elite athletes."},
{
- id: "2",
- title: "What are your hours?",
- content: "We offer classes from 5am to 6:30pm daily.",
- },
+ id: "2", title: "Are classes always coached?", content: "Yes! Every class at Lane5 is led by a certified coach who ensures safety and form."},
{
- id: "3",
- title: "Can I do a drop-in?",
- content: "Yes, we love drop-ins! Book directly via the CTA above.",
- },
+ id: "3", title: "Can I visit for a single session?", content: "Absolutely. Drop-in rates are available for visiting CrossFitters."},
]}
imageSrc="http://img.b2bpic.net/free-photo/perfectly-ordered-compositions-flat-lay_23-2149872089.jpg"
mediaAnimation="slide-up"
- title="Frequently Asked Questions"
- description="Have questions? We have answers."
+ title="Common Questions"
+ description="We are here to help you get started comfortably."
faqsAnimation="slide-up"
/>
@@ -257,15 +166,13 @@ export default function LandingPage() {