Update src/app/membership/page.tsx
This commit is contained in:
@@ -33,8 +33,7 @@ export default function MembershipPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Join CABA",
|
||||
href: "/membership"
|
||||
text: "Join CABA", href: "/membership"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,9 +47,10 @@ export default function MembershipPage() {
|
||||
{ value: "200+", title: "Clintonville business members" },
|
||||
{ value: "12+", title: "Events per year" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
|
||||
imageAlt="CABA members networking"
|
||||
mediaAnimation="opacity"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,25 +65,13 @@ export default function MembershipPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Networking Access",
|
||||
price: "Included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=2",
|
||||
imageAlt: "Networking events"
|
||||
id: "1", name: "Networking Access", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", imageAlt: "Networking events"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Business Directory",
|
||||
price: "Included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=2",
|
||||
imageAlt: "Business promotion"
|
||||
id: "2", name: "Business Directory", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Business promotion"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Member Discounts",
|
||||
price: "Included",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=2",
|
||||
imageAlt: "Member benefits"
|
||||
id: "3", name: "Member Discounts", price: "Included", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Member benefits"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -102,21 +90,20 @@ export default function MembershipPage() {
|
||||
{ text: "Join CABA", href: "/contact" },
|
||||
{ text: "Talk to Us", href: "/contact" }
|
||||
]}
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=4"
|
||||
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" },
|
||||
@@ -124,8 +111,7 @@ export default function MembershipPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Member Benefits", href: "/benefits" },
|
||||
{ label: "Member Directory", href: "/directory" },
|
||||
{ label: "Resources", href: "/resources" },
|
||||
@@ -133,8 +119,7 @@ export default function MembershipPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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" },
|
||||
|
||||
Reference in New Issue
Block a user