From 00ffcff682d440d92347ed01b4ec905854114250 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 20:55:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e6c1c68..f0e04ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {