From b1d52f24e3b4233480c136adabaea6b4e2edeff0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 15:35:02 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 70 ++++++++---------------------------------- 1 file changed, 13 insertions(+), 57 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2ac17d2..99ae078 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,35 +27,21 @@ export default function LandingPage() { @@ -64,7 +50,6 @@ export default function LandingPage() { @@ -76,29 +61,11 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "team-1", - name: "Maria Papadopoulou", - role: "Head Chef", - description: "Maria brings her rich Cypriot heritage and a modern touch to every Mediterranean dish.", - imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", - imageAlt: "Maria Papadopoulou, Head Chef", - }, + id: "team-1", name: "Maria Papadopoulou", role: "Head Chef", description: "Maria brings her rich Cypriot heritage and a modern touch to every Mediterranean dish.", imageSrc: "http://img.b2bpic.net/free-photo/standing-male-restaurant-hotel-equipment_1134-1294.jpg", imageAlt: "Maria Papadopoulou, Head Chef"}, { - id: "team-2", - name: "Dimitris Ioannou", - role: "Restaurant Manager", - description: "Dimitris ensures every guest receives warm, impeccable service from arrival to departure.", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33226.jpg", - imageAlt: "Dimitris Ioannou, Restaurant Manager", - }, + id: "team-2", name: "Dimitris Ioannou", role: "Restaurant Manager", description: "Dimitris ensures every guest receives warm, impeccable service from arrival to departure.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office-use-phone_1157-33226.jpg", imageAlt: "Dimitris Ioannou, Restaurant Manager"}, { - id: "team-3", - name: "Elena Costa", - role: "Sommelier", - description: "Elena curates our exquisite wine list, expertly pairing each vintage with our Mediterranean menu.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-wine-cellar_23-2149428764.jpg", - imageAlt: "Elena Costa, Sommelier", - }, + id: "team-3", name: "Elena Costa", role: "Sommelier", description: "Elena curates our exquisite wine list, expertly pairing each vintage with our Mediterranean menu.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-wine-cellar_23-2149428764.jpg", imageAlt: "Elena Costa, Sommelier"}, ]} title="Meet Our Dedicated Team" description="The passionate individuals behind FISA & MASA, committed to your exceptional dining experience." @@ -110,14 +77,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Cyprus Food Awards", - "Nicosia Restaurant Guide", - "Taste of Mediterranean Magazine", - "Local Organic Farms", - "Gourmet Critics' Choice", - "Mediterranean Culinary Institute", - "Sustainable Seafood Alliance", - ]} + "Cyprus Food Awards", "Nicosia Restaurant Guide", "Taste of Mediterranean Magazine", "Local Organic Farms", "Gourmet Critics' Choice", "Mediterranean Culinary Institute", "Sustainable Seafood Alliance"]} title="Our Accolades & Partners" description="Recognized for excellence and proud to partner with leading local suppliers." /> @@ -127,13 +87,9 @@ export default function LandingPage() {