From 4941c300775a62703d84ef45087bd3835ccdc259 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:20:11 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 77c884b..00670ff 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { description="Whether you're a business owner exploring strategic investment or an investor interested in our opportunities, we'd love to hear from you. Reach out to schedule a confidential conversation." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg?_wi=2" imageAlt="professional office business workspace modern office space corporate environment" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 973b544d95c8cefc6e3d4d79eba5a7a74ca5e812 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:20:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17ef55b..389b0f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,11 +122,11 @@ export default function HomePage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Michael Richardson", role: "Founder & Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business executive male professional corporate portrait"}, + id: "1", name: "Michael Richardson", role: "Founder & Managing Partner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business executive male professional corporate portrait"}, { id: "2", name: "Sarah Chen", role: "Investment Director", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "professional headshot business executive female professional corporate portrait"}, { - id: "3", name: "James Patterson", role: "Operations Principal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional headshot business executive male professional corporate portrait"}, + id: "3", name: "James Patterson", role: "Operations Principal", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business executive male professional corporate portrait"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -185,7 +185,7 @@ export default function HomePage() { description="Whether you're a business owner exploring strategic investment or an investor interested in our opportunities, we'd love to hear from you. Reach out to schedule a confidential conversation." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxurious-business-environment-used-corporate-culture-industry_482257-125612.jpg?_wi=1" imageAlt="professional office business workspace modern office space corporate environment" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1