diff --git a/src/app/page.tsx b/src/app/page.tsx index e63855f..3e8a573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,22 +122,22 @@ export default function LandingPage() { tag="Customer Reviews" testimonials={[ { - id: "1", name: "Fatima M.", handle: "Regular Customer", testimonial: "The cheeseburger is absolutely incredible! Fresh ingredients and the perfect balance of flavors. The service is always warm and friendly.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Fatima M." + id: "1", name: "Fatima M.", handle: "Regular Customer", testimonial: "The cheeseburger is absolutely incredible! Fresh ingredients and the perfect balance of flavors. The service is always warm and friendly.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=1", imageAlt: "Fatima M." }, { - id: "2", name: "Ahmed K.", handle: "Family Visit", testimonial: "Perfect place for family gatherings. The atmosphere is stylish, kids love it, and the pasta dishes are divine. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Ahmed K." + id: "2", name: "Ahmed K.", handle: "Family Visit", testimonial: "Perfect place for family gatherings. The atmosphere is stylish, kids love it, and the pasta dishes are divine. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=2", imageAlt: "Ahmed K." }, { - id: "3", name: "Sophie D.", handle: "Tourist", testimonial: "Best dining experience in Agadir Bay! The Italian pizza is authentic, the smoothies are refreshing, and the value is unbeatable.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Sophie D." + id: "3", name: "Sophie D.", handle: "Tourist", testimonial: "Best dining experience in Agadir Bay! The Italian pizza is authentic, the smoothies are refreshing, and the value is unbeatable.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=3", imageAlt: "Sophie D." }, { - id: "4", name: "Mohammed R.", handle: "Frequent Visitor", testimonial: "I visit Vitamix at least twice a month. The consistency of quality and service is exceptional. They truly care about their customers.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Mohammed R." + id: "4", name: "Mohammed R.", handle: "Frequent Visitor", testimonial: "I visit Vitamix at least twice a month. The consistency of quality and service is exceptional. They truly care about their customers.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=4", imageAlt: "Mohammed R." }, { - id: "5", name: "Layla H.", handle: "Date Night", testimonial: "Romantic, elegant, and delicious. The calzone is a work of art. Perfect spot for a special dinner.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Layla H." + id: "5", name: "Layla H.", handle: "Date Night", testimonial: "Romantic, elegant, and delicious. The calzone is a work of art. Perfect spot for a special dinner.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=5", imageAlt: "Layla H." }, { - id: "6", name: "Hassan T.", handle: "Business Meetings", testimonial: "Professional atmosphere, excellent food, and impeccable service. Our team meetings at Vitamix are always productive and enjoyable.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg", imageAlt: "Hassan T." + id: "6", name: "Hassan T.", handle: "Business Meetings", testimonial: "Professional atmosphere, excellent food, and impeccable service. Our team meetings at Vitamix are always productive and enjoyable.", imageSrc: "http://img.b2bpic.net/free-vector/set-social-people-media-profile-member_24877-53571.jpg?_wi=6", imageAlt: "Hassan T." } ]} textboxLayout="default"