Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-01 19:09:06 +00:00
5 changed files with 29 additions and 29 deletions

View File

@@ -48,7 +48,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=6"
imageAlt="CABA community gathering"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -67,25 +67,25 @@ export default function AboutPage() {
id: "1",
name: "Sarah Mitchell",
role: "President",
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2"
},
{
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"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3"
},
{
id: "3",
name: "Emma Chen",
role: "Secretary",
imageSrc: "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=2"
},
{
id: "4",
name: "Michael Torres",
role: "Treasurer",
imageSrc: "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=4"
}
]}
buttons={[
@@ -110,7 +110,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=7"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"

View File

@@ -62,7 +62,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=8"
imageAlt="CABA networking event"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -86,7 +86,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=9"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"

View File

@@ -52,21 +52,21 @@ export default function EventsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=3",
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=3",
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",
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"
}
]}
@@ -89,19 +89,19 @@ export default function EventsPage() {
id: "1",
name: "Mitchell Coffee Co.",
role: "Coffee & Café",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.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"
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.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"
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=4"
},
{
id: "4",
@@ -132,7 +132,7 @@ export default function EventsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=5"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"

View File

@@ -48,7 +48,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=3"
imageAlt="CABA members networking"
mediaAnimation="opacity"
useInvertedBackground={false}
@@ -68,21 +68,21 @@ export default function MembershipPage() {
id: "1",
name: "Networking Access",
price: "Included",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=2",
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",
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=2",
imageAlt: "Member benefits"
}
]}
@@ -109,7 +109,7 @@ export default function MembershipPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=4"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"

View File

@@ -51,7 +51,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
background={{ variant: "noise" }}
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=1"
imageAlt="CABA networking event with Clintonville business owners"
mediaAnimation="opacity"
frameStyle="card"
@@ -84,21 +84,21 @@ export default function HomePage() {
id: "1",
title: "Real Connections",
category: ["Networking", "Relationships"],
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/curly-female-client-picking-color-hait-toning-beaty-salone_651396-977.jpg?_wi=1",
imageAlt: "Business resources"
}
]}
@@ -124,7 +124,7 @@ export default function HomePage() {
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"
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1"
},
{
id: "2",
@@ -134,7 +134,7 @@ export default function HomePage() {
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"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1"
},
{
id: "3",
@@ -144,7 +144,7 @@ export default function HomePage() {
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"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"
},
{
id: "4",
@@ -154,7 +154,7 @@ export default function HomePage() {
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"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2"
}
]}
/>
@@ -175,7 +175,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/diverse-business-people-dinner-party_53876-98341.jpg?_wi=2"
imageAlt="CABA community gathering"
logoText="CABA"
copyrightText="© 2025 Clintonville Area Business Association"