Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user