From 19df508f8533042df483ca6ac1a883265f99e018 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:35:51 +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 e59d6c4..394872d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Master your gains. Track every set, monitor your progress, and optimize your routine with the most aesthetic workout platform." buttons={[{ text: "Get Started", href: "#features" }]} slides={[ - { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-gym_23-2148024303.jpg", imageAlt: "gym background dark" }, + { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-gym_23-2148024303.jpg?_wi=1", imageAlt: "gym background dark" }, { imageSrc: "http://img.b2bpic.net/free-photo/adult-doing-fitness-through-virtual-reality_23-2151469282.jpg", imageAlt: "gym background dark" }, { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-hallways-background_23-2149745334.jpg", imageAlt: "gym background dark" }, { imageSrc: "http://img.b2bpic.net/free-photo/dark-empty-stage-with-spotlight-smoke-effect_84443-83987.jpg", imageAlt: "gym background dark" }, @@ -72,7 +72,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Weight Logging", description: "Quickly input weight and reps for every set.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561882.jpg", imageAlt: "mobile app ui gym" }, + title: "Weight Logging", description: "Quickly input weight and reps for every set.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561882.jpg?_wi=1", imageAlt: "mobile app ui gym" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-male-athlete-using-mobile-phone-stadium_23-2148162126.jpg", imageAlt: "mobile app ui gym" }, }, { @@ -103,11 +103,11 @@ export default function LandingPage() { { id: "p2", title: "Pull Day", price: "Tue/Fri", period: "Focus", features: ["Back", "Biceps", "Rear Delts"], button: { text: "View Routine" }, - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-gym_23-2148024303.jpg", imageAlt: "workout calendar app"}, + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-gym_23-2148024303.jpg?_wi=2", imageAlt: "workout calendar app"}, { id: "p3", title: "Leg Day", price: "Wed/Sat", period: "Focus", features: ["Quads", "Hamstrings", "Calves"], button: { text: "View Routine" }, - imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561882.jpg", imageAlt: "workout calendar app"}, + imageSrc: "http://img.b2bpic.net/free-photo/trainer-helping-beginner-gym_23-2149561882.jpg?_wi=2", imageAlt: "workout calendar app"}, ]} title="Training Calendar" description="Organize your split. A perfect visual guide for PPL, Upper/Lower, or Full Body splits."