Merge version_1 into main #1
@@ -54,10 +54,10 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Fitness Enthusiast", testimonial: "Evan completely transformed my approach to fitness. His knowledge and personalized program got me to my goals faster than I ever thought possible.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=1"},
|
||||
{
|
||||
name: "James Cooper", handle: "Post-Injury Recovery", testimonial: "After my knee surgery, Evan guided me through rehabilitation with confidence. I'm now stronger than before my injury.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=2"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Book Your Session", href: "contact" },
|
||||
@@ -105,13 +105,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "One-on-One Personal Training", author: "Personalized Fitness", description: "Customized training sessions focused on building strength, endurance, and functional fitness. Every workout is designed around your specific goals and limitations.", tags: ["Fitness", "Strength", "Personal"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Personal training session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=1", imageAlt: "Personal training session"},
|
||||
{
|
||||
id: "2", title: "Injury Rehabilitation Programs", author: "Recovery & Healing", description: "Science-based rehabilitation protocols for post-injury recovery. Gradual progression from acute phase through return to full activity.", tags: ["Rehabilitation", "Recovery", "Medical"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Rehabilitation exercise demonstration"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=2", imageAlt: "Rehabilitation exercise demonstration"},
|
||||
{
|
||||
id: "3", title: "Health & Wellness Coaching", author: "Lifestyle Integration", description: "Holistic approach to fitness including movement patterns, posture optimization, and sustainable lifestyle changes for long-term health.", tags: ["Wellness", "Coaching", "Lifestyle"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg", imageAlt: "Wellness coaching session"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32132.jpg?_wi=3", imageAlt: "Wellness coaching session"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,13 +120,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=3", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2", name: "James Cooper", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "James Cooper"},
|
||||
id: "2", name: "James Cooper", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=4", imageAlt: "James Cooper"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg", imageAlt: "Michael Chen"},
|
||||
id: "4", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-pointing-camera-smiling_1098-20747.jpg?_wi=5", imageAlt: "Michael Chen"},
|
||||
]}
|
||||
cardTitle="Join hundreds of satisfied clients who have transformed their fitness and health with personalized exercise physiology coaching"
|
||||
cardTag="Client Success Stories"
|
||||
|
||||
Reference in New Issue
Block a user