From 3dfb5ea8700d775359b4c5fc9e47024b7fd18635 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:51:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a0f537..86b2d7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,16 +63,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Strength Mechanics", description: "Precision programming to maximize structural load and force output.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg" } + title: "Strength Mechanics", description: "Precision programming to maximize structural load and force output.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg?_wi=1" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg?_wi=1" } }, { - title: "Conditioning Cycles", description: "Anaerobic mastery for sustained performance under high stress environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg" } + title: "Conditioning Cycles", description: "Anaerobic mastery for sustained performance under high stress environments.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg?_wi=2" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg?_wi=2" } }, { - title: "Identity Coaching", description: "Mental conditioning that bridges the gap between ambition and execution.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg" } + title: "Identity Coaching", description: "Mental conditioning that bridges the gap between ambition and execution.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/metallic-background-abstract-grey-shapes_23-2148744334.jpg?_wi=3" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098556.jpg?_wi=3" } } ]} showStepNumbers={true} @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Foundation Protocol", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, - { id: "p2", name: "Velocity Peak", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, - { id: "p3", name: "Elite Endurance", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, - { id: "p4", name: "Force Development", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, - { id: "p5", name: "Mental Hardening", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, - { id: "p6", name: "Performance Mastery", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg" }, + { id: "p1", name: "Foundation Protocol", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=1" }, + { id: "p2", name: "Velocity Peak", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=2" }, + { id: "p3", name: "Elite Endurance", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=3" }, + { id: "p4", name: "Force Development", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=4" }, + { id: "p5", name: "Mental Hardening", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=5" }, + { id: "p6", name: "Performance Mastery", price: "$499", imageSrc: "http://img.b2bpic.net/free-photo/fitnesswoman-doing-deadlift-using-barbell-gym_651396-1605.jpg?_wi=6" }, ]} title="Precision Programming" description="Curated training blueprints for athletes at every stage of their evolution." -- 2.49.1