From d664d88b0f6d219e32944791b0c8de65c55ec601 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 11:06:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 848b3c5..3f5f845 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="ABC" description="Connecting elite leaders and driving American business excellence through collaboration, strategy, and shared vision." buttons={[{ text: "Get Started", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=1" /> @@ -58,7 +58,7 @@ export default function LandingPage() { { value: "500+", title: "Corporate Partners" }, { value: "150+", title: "Regional Hubs" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/curious-mature-businessman-pointing-finger-flip-chart-presentation_23-2147923346.jpg" + imageSrc="http://img.b2bpic.net/free-photo/curious-mature-businessman-pointing-finger-flip-chart-presentation_23-2147923346.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -103,12 +103,12 @@ export default function LandingPage() { { id: "p2", title: "Scale", price: "$2,500", period: "/mo", features: ["Growth Perks", "Private Networking", "Strategic Coaching"], button: { text: "Join", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg", imageAlt: "modern office interior" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-style-open-space-office-interior_181624-19369.jpg?_wi=2", imageAlt: "modern office interior" }, { id: "p3", title: "Enterprise", price: "$5,000", period: "/mo", features: ["Scale Perks", "Dedicated Liaison", "Executive Summit Access"], button: { text: "Join", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/curious-mature-businessman-pointing-finger-flip-chart-presentation_23-2147923346.jpg", imageAlt: "business presentation" + imageSrc: "http://img.b2bpic.net/free-photo/curious-mature-businessman-pointing-finger-flip-chart-presentation_23-2147923346.jpg?_wi=2", imageAlt: "business presentation" }, ]} title="Select Your Membership" -- 2.49.1