diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e76b29..47e4eae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" @@ -53,14 +53,16 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Fitness Enthusiast", testimonial: "Incredible facilities and supportive community. Changed my life!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=1", imageAlt: "Marcus Johnson testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson testimonial" + }, { name: "Sarah Martinez", handle: "Personal Training Client", testimonial: "Best investment I've made in myself. Results speak for themselves.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=1", imageAlt: "Sarah Martinez testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez testimonial" + }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Free Trial", href: "contact" }, { text: "View Pricing", href: "pricing" }, @@ -92,23 +94,29 @@ export default function LandingPage() { { id: 1, title: "Strength Training", description: "Build muscle and increase power with our comprehensive strength programs using free weights and resistance machines.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=1", imageAlt: "Strength training with dumbbells"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training with dumbbells" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg?_wi=2", imageAlt: "Strength training technique"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-training-athletics_52683-151582.jpg", imageAlt: "Strength training technique" + }, }, { id: 2, title: "Cardio & Endurance", description: "Improve cardiovascular fitness and stamina with state-of-the-art cardio equipment and structured programs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=1", imageAlt: "Cardio training equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio training equipment" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg?_wi=2", imageAlt: "Cardio workout session"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-female-athlete-running-treadmill-gym_637285-8584.jpg", imageAlt: "Cardio workout session" + }, }, { id: 3, title: "Group Classes", description: "Join energetic group fitness classes led by certified instructors to stay motivated and have fun.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=1", imageAlt: "Group fitness class"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness class" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg?_wi=2", imageAlt: "Group fitness community"}, + imageSrc: "http://img.b2bpic.net/free-photo/group-people-exercising-together-outdoors_23-2151061442.jpg", imageAlt: "Group fitness community" + }, }, ]} showStepNumbers={true} @@ -135,7 +143,8 @@ export default function LandingPage() { { text: "Learn More", href: "#" }, ], features: [ - "24/7 Gym Access", "All Equipment Access", "Locker Room Facilities", "Member App"], + "24/7 Gym Access", "All Equipment Access", "Locker Room Facilities", "Member App" + ], }, { id: "pro", badge: "Most Popular", badgeIcon: Flame, @@ -144,7 +153,8 @@ export default function LandingPage() { { text: "Learn More", href: "#" }, ], features: [ - "Everything in Basic", "2 Personal Training Sessions", "Group Classes Unlimited", "Nutrition Consultation", "Performance Tracking"], + "Everything in Basic", "2 Personal Training Sessions", "Group Classes Unlimited", "Nutrition Consultation", "Performance Tracking" + ], }, { id: "elite", price: "$99/mo", name: "Elite", buttons: [ @@ -152,7 +162,8 @@ export default function LandingPage() { { text: "Contact Us", href: "#" }, ], features: [ - "Everything in Pro", "Unlimited Personal Training", "Premium Classes Priority", "Supplement Discount 20%", "Monthly Body Composition Analysis", "Dedicated Coach"], + "Everything in Pro", "Unlimited Personal Training", "Premium Classes Priority", "Supplement Discount 20%", "Monthly Body Composition Analysis", "Dedicated Coach" + ], }, ]} /> @@ -172,16 +183,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Johnson", role: "Software Engineer", company: "Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg?_wi=2", imageAlt: "Marcus Johnson"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-looking-camera_23-2148162222.jpg", imageAlt: "Marcus Johnson" + }, { id: "2", name: "Sarah Martinez", role: "Marketing Director", company: "Creative Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg?_wi=2", imageAlt: "Sarah Martinez"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-smiling-confident-with-arms-crossed-standing-white-background_141793-118472.jpg", imageAlt: "Sarah Martinez" + }, { id: "3", name: "David Chen", role: "Entrepreneur", company: "E-commerce Business", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg", imageAlt: "David Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-sportswoman-cross-arms-looking-motivated-camera-fitness-girl-workout-practice-yoga-exercises-white-background_176420-47068.jpg", imageAlt: "David Chen" + }, { id: "4", name: "Emily Rodriguez", role: "Fitness Coach", company: "Wellness Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-his-muscles-holding-rubber-sport_114579-30584.jpg", imageAlt: "Emily Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-showing-his-muscles-holding-rubber-sport_114579-30584.jpg", imageAlt: "Emily Rodriguez" + }, ]} /> @@ -195,13 +210,17 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", value: "5K+", description: "Active members transforming their fitness journey"}, + id: "1", value: "5K+", description: "Active members transforming their fitness journey" + }, { - id: "2", value: "98%", description: "Member satisfaction rate and retention"}, + id: "2", value: "98%", description: "Member satisfaction rate and retention" + }, { - id: "3", value: "50+", description: "Group classes offered every week"}, + id: "3", value: "50+", description: "Group classes offered every week" + }, { - id: "4", value: "24/7", description: "Round-the-clock gym access for all members"}, + id: "4", value: "24/7", description: "Round-the-clock gym access for all members" + }, ]} />