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() {