diff --git a/src/app/page.tsx b/src/app/page.tsx index 6629ea3..bcedfc4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,17 +121,17 @@ export default function LandingPage() { description="Real reviews from real customers who love Mo's Fried Chicken" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, + id: "1", name: "Sarah Johnson", handle: "Regular Customer", testimonial: "The sauces gave the meal a special touch! Everything tasted excellent! Service was excellent as well.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { - id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, + id: "2", name: "Michael Chen", handle: "Local Resident", testimonial: "Tasty, fresh, clean tasting chicken. The tenders are HUGE. This is my go-to spot in McLean.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"}, { - id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Lopez"}, + id: "3", name: "Jennifer Lopez", handle: "Family Favorite", testimonial: "Perfect spot for family dinners. Kids love the chicken tenders and the portions are generous. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Lopez"}, { - id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"}, + id: "4", name: "David Martinez", handle: "Repeat Visitor", testimonial: "Best fried chicken in the area. Fast service and the sauce selection is incredible. Worth every visit!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Martinez"}, { - id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "5", name: "Emily Rodriguez", handle: "Food Enthusiast", testimonial: "Mo's has captured the perfect balance of crispy outside and juicy inside. The freshness is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Emily Rodriguez"}, { - id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"}, + id: "6", name: "James Wilson", handle: "Catering Client", testimonial: "Used Mo's for our office event and everyone raved about it. Professional service and amazing food!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Wilson"}, ]} animationType="slide-up" textboxLayout="default"