From 14dda53f7ae0cab4e04f5abb1a73d1bf33893946 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 1 Mar 2026 19:11:21 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2a94c02..220239c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -33,8 +33,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Join CABA", - href: "/membership" + text: "Join CABA", href: "/membership" }} /> @@ -48,7 +47,7 @@ export default function ContactPage() { { text: "Join CABA", href: "/membership" }, { text: "Email Us", href: "mailto:hello@caba.local" } ]} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -62,9 +61,10 @@ export default function ContactPage() { { value: "Monthly", title: "Networking meetups" }, { value: "24hrs", title: "Email response time" } ]} - imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg" imageAlt="CABA networking event" mediaAnimation="opacity" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -86,14 +86,13 @@ export default function ContactPage() {