Update src/app/about/page.tsx

This commit is contained in:
2026-01-23 11:22:29 +00:00
parent d6e1f167bd
commit 0de6bfcd64

View File

@@ -33,8 +33,7 @@ export default function AboutPage() {
{ name: "About", id: "/about" } { name: "About", id: "/about" }
]} ]}
button={{ button={{
text: "Join Network", text: "Join Network", href: "/membership"
href: "/membership"
}} }}
/> />
</div> </div>
@@ -61,24 +60,16 @@ export default function AboutPage() {
tag="Our Founders" tag="Our Founders"
members={[ members={[
{ {
id: "1", id: "1", name: "Captain James Peterson", imageSrc: "https://img.b2bpic.net/free-photo/portrait-man-holding-pike-fish-looking-camera_23-2147894067.jpg"
name: "Captain James Peterson",
imageSrc: "https://img.b2bpic.net/free-photo/portrait-man-holding-pike-fish-looking-camera_23-2147894067.jpg"
}, },
{ {
id: "2", id: "2", name: "Dr. Sarah Mitchell", imageSrc: "https://img.b2bpic.net/free-photo/man-fishing-holds-angling-rod_1157-38067.jpg"
name: "Dr. Sarah Mitchell",
imageSrc: "https://img.b2bpic.net/free-photo/man-fishing-holds-angling-rod_1157-38067.jpg"
}, },
{ {
id: "3", id: "3", name: "Marcus Thompson", imageSrc: "https://img.b2bpic.net/free-photo/man-standing-near-lake-holding-fish-with-hook_23-2147870240.jpg"
name: "Marcus Thompson",
imageSrc: "https://img.b2bpic.net/free-photo/man-standing-near-lake-holding-fish-with-hook_23-2147870240.jpg"
}, },
{ {
id: "4", id: "4", name: "Elena Rodriguez", imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-fisherman-holding-fresh-caught-fish_23-2147894101.jpg"
name: "Elena Rodriguez",
imageSrc: "https://img.b2bpic.net/free-photo/portrait-young-fisherman-holding-fresh-caught-fish_23-2147894101.jpg"
} }
]} ]}
memberVariant="card" memberVariant="card"
@@ -113,9 +104,7 @@ export default function AboutPage() {
{ name: "subject", type: "text", placeholder: "Subject", required: true } { name: "subject", type: "text", placeholder: "Subject", required: true }
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us what you're thinking...", rows: 5,
placeholder: "Tell us what you're thinking...",
rows: 5,
required: true required: true
}} }}
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"