Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-01 19:11:29 +00:00
6 changed files with 68 additions and 183 deletions

View File

@@ -33,8 +33,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join CABA",
href: "/membership"
text: "Join CABA", href: "/membership"
}}
/>
</div>
@@ -48,9 +47,10 @@ export default function AboutPage() {
{ value: "15+", title: "Years serving Clintonville" },
{ value: "200+", title: "Active business members" }
]}
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageAlt="CABA community gathering"
mediaAnimation="opacity"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -64,28 +64,16 @@ export default function AboutPage() {
animationType="slide-up"
team={[
{
id: "1",
name: "Sarah Mitchell",
role: "President",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2"
id: "1", name: "Sarah Mitchell", role: "President", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
},
{
id: "2",
name: "James Rodriguez",
role: "Vice President",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"
id: "2", name: "James Rodriguez", role: "Vice President", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "3",
name: "Emma Chen",
role: "Secretary",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"
id: "3", name: "Emma Chen", role: "Secretary", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "4",
name: "Michael Torres",
role: "Treasurer",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4"
id: "4", name: "Michael Torres", role: "Treasurer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
}
]}
buttons={[
@@ -103,21 +91,20 @@ export default function AboutPage() {
{ text: "Become a Member", href: "/membership" },
{ text: "Contact 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=7"
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" },
@@ -125,8 +112,7 @@ export default function AboutPage() {
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Member Benefits", href: "/benefits" },
{ label: "Member Directory", href: "/directory" },
{ label: "Resources", href: "/resources" },
@@ -134,8 +120,7 @@ export default function AboutPage() {
]
},
{
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" },

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" },

View File

@@ -33,8 +33,7 @@ export default function EventsPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join CABA",
href: "/membership"
text: "Join CABA", href: "/membership"
}}
/>
</div>
@@ -49,25 +48,13 @@ export default function EventsPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1",
name: "Monthly Networking Meetup",
price: "Free for Members",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=3",
imageAlt: "Monthly networking event"
id: "1", name: "Monthly Networking Meetup", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", imageAlt: "Monthly networking event"
},
{
id: "2",
name: "Member Education Series",
price: "Free for Members",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=3",
imageAlt: "Business education workshop"
id: "2", name: "Member Education Series", price: "Free for Members", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Business education workshop"
},
{
id: "3",
name: "Annual Awards Dinner",
price: "Members + Guests",
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=3",
imageAlt: "Annual awards celebration"
id: "3", name: "Annual Awards Dinner", price: "Members + Guests", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Annual awards celebration"
}
]}
buttons={[
@@ -86,28 +73,16 @@ export default function EventsPage() {
animationType="slide-up"
team={[
{
id: "1",
name: "Mitchell Coffee Co.",
role: "Coffee & Café",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=4"
id: "1", name: "Mitchell Coffee Co.", role: "Coffee & Café", imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg"
},
{
id: "2",
name: "Chen Design Studio",
role: "Creative Services",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=4"
id: "2", name: "Chen Design Studio", role: "Creative Services", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg"
},
{
id: "3",
name: "Rodriguez & Associates",
role: "Professional Services",
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=4"
id: "3", name: "Rodriguez & Associates", role: "Professional Services", imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg"
},
{
id: "4",
name: "Torres Home Services",
role: "Home Services",
imageSrc: "http://img.b2bpic.net/free-photo/manager-working-financial-analysis-while-standing-with-laptop_482257-79485.jpg"
id: "4", name: "Torres Home Services", role: "Home Services", imageSrc: "http://img.b2bpic.net/free-photo/manager-working-financial-analysis-while-standing-with-laptop_482257-79485.jpg"
}
]}
buttons={[
@@ -125,21 +100,20 @@ export default function EventsPage() {
{ text: "View Event Calendar", href: "/events" },
{ text: "Become a Member", href: "/membership" }
]}
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=5"
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" },
@@ -147,8 +121,7 @@ export default function EventsPage() {
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Member Benefits", href: "/benefits" },
{ label: "Member Directory", href: "/directory" },
{ label: "Resources", href: "/resources" },
@@ -156,8 +129,7 @@ export default function EventsPage() {
]
},
{
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" },

View File

@@ -6,41 +6,28 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const workSans = Work_Sans({
variable: "--font-work-sans",
subsets: ["latin"],
variable: "--font-work-sans", subsets: ["latin"],
});
const sourceSans3 = Source_Sans_3({
variable: "--font-source-sans-3",
subsets: ["latin"],
variable: "--font-source-sans-3", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "CABA | Clintonville Area Business Association",
description: "Join CABA to connect with Clintonville business owners, access unique member benefits, and grow through networking, promotion, and advocacy.",
keywords: "Clintonville business association, networking, local business, Columbus Ohio, business events",
metadataBase: new URL("https://caba.local"),
title: "CABA | Clintonville Area Business Association", description: "Join CABA to connect with Clintonville business owners, access unique member benefits, and grow through networking, promotion, and advocacy.", keywords: "Clintonville business association, networking, local business, Columbus Ohio, business events", metadataBase: new URL("https://caba.local"),
alternates: {
canonical: "https://caba.local"
},
openGraph: {
title: "CABA | Clintonville Area Business Association",
description: "Connect, promote, and grow with Clintonville's leading business association.",
url: "https://caba.local",
siteName: "CABA",
images: [
title: "CABA | Clintonville Area Business Association", description: "Connect, promote, and grow with Clintonville's leading business association.", url: "https://caba.local", siteName: "CABA", images: [
{
url: "http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg",
alt: "CABA Clintonville business community"
url: "http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg", alt: "CABA Clintonville business community"
}
],
type: "website"
},
twitter: {
card: "summary_large_image",
title: "CABA | Clintonville Area Business Association",
description: "Where Clintonville businesses connect—and thrive.",
images: ["http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"]
card: "summary_large_image", title: "CABA | Clintonville Area Business Association", description: "Where Clintonville businesses connect—and thrive.", images: ["http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"]
},
robots: {
index: true,

View File

@@ -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" },

View File

@@ -35,8 +35,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "Join CABA",
href: "/membership"
text: "Join CABA", href: "/membership"
}}
/>
</div>
@@ -50,8 +49,8 @@ export default function HomePage() {
{ text: "Explore Upcoming Events", href: "/events" }
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=1"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageAlt="CABA networking event with Clintonville business owners"
mediaAnimation="opacity"
frameStyle="card"
@@ -81,25 +80,16 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Real Connections",
category: ["Networking", "Relationships"],
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=1",
imageAlt: "Professional handshake"
id: "1", title: "Real Connections", category: ["Networking", "Relationships"],
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg", imageAlt: "Professional handshake"
},
{
id: "2",
title: "Local Visibility",
category: ["Promotion", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=1",
imageAlt: "Clintonville storefront"
id: "2", title: "Local Visibility", category: ["Promotion", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Clintonville storefront"
},
{
id: "3",
title: "Unique Member Benefits",
category: ["Perks", "Growth"],
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=1",
imageAlt: "Business resources"
id: "3", title: "Unique Member Benefits", category: ["Perks", "Growth"],
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg", imageAlt: "Business resources"
}
]}
animationType="slide-up"
@@ -117,44 +107,16 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Mitchell, Owner of Mitchell Coffee Co.",
date: "Date: October 2024",
title: "An excellent asset to our business community",
quote: "CABA has been invaluable for our growth. The networking opportunities are genuine, the benefits are practical, and the annual awards dinner is always a highlight. It's rare to find a business organization that actually delivers.",
tag: "Coffee & Café",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
id: "1", name: "Sarah Mitchell, Owner of Mitchell Coffee Co.", date: "Date: October 2024", title: "An excellent asset to our business community", quote: "CABA has been invaluable for our growth. The networking opportunities are genuine, the benefits are practical, and the annual awards dinner is always a highlight. It's rare to find a business organization that actually delivers.", tag: "Coffee & Café", avatarSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
},
{
id: "2",
name: "James Rodriguez, Principal at Rodriguez & Associates",
date: "Date: September 2024",
title: "Supporting Clintonville's future",
quote: "We joined CABA to promote the Clintonville business community and support the local economy. What we found was a genuine network of business owners who understand what it means to invest in neighborhood growth.",
tag: "Professional Services",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
id: "2", name: "James Rodriguez, Principal at Rodriguez & Associates", date: "Date: September 2024", title: "Supporting Clintonville's future", quote: "We joined CABA to promote the Clintonville business community and support the local economy. What we found was a genuine network of business owners who understand what it means to invest in neighborhood growth.", tag: "Professional Services", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
},
{
id: "3",
name: "Emma Chen, Founder of Chen Design Studio",
date: "Date: August 2024",
title: "Staying informed and connected",
quote: "I love going to CABA events to meet other business owners and learn about changes in our local business environment. It's a supportive space where real relationships form, not just transactional networking.",
tag: "Creative Services",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
id: "3", name: "Emma Chen, Founder of Chen Design Studio", date: "Date: August 2024", title: "Staying informed and connected", quote: "I love going to CABA events to meet other business owners and learn about changes in our local business environment. It's a supportive space where real relationships form, not just transactional networking.", tag: "Creative Services", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
},
{
id: "4",
name: "Michael Torres, Operator of Torres Home Services",
date: "Date: July 2024",
title: "Unique benefits that deliver value",
quote: "The membership benefits have paid for themselves multiple times over. Beyond the practical perks, CABA connects you with people who genuinely care about seeing local businesses succeed.",
tag: "Home Services",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
id: "4", name: "Michael Torres, Operator of Torres Home Services", date: "Date: July 2024", title: "Unique benefits that deliver value", quote: "The membership benefits have paid for themselves multiple times over. Beyond the practical perks, CABA connects you with people who genuinely care about seeing local businesses succeed.", tag: "Home Services", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"
}
]}
/>
@@ -168,21 +130,20 @@ export default function HomePage() {
buttons={[
{ text: "Subscribe to Newsletter", 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=2"
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" },
@@ -190,8 +151,7 @@ export default function HomePage() {
]
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Member Benefits", href: "/benefits" },
{ label: "Member Directory", href: "/directory" },
{ label: "Resources", href: "/resources" },
@@ -199,8 +159,7 @@ export default function HomePage() {
]
},
{
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" },