diff --git a/src/app/membership/page.tsx b/src/app/membership/page.tsx index 83e24be..0a23d00 100644 --- a/src/app/membership/page.tsx +++ b/src/app/membership/page.tsx @@ -33,8 +33,7 @@ export default function MembershipPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Join CABA", - href: "/membership" + text: "Join CABA", href: "/membership" }} /> @@ -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} /> @@ -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} />