diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 5a44779..d4c41d0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -56,9 +46,7 @@ export default function LandingPage() { title="Baked with Passion in Northern Cambria" buttons={[ { - text: "Read More", - href: "/about", - }, + text: "Read More", href: "/about"}, ]} /> @@ -68,19 +56,13 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Staff" tag="Meet the Team" - membersAnimation="fade-in" + membersAnimation="slide-up" memberVariant="card" members={[ { - id: "a1", - name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg", - }, + id: "a1", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg"}, { - id: "a2", - name: "Tom B.", - imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg", - }, + id: "a2", name: "Tom B.", imageSrc: "http://img.b2bpic.net/free-photo/female-male-baker-holding-basket-baked-croissant-pastry-shop_23-2148189111.jpg"}, ]} /> @@ -89,29 +71,19 @@ export default function LandingPage() {