@@ -45,7 +45,7 @@ export default function HowUProWorks(): ReactElement {
4545 description = "U-Pro uses your phone's camera and our patent-pending AI
4646 to track real-time biomechanics. No wearables. No setup. Just
4747 hit record."
48- imgSrc = "tracking.png"
48+ imgSrc = "/ tracking.png"
4949 imgClassName = " lg:block rounded-lg w-full lg:w-[70%] mx-auto "
5050 contentClassName = " flex flex-col h-full gap-2"
5151 />
@@ -56,7 +56,7 @@ export default function HowUProWorks(): ReactElement {
5656 title = "Level Up Skills"
5757 description = "Each session adapts to your player's age and level. Earn XP by
5858 completing challenges, improving form, and unlocking new drills."
59- imgSrc = "level_up_skills.svg"
59+ imgSrc = "/ level_up_skills.svg"
6060 imgClassName = " lg:block mx-auto w-60 lg:w-1/2 "
6161 headerClassName = "flex flex-col gap-2 px-6 py-4 text-white w-full lg:w-1/2 justify-start items-center lg:items-start"
6262 contentClassName = " flex flex-col lg:flex-row h-full"
@@ -67,7 +67,7 @@ export default function HowUProWorks(): ReactElement {
6767 < CardDetails
6868 title = "Get Rewarded"
6969 description = "Badges, cosmetics, leaderboards, and certificates turn training into a game. Kids stay motivated — and proud of their progress."
70- imgSrc = "badges.svg"
70+ imgSrc = "/ badges.svg"
7171 imgClassName = " lg:block w-[45%]"
7272 imgStyle = { {
7373 WebkitMaskImage : `
@@ -92,7 +92,7 @@ export default function HowUProWorks(): ReactElement {
9292 < CardDetails
9393 title = "Train Together"
9494 description = "Designed for siblings, parents, and teammates to join in. Build healthy habits and memories that last beyond the game."
95- imgSrc = "train_together.jpg"
95+ imgSrc = "/ train_together.jpg"
9696 imgClassName = "rounded-lg block lg:block w-full"
9797 headerClassName = "flex flex-col gap-2 px-6 py-4 text-white w-full items-center lg:items-start"
9898 contentClassName = "flex flex-col h-full gap-2"
0 commit comments