diff --git a/src/app/page.tsx b/src/app/page.tsx index 13d00d4..d07220b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,13 +181,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Finally Found Easy Healthy Eating", quote: "I used to waste so much food and spend hours meal planning. FreshRecipe changed everything. I scan my fridge, get instant suggestions, and cook nutritious meals in minutes. Life-changing!", name: "Sarah Johnson", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, + id: "1", title: "Finally Found Easy Healthy Eating", quote: "I used to waste so much food and spend hours meal planning. FreshRecipe changed everything. I scan my fridge, get instant suggestions, and cook nutritious meals in minutes. Life-changing!", name: "Sarah Johnson", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", title: "Hit My Weight Loss Goal in 3 Months", quote: "The personalized recipes matched my goals perfectly. The nutrition tracking made me accountable, and I lost 15 pounds while enjoying every meal. This app is genuinely intelligent.", name: "Michael Chen", role: "Health Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", title: "Hit My Weight Loss Goal in 3 Months", quote: "The personalized recipes matched my goals perfectly. The nutrition tracking made me accountable, and I lost 15 pounds while enjoying every meal. This app is genuinely intelligent.", name: "Michael Chen", role: "Health Coach", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", title: "Family Loves It", quote: "Getting everyone on board with healthy eating was tough until FreshRecipe. Each family member has their preferences set, and we all eat together. It's been wonderful.", name: "Emily Rodriguez", role: "Mother of Two", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Family Loves It", quote: "Getting everyone on board with healthy eating was tough until FreshRecipe. Each family member has their preferences set, and we all eat together. It's been wonderful.", name: "Emily Rodriguez", role: "Mother of Two", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "As a Nutritionist, I Recommend It", quote: "The science behind FreshRecipe is solid. My clients get better results because the app actually understands nutrition principles. It's a genuine tool, not just a gimmick.", name: "Dr. David Kim", role: "Registered Dietitian", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Dr. David Kim"}, + id: "4", title: "As a Nutritionist, I Recommend It", quote: "The science behind FreshRecipe is solid. My clients get better results because the app actually understands nutrition principles. It's a genuine tool, not just a gimmick.", name: "Dr. David Kim", role: "Registered Dietitian", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Dr. David Kim"}, ]} />