Merge version_1 into main #4
@@ -46,11 +46,11 @@ export default function LandingPage() {
|
||||
title="Elite Fitness, Uncompromising Standards"
|
||||
description="Gym Zone Lifestyle delivers premium training facilities and expert coaching designed for serious athletes and ambitious professionals. Experience the difference quality makes."
|
||||
testimonials={[
|
||||
{ name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The best facilities I've ever trained in. Truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg" },
|
||||
{ name: "David Chen", handle: "@davidchen", testimonial: "Unparalleled atmosphere for professional development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg" },
|
||||
{ name: "Alex Rivet", handle: "@alexrivet", testimonial: "High-end equipment and expert staff. Top tier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg" },
|
||||
{ name: "Jane Cooper", handle: "@janecooper", testimonial: "Exceptional space, feels like a private club.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg" },
|
||||
{ name: "Robert Kent", handle: "@rkent", testimonial: "The most professional environment in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" },
|
||||
{ name: "Sarah Miller", handle: "@sarahmiller", testimonial: "The best facilities I've ever trained in. Truly premium.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg?_wi=1" },
|
||||
{ name: "David Chen", handle: "@davidchen", testimonial: "Unparalleled atmosphere for professional development.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg?_wi=1" },
|
||||
{ name: "Alex Rivet", handle: "@alexrivet", testimonial: "High-end equipment and expert staff. Top tier.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg?_wi=1" },
|
||||
{ name: "Jane Cooper", handle: "@janecooper", testimonial: "Exceptional space, feels like a private club.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg?_wi=1" },
|
||||
{ name: "Robert Kent", handle: "@rkent", testimonial: "The most professional environment in the city.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Membership Plans", href: "#pricing" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/running-tracks-empty-health-club_637285-8442.jpg"
|
||||
@@ -147,11 +147,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "ts1", title: "Game Changer", quote: "Gym Zone is leagues above other local gyms.", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg" },
|
||||
{ id: "ts2", title: "Results Driven", quote: "The elite atmosphere pushed me harder.", name: "David Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg" },
|
||||
{ id: "ts3", title: "High Quality", quote: "Facility is immaculate and professional.", name: "Emily Watson", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg" },
|
||||
{ id: "ts4", title: "Professional Focus", quote: "The best investment in my health.", name: "Robert Kent", role: "Lawyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg" },
|
||||
{ id: "ts5", title: "Top Tier", quote: "Truly an exceptional facility for pros.", name: "Jane Cooper", role: "Physician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" },
|
||||
{ id: "ts1", title: "Game Changer", quote: "Gym Zone is leagues above other local gyms.", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg?_wi=2" },
|
||||
{ id: "ts2", title: "Results Driven", quote: "The elite atmosphere pushed me harder.", name: "David Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg?_wi=2" },
|
||||
{ id: "ts3", title: "High Quality", quote: "Facility is immaculate and professional.", name: "Emily Watson", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg?_wi=2" },
|
||||
{ id: "ts4", title: "Professional Focus", quote: "The best investment in my health.", name: "Robert Kent", role: "Lawyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg?_wi=2" },
|
||||
{ id: "ts5", title: "Top Tier", quote: "Truly an exceptional facility for pros.", name: "Jane Cooper", role: "Physician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=2" },
|
||||
]}
|
||||
title="Member Experiences"
|
||||
description="Proven results for ambitious individuals."
|
||||
|
||||
Reference in New Issue
Block a user