From 08540ef03e7e943809d1f1b8e8e8b0e7b1a72f3d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 21:10:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d3376f..6d7cb72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Maria Rossi", handle: "Food Critic", testimonial: "The most authentic Italian cuisine I've experienced outside of Italy. Every dish is perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", imageAlt: "Maria Rossi" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=1", imageAlt: "Maria Rossi" }, { name: "Giuseppe Ferrari", handle: "Regular Guest", testimonial: "Not just a restaurant, but a journey to Italy. Exceptional service and unforgettable flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg", imageAlt: "Giuseppe Ferrari" + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg?_wi=1", imageAlt: "Giuseppe Ferrari" } ]} buttons={[ @@ -146,10 +146,10 @@ export default function LandingPage() { speed={40} testimonials={[ { - id: "1", name: "Elena Bianchi", handle: "Food Enthusiast", testimonial: "An unforgettable evening of authentic Italian flavors. The attention to detail in every dish is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", imageAlt: "Elena Bianchi" + id: "1", name: "Elena Bianchi", handle: "Food Enthusiast", testimonial: "An unforgettable evening of authentic Italian flavors. The attention to detail in every dish is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=2", imageAlt: "Elena Bianchi" }, { - id: "2", name: "Marco Conti", handle: "Regular Guest", testimonial: "This restaurant captures the true essence of Italian dining. Highly recommended for anyone seeking genuine cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg", imageAlt: "Marco Conti" + id: "2", name: "Marco Conti", handle: "Regular Guest", testimonial: "This restaurant captures the true essence of Italian dining. Highly recommended for anyone seeking genuine cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg?_wi=2", imageAlt: "Marco Conti" }, { id: "3", name: "Sofia Marino", handle: "Chef", testimonial: "The passion and expertise displayed here is inspiring. A true gem in our community.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-casual-warm-sweater-clothes-gray-with-evening-makeup-colorful-lips_158538-11003.jpg", imageAlt: "Sofia Marino" @@ -158,10 +158,10 @@ export default function LandingPage() { id: "4", name: "Andrea Moretti", handle: "Wine Connoisseur", testimonial: "The wine pairings are exceptional. Every selection complements the menu perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Andrea Moretti" }, { - id: "5", name: "Lucia Lombardi", handle: "Visitor", testimonial: "Transported to Italy with every bite. The warmth and hospitality made our celebration truly special.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg", imageAlt: "Lucia Lombardi" + id: "5", name: "Lucia Lombardi", handle: "Visitor", testimonial: "Transported to Italy with every bite. The warmth and hospitality made our celebration truly special.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman-posing-outdoors_23-2148603023.jpg?_wi=3", imageAlt: "Lucia Lombardi" }, { - id: "6", name: "Riccardo De Luca", handle: "Local", testimonial: "The best Italian restaurant in town. Authentic recipes, passionate service, and impeccable quality.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg", imageAlt: "Riccardo De Luca" + id: "6", name: "Riccardo De Luca", handle: "Local", testimonial: "The best Italian restaurant in town. Authentic recipes, passionate service, and impeccable quality.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-business-man_23-2148479523.jpg?_wi=3", imageAlt: "Riccardo De Luca" } ]} /> -- 2.49.1