Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Your Premier Sports Destination"
|
||||
description="Experience world-class athletic facilities, expert coaching, and a vibrant community dedicated to your fitness journey. Join thousands of members achieving their goals."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", alt: "Member 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", alt: "Member 2" },
|
||||
@@ -188,10 +188,10 @@ export default function LandingPage() {
|
||||
tag="Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahfitness", testimonial: "Transformed my fitness routine completely. The staff is incredibly supportive and the facilities are world-class. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg?_wi=1", imageAlt: "Sarah Johnson"
|
||||
id: "1", name: "Sarah Johnson", handle: "@sarahfitness", testimonial: "Transformed my fitness routine completely. The staff is incredibly supportive and the facilities are world-class. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", handle: "@mikeathletic", testimonial: "Best decision I made was joining this facility. The coaching has helped me reach goals I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg?_wi=1", imageAlt: "Michael Chen"
|
||||
id: "2", name: "Michael Chen", handle: "@mikeathletic", testimonial: "Best decision I made was joining this facility. The coaching has helped me reach goals I never thought possible.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", handle: "@emilyswims", testimonial: "The aquatic program is exceptional. I've seen incredible progress in my swimming technique and speed since joining.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athlete-holding-hands-hips-posing_651396-1463.jpg", imageAlt: "Emily Rodriguez"
|
||||
@@ -200,10 +200,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "David Kim", handle: "@davidtrains", testimonial: "Amazing community atmosphere. Everyone is supportive and the trainers really know their stuff. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-high-five-gym_23-2149049819.jpg", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Martinez", handle: "@lisamoves", testimonial: "Finally found a place where I feel comfortable and motivated. The diversity of programs keeps things interesting.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg?_wi=2", imageAlt: "Lisa Martinez"
|
||||
id: "5", name: "Lisa Martinez", handle: "@lisamoves", testimonial: "Finally found a place where I feel comfortable and motivated. The diversity of programs keeps things interesting.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Lisa Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "James Wilson", handle: "@jamesbasketball", testimonial: "The basketball leagues are competitive and fun. Great way to stay active while meeting amazing people.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg?_wi=2", imageAlt: "James Wilson"
|
||||
id: "6", name: "James Wilson", handle: "@jamesbasketball", testimonial: "The basketball leagues are competitive and fun. Great way to stay active while meeting amazing people.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-holding-ball_23-2149213168.jpg", imageAlt: "James Wilson"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user