From 5822a8dbe34768f19dae0240958756b66ed27b80 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 10:54:49 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c61fcbd..fa6400a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Download Free Recruiting Guide", href: "/recruiting" }, { text: "Work With NSC", href: "/contact" } ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-sitting-running-track_23-2149731283.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-man-sitting-running-track_23-2149731283.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-doing-burpee-closet-full-shot_23-2149356969.jpg", alt: "Athlete 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-young-runner-sitting-race-track_23-2148162131.jpg", alt: "Athlete 2" }, From 95977cd34fd9516ee9ee745815ecea811203df3f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 10:54:49 +0000 Subject: [PATCH 2/2] Update src/app/recruiting/page.tsx --- src/app/recruiting/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/recruiting/page.tsx b/src/app/recruiting/page.tsx index 8d37910..1971538 100644 --- a/src/app/recruiting/page.tsx +++ b/src/app/recruiting/page.tsx @@ -53,7 +53,7 @@ export default function RecruitingPage() { { id: "p2", title: "Elite", price: "$49", period: "/mo", features: ["1-on-1 Mentoring", "Direct Outreach"], button: { text: "Join Now" }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-sitting-running-track_23-2149731283.jpg", imageAlt: "education icon sports" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-sitting-running-track_23-2149731283.jpg?_wi=2", imageAlt: "education icon sports" } ]} />