From 2de0e3973eef1a4ac6ff4abde947dde5dff4e360 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:11:41 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 66 ++++++------------------------------------ 1 file changed, 9 insertions(+), 57 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9abe573..fa857e8 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,22 +26,10 @@ export default function LandingPage() { @@ -68,16 +56,8 @@ export default function LandingPage() { membersAnimation="slide-up" memberVariant="card" members={[ - { - id: "t1", - name: "Chef Ahmed", - imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg", - }, - { - id: "t2", - name: "Service Team", - imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg", - }, + { id: "t1", name: "Chef Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/chef-preparing-recipe_23-2148145554.jpg" }, + { id: "t2", name: "Service Team", imageSrc: "http://img.b2bpic.net/free-photo/young-waitress-assisting-woman-with-choosing-order-from-menu-bar_637285-2309.jpg" } ]} /> @@ -85,36 +65,8 @@ export default function LandingPage() {