From 62235cbef74683b0aef7d930ec285fcfb9422126 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 22:31:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 155b95e..00547c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@sarahfit", testimonial: "The best platform I've used to find a trainer that actually understands my specific training goals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-training-gym_23-2149517278.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-men-training-gym_23-2149517278.jpg?_wi=1", imageAlt: "fitness trainer moody gym", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@mark_lifts", testimonial: "Simplified my fitness scheduling instantly. Highly recommended for busy professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561884.jpg?_wi=1", imageAlt: "fitness app dashboard ui", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@elena_run", testimonial: "Premium platform, premium results. FITPRO makes booking feel effortless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-birthday-memo-added-vibrant-calendar_23-2150166258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-birthday-memo-added-vibrant-calendar_23-2150166258.jpg?_wi=1", imageAlt: "mobile calendar interface design", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@davek", testimonial: "The search functionality is unparalleled in the fitness industry today.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=1", imageAlt: "trainer profile UI design", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@janewill", testimonial: "Everything I needed to scale my training business in one place.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-taking-break_23-2150772257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-taking-break_23-2150772257.jpg?_wi=1", imageAlt: "fitness person headshot gym", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { href: "/signup", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-men-training-gym_23-2149517278.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-men-training-gym_23-2149517278.jpg?_wi=2" imageAlt="Professional fitness environment" mediaAnimation="slide-up" avatars={[ @@ -177,19 +177,19 @@ export default function LandingPage() { id: "f1", title: "Seamless Scheduling", description: "Automated calendar management so you can focus on training, not admin.", - imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561884.jpg?_wi=2", }, { id: "f2", title: "Real-time Availability", description: "Clients see exactly when you're free, eliminating back-and-forth email loops.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-birthday-memo-added-vibrant-calendar_23-2150166258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-birthday-memo-added-vibrant-calendar_23-2150166258.jpg?_wi=2", }, { id: "f3", title: "Advanced Analytics", description: "Understand your client trends, revenue, and growth potential in one view.", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-stock-exchange-trader-looking-laptop-screen-night_169016-47424.jpg?_wi=2", }, ]} title="Precision fitness tools." @@ -270,7 +270,7 @@ export default function LandingPage() { handle: "@sarahfit", testimonial: "Game changing platform.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-taking-break_23-2150772257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-training-gym-taking-break_23-2150772257.jpg?_wi=2", }, { id: "t2", -- 2.49.1