Update src/app/page.tsx

This commit is contained in:
2026-03-10 20:46:39 +00:00
parent 72b4ff63ed
commit 022a806c6c

View File

@@ -199,10 +199,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Marcus Johnson", role: "Professional Bodybuilder", testimonial: "KRAVEGAINZ are the best post-workout snack I've found. Tastes amazing, zero sugar, and packed with protein. This is exactly what athletes need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-african-sports-man_171337-9482.jpg", imageAlt: "Marcus Johnson"
id: "1", name: "Marcus Johnson", role: "Professional Bodybuilder", testimonial: "KRAVEGAINZ are the best post-workout snack I've found. Tastes amazing, zero sugar, and packed with protein. This is exactly what athletes need.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-african-sports-man_171337-9482.jpg?_wi=1", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "Sarah Chen", role: "Fitness Coach", testimonial: "I recommend KRAVEGAINZ to all my clients. They're clean, taste incredible, and fit perfectly into any athlete's nutrition plan. Game changer.", imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-with-crossed-arms_1153-942.jpg", imageAlt: "Sarah Chen"
id: "2", name: "Sarah Chen", role: "Fitness Coach", testimonial: "I recommend KRAVEGAINZ to all my clients. They're clean, taste incredible, and fit perfectly into any athlete's nutrition plan. Game changer.", imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-with-crossed-arms_1153-942.jpg?_wi=1", imageAlt: "Sarah Chen"
},
{
id: "3", name: "Alex Rivera", role: "CrossFit Athlete", testimonial: "Finally, a protein gummy that actually works. No crash, no weird aftertaste, just pure gains. KRAVEGAINZ is now part of my daily routine.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-holding-dumbbells_23-2149517267.jpg", imageAlt: "Alex Rivera"
@@ -211,10 +211,10 @@ export default function LandingPage() {
id: "4", name: "Jessica Parker", role: "Fitness Influencer", testimonial: "My followers ask about KRAVEGAINZ all the time. It's a premium product at a great price. Definitely my go-to post-workout snack.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13203.jpg", imageAlt: "Jessica Parker"
},
{
id: "5", name: "David Torres", role: "Marathon Runner", testimonial: "As an endurance athlete, I need reliable nutrition. KRAVEGAINZ delivers on taste, quality, and performance. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-african-sports-man_171337-9482.jpg", imageAlt: "David Torres"
id: "5", name: "David Torres", role: "Marathon Runner", testimonial: "As an endurance athlete, I need reliable nutrition. KRAVEGAINZ delivers on taste, quality, and performance. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-african-sports-man_171337-9482.jpg?_wi=2", imageAlt: "David Torres"
},
{
id: "6", name: "Emma Wilson", role: "Gym Enthusiast", testimonial: "Love that these are vegan and halal. No compromise on quality. KRAVEGAINZ proves you can have premium nutrition that aligns with your values.", imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-with-crossed-arms_1153-942.jpg", imageAlt: "Emma Wilson"
id: "6", name: "Emma Wilson", role: "Gym Enthusiast", testimonial: "Love that these are vegan and halal. No compromise on quality. KRAVEGAINZ proves you can have premium nutrition that aligns with your values.", imageSrc: "http://img.b2bpic.net/free-photo/serious-sportswoman-with-crossed-arms_1153-942.jpg?_wi=2", imageAlt: "Emma Wilson"
}
]}
/>