From acbb780a1eec6aaf84425e81873335937c267837 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:51:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e8a573..81f4b2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg" imageAlt="Vitamix restaurant stylish interior" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={true} /> @@ -122,22 +123,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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", 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?_wi=5", 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", 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?_wi=6", 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", imageAlt: "Hassan T." } ]} textboxLayout="default" -- 2.49.1