From 8b5c8c476180b52a6a0819ff277c5e98c9bdb65f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:10:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a166814..8e1e274 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,22 +135,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "A Taste of Italy at Home", quote: "Every dish transported me back to Italy. The attention to detail and authentic flavors are simply exceptional. This is true Italian dining.", name: "Marco Rossi", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marco Rossi" + id: "1", title: "A Taste of Italy at Home", quote: "Every dish transported me back to Italy. The attention to detail and authentic flavors are simply exceptional. This is true Italian dining.", name: "Marco Rossi", role: "Frequent Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marco Rossi" }, { - id: "2", title: "Service and Hospitality", quote: "The staff treats you like family. Their knowledge of the menu and wine pairings is outstanding. We celebrated our anniversary here and it was perfect.", name: "Anna Silva", role: "Restaurant Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Anna Silva" + id: "2", title: "Service and Hospitality", quote: "The staff treats you like family. Their knowledge of the menu and wine pairings is outstanding. We celebrated our anniversary here and it was perfect.", name: "Anna Silva", role: "Restaurant Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Anna Silva" }, { - id: "3", title: "Worth Every Visit", quote: "The quality of ingredients and preparation is evident in every bite. I've visited over 20 times and continue to discover new favorite dishes.", name: "Paolo Gentile", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Paolo Gentile" + id: "3", title: "Worth Every Visit", quote: "The quality of ingredients and preparation is evident in every bite. I've visited over 20 times and continue to discover new favorite dishes.", name: "Paolo Gentile", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Paolo Gentile" }, { - id: "4", title: "Unforgettable Experience", quote: "From the warm welcome to the final course, everything was impeccable. The ambiance, food, and service created an evening we'll never forget.", name: "Elena Venturi", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Elena Venturi" + id: "4", title: "Unforgettable Experience", quote: "From the warm welcome to the final course, everything was impeccable. The ambiance, food, and service created an evening we'll never forget.", name: "Elena Venturi", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Elena Venturi" }, { id: "5", title: "True Italian Authenticity", quote: "This restaurant captures the essence of Italian dining culture. The passion for their craft is visible in every detail and every plate.", name: "Giorgio Moretti", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-classy-black-suit-stands-dark-room_8353-7083.jpg", imageAlt: "Giorgio Moretti" }, { - id: "6", title: "Family Traditions Live Here", quote: "The owner's family heritage shines through in the authentic recipes and the genuine Italian hospitality. A true gem for anyone seeking genuine Italian cuisine.", name: "Lucia Benedetti", role: "Restaurant Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Lucia Benedetti" + id: "6", title: "Family Traditions Live Here", quote: "The owner's family heritage shines through in the authentic recipes and the genuine Italian hospitality. A true gem for anyone seeking genuine Italian cuisine.", name: "Lucia Benedetti", role: "Restaurant Guest", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Lucia Benedetti" } ]} /> -- 2.49.1