diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fdc19f..a925674 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {