diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 3ecf0b9..0e8a951 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,28 +25,14 @@ export default function LandingPage() {
@@ -54,15 +40,8 @@ export default function LandingPage() {
@@ -76,20 +55,10 @@ export default function LandingPage() {
description="The friendly faces welcoming you."
groups={[
{
- id: "g1",
- groupTitle: "Leadership",
- members: [
- {
- id: "m1",
- title: "Sarah Greenfield",
- subtitle: "Founder",
- detail: "Curating dreams.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=2",
- imageAlt: "Young pretty woman in cafe",
- },
+ id: "g1", groupTitle: "Leadership", members: [
+ { id: "m1", title: "Sarah Greenfield", subtitle: "Founder", detail: "Curating dreams.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg" }
+ ]
+ }
]}
/>
@@ -97,32 +66,8 @@ export default function LandingPage() {