From ce8c7d8a6a76f03fd91cba0c075e50c0511c0343 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 15:36:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 637b861..814f8ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { description="Indulge in a culinary journey where every dish is crafted with passion and precision. Hafida offers a unique blend of traditional tastes and modern gastronomy, promising an unforgettable dining experience." background={{ variant: "rotated-rays-static" }} testimonials={[ - { name: "Fatima Zahra", handle: "@F.Zahra", testimonial: "Hafida is a true gem! The ambiance is perfect, and the food is simply divine. A must-visit for anyone who appreciates fine dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg" }, - { name: "Karim Benslimane", handle: "@K.Benslimane", testimonial: "Every dish at Hafida tells a story. The flavors are rich, the presentation is artful, and the service is impeccable. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg" }, - { name: "Amina El Idrissi", handle: "@A.ElIdrissi", testimonial: "An extraordinary culinary experience! Hafida's attention to detail, from the decor to the dessert, is unmatched. We keep coming back for more.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-caucasian-male-gardener-wearing-gardening-hat-through-fingers-isolated-pink-wall-with-copy-space_141793-129799.jpg" }, - { name: "Youssef Alaoui", handle: "@Y.Alaoui", testimonial: "Fantastic food and wonderful atmosphere. Hafida has quickly become our favorite spot for special occasions. The tagine is a revelation!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" }, - { name: "Nadia Cherkaoui", handle: "@N.Cherkaoui", testimonial: "From starters to desserts, everything was perfect. The staff is incredibly friendly and attentive. Hafida sets a new standard for dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg" } + { name: "Fatima Zahra", handle: "@F.Zahra", testimonial: "Hafida is a true gem! The ambiance is perfect, and the food is simply divine. A must-visit for anyone who appreciates fine dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg?_wi=1" }, + { name: "Karim Benslimane", handle: "@K.Benslimane", testimonial: "Every dish at Hafida tells a story. The flavors are rich, the presentation is artful, and the service is impeccable. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg?_wi=1" }, + { name: "Amina El Idrissi", handle: "@A.ElIdrissi", testimonial: "An extraordinary culinary experience! Hafida's attention to detail, from the decor to the dessert, is unmatched. We keep coming back for more.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-adult-caucasian-male-gardener-wearing-gardening-hat-through-fingers-isolated-pink-wall-with-copy-space_141793-129799.jpg?_wi=1" }, + { name: "Youssef Alaoui", handle: "@Y.Alaoui", testimonial: "Fantastic food and wonderful atmosphere. Hafida has quickly become our favorite spot for special occasions. The tagine is a revelation!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=1" }, + { name: "Nadia Cherkaoui", handle: "@N.Cherkaoui", testimonial: "From starters to desserts, everything was perfect. The staff is incredibly friendly and attentive. Hafida sets a new standard for dining.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-enjoying-christmas-dinner_23-2149144969.jpg?_wi=1" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -143,11 +143,11 @@ export default function LandingPage() {