Update src/app/page.tsx
This commit is contained in:
@@ -107,7 +107,7 @@ export default function LandingPage() {
|
||||
{ id: "chef", groupTitle: "Culinary Leadership", members: [
|
||||
{ id: "t1", title: "Chef Julian Herrera", subtitle: "Executive Head Chef", detail: "With over two decades of experience in Michelin-starred establishments, Chef Julian leads our kitchen with innovative vision and a commitment to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-caucasian-male-cook-chef-uniform-cap-looking-camera-stretching-out-frying-pan-towards-camera-isolated-olive-green-wall_141793-113737.jpg", imageAlt: "Portrait of Chef Julian Herrera" },
|
||||
{ id: "t2", title: "Chef Elise Dubois", subtitle: "Head Pastry Chef", detail: "A master of delicate flavors and stunning presentations, Chef Elise crafts our exquisite desserts that are a feast for both the eyes and the palate.", imageSrc: "http://img.b2bpic.net/free-photo/woman-sieve-flower-into-bowl-making-cake_140725-5269.jpg", imageAlt: "Portrait of Chef Elise Dubois" },
|
||||
{ id: "t3", title: "Jean-Luc Picard", subtitle: "Head Sommelier", detail: "Jean-Luc curates our extensive wine list, offering expert pairings to complement every dish and enhance your dining experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg", imageAlt: "Portrait of Jean-Luc Picard, the sommelier" }
|
||||
{ id: "t3", title: "Jean-Luc Picard", subtitle: "Head Sommelier", detail: `Jean-Luc curates our extensive wine list, offering expert pairings to complement every dish and enhance your dining experience.`, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg", imageAlt: "Portrait of Jean-Luc Picard, the sommelier" }
|
||||
]}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="\"HidalGo Bistro delivered an evening of pure culinary bliss. Every course was a masterpiece, and the service was simply impeccable. A truly unforgettable experience!\""
|
||||
testimonial={'"HidalGo Bistro delivered an evening of pure culinary bliss. Every course was a masterpiece, and the service was simply impeccable. A truly unforgettable experience!"'}
|
||||
rating={5}
|
||||
author="Isabella Rossi"
|
||||
avatars={[
|
||||
|
||||
Reference in New Issue
Block a user