diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f0819ed..3577bc3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -95,7 +95,7 @@ export default function AboutPage() { description: "Helping realtors and investors close more deals and build sustainable wealth", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/successful-diverse-team-working-project_74855-1642.jpg" + imageSrc="http://img.b2bpic.net/free-photo/successful-diverse-team-working-project_74855-1642.jpg?_wi=2" imageAlt="We The People Economics leadership team" mediaAnimation="slide-up" tagAnimation="slide-up" @@ -115,28 +115,28 @@ export default function AboutPage() { id: "mission", title: "Empowerment Through Education", description: "We believe that knowledge is power. Our comprehensive training programs equip professionals with the skills, strategies, and confidence to succeed in real estate and build generational wealth.", - imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-managers-communicating-meeting_74855-4273.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-managers-communicating-meeting_74855-4273.jpg?_wi=2", imageAlt: "Educational empowerment through training", }, { id: "community", title: "Building Strong Communities", description: "Our nationwide network creates meaningful connections between professionals. By fostering collaboration and referral partnerships, we help members build sustainable businesses and lasting relationships.", - imageSrc: "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg?_wi=4", imageAlt: "Professional community building", }, { id: "wealth", title: "Wealth Creation for All", description: "We are committed to democratizing real estate wealth-building. Through proven strategies and proven investment vehicles, we help professionals and first-time buyers achieve financial freedom.", - imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-celebrating-real-estate-purchase-move-having-keys-apartment-household-enjoying-property-relocation-celebrating-relationship-event-feeling-excited-about-future_482257-49846.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-celebrating-real-estate-purchase-move-having-keys-apartment-household-enjoying-property-relocation-celebrating-relationship-event-feeling-excited-about-future_482257-49846.jpg?_wi=3", imageAlt: "Wealth creation and financial freedom", }, { id: "excellence", title: "Excellence in Every Detail", description: "From member services to investment opportunities, we maintain the highest standards of professionalism, integrity, and customer care. Your success is our success.", - imageSrc: "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg?_wi=4", imageAlt: "Professional excellence and attention to detail", }, ]} diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index 0df1942..ff4a348 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -53,7 +53,7 @@ export default function EventsPage() { excerpt: "Complete guide to helping renters transition to homeownership. Learn credit restoration, debt elimination, and closing strategies.", imageSrc: - "http://img.b2bpic.net/free-photo/business-commuters-waiting-queue_107420-95873.jpg", + "http://img.b2bpic.net/free-photo/business-commuters-waiting-queue_107420-95873.jpg?_wi=4", imageAlt: "First-time homebuyer seminar", authorName: "We The People Economics", authorAvatar: @@ -67,7 +67,7 @@ export default function EventsPage() { excerpt: "Master the fundamentals of real estate investing including market analysis, deal evaluation, and portfolio building.", imageSrc: - "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg", + "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg?_wi=6", imageAlt: "Real estate investing workshop", authorName: "We The People Economics", authorAvatar: @@ -81,7 +81,7 @@ export default function EventsPage() { excerpt: "Connect with realtors, lenders, investors, and industry professionals. Build relationships and generate deal flow.", imageSrc: - "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg", + "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg?_wi=6", imageAlt: "Professional networking event", authorName: "We The People Economics", authorAvatar: @@ -107,7 +107,7 @@ export default function EventsPage() { description: "Learn from industry veterans and successful real estate professionals with decades of combined experience", imageSrc: - "http://img.b2bpic.net/free-photo/group-cheerful-managers-communicating-meeting_74855-4273.jpg", + "http://img.b2bpic.net/free-photo/group-cheerful-managers-communicating-meeting_74855-4273.jpg?_wi=5", imageAlt: "Expert speakers at real estate event", }, { @@ -116,7 +116,7 @@ export default function EventsPage() { description: "Connect with hundreds of like-minded professionals, investors, lenders, and realtors from across the nation", imageSrc: - "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg", + "http://img.b2bpic.net/free-photo/satisfied-business-partners-making-handshake_1262-20362.jpg?_wi=7", imageAlt: "Professional networking at events", }, { @@ -125,7 +125,7 @@ export default function EventsPage() { description: "Discover real investment opportunities presented directly by our Private Funders Alliance partners", imageSrc: - "http://img.b2bpic.net/free-photo/young-couple-working-home-together-floor_273609-20479.jpg", + "http://img.b2bpic.net/free-photo/young-couple-working-home-together-floor_273609-20479.jpg?_wi=3", imageAlt: "Deal presentation at event", }, { @@ -134,7 +134,7 @@ export default function EventsPage() { description: "Receive training materials, market analysis tools, and strategies you can implement immediately", imageSrc: - "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg", + "http://img.b2bpic.net/free-photo/marketing-team-gathering-information-sharing-meeting-study-updates_482257-91030.jpg?_wi=7", imageAlt: "Educational resources and materials", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 999794c..10a5aee 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +