Update src/app/contact/page.tsx

This commit is contained in:
2026-03-01 19:11:21 +00:00
parent cc08ac5c7a
commit 14dda53f7a

View File

@@ -33,8 +33,7 @@ export default function ContactPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join CABA",
href: "/membership"
text: "Join CABA", href: "/membership"
}}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -86,14 +86,13 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=9"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"
columns={[
{
title: "Organization",
items: [
title: "Organization", items: [
{ label: "About CABA", href: "/about" },
{ label: "Membership", href: "/membership" },
{ label: "Events", href: "/events" },
@@ -101,8 +100,7 @@ export default function ContactPage() {
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Member Benefits", href: "/benefits" },
{ label: "Member Directory", href: "/directory" },
{ label: "Resources", href: "/resources" },
@@ -110,8 +108,7 @@ export default function ContactPage() {
]
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@caba.local" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },