From f0d03b6f0d7f15d1ea36eb43a53bf1d2dde20001 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:53:18 +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 caa9990..d249f9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,17 +122,17 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The chef's attention to detail and innovative approach to classic cuisine elevates Café Restaurant 28 above all others. This is fine dining at its absolute finest.", name: "Alexandra Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Alexandra Mitchell"}, + id: "1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The chef's attention to detail and innovative approach to classic cuisine elevates Café Restaurant 28 above all others. This is fine dining at its absolute finest.", name: "Alexandra Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=1", imageAlt: "Alexandra Mitchell"}, { - id: "2", title: "Impeccable Service & Ambiance", quote: "From the moment we arrived, we were treated like royalty. The sommelier's expertise and the seamless coordination between kitchen and front-of-house staff created an unforgettable evening.", name: "James Richardson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "James Richardson"}, + id: "2", title: "Impeccable Service & Ambiance", quote: "From the moment we arrived, we were treated like royalty. The sommelier's expertise and the seamless coordination between kitchen and front-of-house staff created an unforgettable evening.", name: "James Richardson", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=1", imageAlt: "James Richardson"}, { - id: "3", title: "Pure Elegance and Refinement", quote: "I've dined at restaurants worldwide, and Café Restaurant 28 consistently exceeds expectations. The presentation, flavors, and overall experience are nothing short of extraordinary.", name: "Catherine Dubois", role: "Travel Journalist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Catherine Dubois"}, + id: "3", title: "Pure Elegance and Refinement", quote: "I've dined at restaurants worldwide, and Café Restaurant 28 consistently exceeds expectations. The presentation, flavors, and overall experience are nothing short of extraordinary.", name: "Catherine Dubois", role: "Travel Journalist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=2", imageAlt: "Catherine Dubois"}, { - id: "4", title: "Excellence in Every Detail", quote: "The craftsmanship evident in each dish demonstrates a profound dedication to the culinary arts. This establishment sets the gold standard for luxury dining.", name: "Marcus Sterling", role: "Michelin Inspector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "Marcus Sterling"}, + id: "4", title: "Excellence in Every Detail", quote: "The craftsmanship evident in each dish demonstrates a profound dedication to the culinary arts. This establishment sets the gold standard for luxury dining.", name: "Marcus Sterling", role: "Michelin Inspector", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=2", imageAlt: "Marcus Sterling"}, { id: "5", title: "A Sensory Symphony", quote: "Every element harmonizes perfectly—the cuisine, the wine pairings, the atmosphere. It's a complete sensory experience that lingers long after the meal ends.", name: "Sophie Laurent", role: "Luxury Lifestyle Editor", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-indoors_624325-3423.jpg", imageAlt: "Sophie Laurent"}, { - id: "6", title: "Where Passion Meets Precision", quote: "The dedication to sourcing premium ingredients and executing flawless techniques is evident in every plate. This is what elevated cuisine truly means.", name: "David Weinstein", role: "Culinary Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "David Weinstein"}, + id: "6", title: "Where Passion Meets Precision", quote: "The dedication to sourcing premium ingredients and executing flawless techniques is evident in every plate. This is what elevated cuisine truly means.", name: "David Weinstein", role: "Culinary Consultant", imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg?_wi=3", imageAlt: "David Weinstein"}, ]} /> -- 2.49.1