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