diff --git a/src/app/page.tsx b/src/app/page.tsx
index dcdb2d8..cc2deb5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,33 +31,19 @@ export default function LandingPage() {
@@ -67,58 +53,33 @@ export default function LandingPage() {
@@ -297,33 +185,13 @@ export default function LandingPage() {
carouselMode="buttons"
members={[
{
- id: "1",
- name: "Chef Kenji Sato",
- role: "Head Sushi Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-cooking_23-2149628580.jpg",
- imageAlt: "Portrait of Chef Kenji Sato",
- },
+ id: "1", name: "Chef Kenji Sato", role: "Head Sushi Chef", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-cooking_23-2149628580.jpg", imageAlt: "Portrait of Chef Kenji Sato"},
{
- id: "2",
- name: "Chef Li Wei",
- role: "Head Chinese Cuisine Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-middle-aged-male-cook-chef-uniform-showing-okey-gesture_141793-38244.jpg",
- imageAlt: "Portrait of Chef Li Wei",
- },
+ id: "2", name: "Chef Li Wei", role: "Head Chinese Cuisine Chef", imageSrc: "http://img.b2bpic.net/free-photo/with-closed-eyes-middle-aged-male-cook-chef-uniform-showing-okey-gesture_141793-38244.jpg", imageAlt: "Portrait of Chef Li Wei"},
{
- id: "3",
- name: "Elodie Dupont",
- role: "Restaurant Manager",
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-sexy-young-woman-trendy-outfit-posing-sitting-table-with-luxury-food-drink-looking-window-glamour-seductive-female-lingerie-stylish-wear-relaxing-enjoying-rich-lifestyle_132075-9617.jpg",
- imageAlt: "Portrait of Elodie Dupont",
- },
+ id: "3", name: "Elodie Dupont", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/fashion-sexy-young-woman-trendy-outfit-posing-sitting-table-with-luxury-food-drink-looking-window-glamour-seductive-female-lingerie-stylish-wear-relaxing-enjoying-rich-lifestyle_132075-9617.jpg", imageAlt: "Portrait of Elodie Dupont"},
{
- id: "4",
- name: "Marco Rossi",
- role: "Sommelier",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass-wine_23-2148060483.jpg",
- imageAlt: "Portrait of Marco Rossi",
- },
+ id: "4", name: "Marco Rossi", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holding-glass-wine_23-2148060483.jpg", imageAlt: "Portrait of Marco Rossi"},
]}
title="Our Passionate Team"
description="Meet the dedicated individuals who bring the heart and soul of Pistache to every dish and every guest experience."
@@ -334,14 +202,11 @@ export default function LandingPage() {
@@ -350,13 +215,9 @@ export default function LandingPage() {