From e6241caa1bc24b08c79130fa103d6fb7bea95b22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:33:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13032d0..41bb27d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,13 +116,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "A Slice of Italy", quote: "Every visit feels like stepping into a warm Italian kitchen. The food is exceptional, and the hospitality is genuine. Bella Italia is our family's favorite restaurant.", name: "Maria Rossi", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Maria Rossi"}, + id: "1", title: "A Slice of Italy", quote: "Every visit feels like stepping into a warm Italian kitchen. The food is exceptional, and the hospitality is genuine. Bella Italia is our family's favorite restaurant.", name: "Maria Rossi", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Maria Rossi"}, { - id: "2", title: "Authentic Excellence", quote: "The pasta here is absolutely divine. You can taste the passion in every dish. This is authentic Italian cuisine at its finest.", name: "Antonio Bellini", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Antonio Bellini"}, + id: "2", title: "Authentic Excellence", quote: "The pasta here is absolutely divine. You can taste the passion in every dish. This is authentic Italian cuisine at its finest.", name: "Antonio Bellini", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Antonio Bellini"}, { - id: "3", title: "Perfect Celebrations", quote: "We celebrated our anniversary here last month. The ambiance, the service, and the food were all perfect. Highly recommended!", name: "Elena Monti", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Elena Monti"}, + id: "3", title: "Perfect Celebrations", quote: "We celebrated our anniversary here last month. The ambiance, the service, and the food were all perfect. Highly recommended!", name: "Elena Monti", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Elena Monti"}, { - id: "4", title: "Worth Every Visit", quote: "The attention to detail is remarkable. From the wine selection to the presentation, everything reflects a commitment to excellence.", name: "Marco Cappuccini", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Marco Cappuccini"}, + id: "4", title: "Worth Every Visit", quote: "The attention to detail is remarkable. From the wine selection to the presentation, everything reflects a commitment to excellence.", name: "Marco Cappuccini", role: "Frequent Guest", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Marco Cappuccini"}, ]} /> -- 2.49.1