Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
description="Sarah Mitchell"
|
||||
subdescription="CEO & Lead Coach"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70165.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70165.jpg?_wi=1"
|
||||
imageAlt="Sarah Mitchell"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -78,18 +78,18 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "One-on-One Personal Training", description: "Customized workout plans designed specifically for your fitness level and goals. Get expert guidance on form, progression, and nutrition.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-holding-phone-doing-sports-morning-park_285396-4287.jpg" }
|
||||
title: "One-on-One Personal Training", description: "Customized workout plans designed specifically for your fitness level and goals. Get expert guidance on form, progression, and nutrition.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-holding-phone-doing-sports-morning-park_285396-4287.jpg?_wi=1" }
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Group Fitness Classes", description: "High-energy group sessions that build community while pushing your limits. Variety of disciplines including HIIT, strength, and cardio.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-purposive-fitness-trainer-preparing-himself-tough-workout-with-serious-face-tracker-headphones-ears-african-american-athlete-is-determined-challenge-himself-sport_273609-1214.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg" }
|
||||
title: "Group Fitness Classes", description: "High-energy group sessions that build community while pushing your limits. Variety of disciplines including HIIT, strength, and cardio.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-purposive-fitness-trainer-preparing-himself-tough-workout-with-serious-face-tracker-headphones-ears-african-american-athlete-is-determined-challenge-himself-sport_273609-1214.jpg?_wi=1" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg?_wi=1" }
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Nutrition & Lifestyle Coaching", description: "Beyond the gym - complete nutritional guidance and lifestyle optimization to accelerate your transformation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-arms-crossed_23-2147644391.jpg" },
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70165.jpg" }
|
||||
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-70165.jpg?_wi=2" }
|
||||
}
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -108,19 +108,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Chen", role: "Entrepreneur", company: "Tech Startup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-black-sportswear-standing-with-crossed-arms-modern-city-against-skyscraper_613910-18492.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Emma Rodriguez", role: "Marketing Manager", company: "Digital Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-holding-phone-doing-sports-morning-park_285396-4287.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-woman-holding-phone-doing-sports-morning-park_285396-4287.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Wilson", role: "Software Engineer", company: "SaaS Company", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-purposive-fitness-trainer-preparing-himself-tough-workout-with-serious-face-tracker-headphones-ears-african-american-athlete-is-determined-challenge-himself-sport_273609-1214.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-purposive-fitness-trainer-preparing-himself-tough-workout-with-serious-face-tracker-headphones-ears-african-american-athlete-is-determined-challenge-himself-sport_273609-1214.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Park", role: "Healthcare Professional", company: "Medical Clinic", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg?_wi=2"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user