Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:58:56 +00:00
parent ace94f2429
commit 1c49e597a9

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "features" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=1"
imageAlt="Fitness transformation journey"
mediaAnimation="opacity"
imagePosition="right"
@@ -83,7 +83,7 @@ export default function LandingPage() {
buttonHref: "services"
},
{
title: "Community Support", description: "Connect with like-minded health enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg", imageAlt: "Community fitness classes", buttonIcon: ArrowRight,
title: "Community Support", description: "Connect with like-minded health enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-with-dumbbells-two-fitness-girls-sportswear-doing-lunges-with-dumbbells-modern-gym-health-diet-sport_613910-20774.jpg?_wi=2", imageAlt: "Community fitness classes", buttonIcon: ArrowRight,
buttonHref: "services"
}
]}
@@ -175,16 +175,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Lost 40 lbs in 6 months", quote: "Krish Health changed my life. The personalized coaching and supportive community kept me motivated every single day. I couldn't have done this without them!", name: "Sarah Johnson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson testimonial"
id: "1", title: "Lost 40 lbs in 6 months", quote: "Krish Health changed my life. The personalized coaching and supportive community kept me motivated every single day. I couldn't have done this without them!", name: "Sarah Johnson", role: "Marketing Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"
},
{
id: "2", title: "Built confidence through fitness", quote: "I was never the gym person, but the expert coaches made me feel welcome and supported. Now I'm stronger than ever and love my fitness journey.", name: "Michael Chen", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen testimonial"
id: "2", title: "Built confidence through fitness", quote: "I was never the gym person, but the expert coaches made me feel welcome and supported. Now I'm stronger than ever and love my fitness journey.", name: "Michael Chen", role: "Software Engineer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen testimonial"
},
{
id: "3", title: "Transformed my daily habits", quote: "The nutrition guidance combined with personalized workouts gave me the tools I needed to succeed. I've never felt better in my life!", name: "Emily Rodriguez", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez testimonial"
id: "3", title: "Transformed my daily habits", quote: "The nutrition guidance combined with personalized workouts gave me the tools I needed to succeed. I've never felt better in my life!", name: "Emily Rodriguez", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial"
},
{
id: "4", title: "Found my fitness family", quote: "Beyond the amazing results, I found a community that genuinely cares. This is more than a fitness program; it's a lifestyle change.", name: "David Kim", role: "Healthcare Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim testimonial"
id: "4", title: "Found my fitness family", quote: "Beyond the amazing results, I found a community that genuinely cares. This is more than a fitness program; it's a lifestyle change.", name: "David Kim", role: "Healthcare Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kim testimonial"
}
]}
textboxLayout="default"