diff --git a/src/app/page.tsx b/src/app/page.tsx index 1438629..41545b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() {
@@ -131,17 +131,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "1-on-1 Coaching: Expert guidance to ensure perfect form and faster results.", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/test-tube-with-blood-sample-covid-19-test_1150-44194.jpg"}, + id: "p1", name: "1-on-1 Coaching: Expert guidance ensures perfect form to help people hit their fitness goals faster.", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/test-tube-with-blood-sample-covid-19-test_1150-44194.jpg"}, { - id: "p2", name: "DNA Fitness Insight: Reveal your unique genetic blueprint for personalized training.", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg"}, + id: "p2", name: "DNA Fitness Insight: Reveal your unique genetic blueprint for personalized training plans for people.", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg"}, { - id: "p3", name: "Performance Pack: High-impact supplements to fuel your toughest workouts.", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/adn-humano_1048-3133.jpg"}, + id: "p3", name: "Performance Pack: High-impact supplements designed to fuel the most demanding workouts for active people.", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/adn-humano_1048-3133.jpg"}, { - id: "p4", name: "Recovery Supplement: Faster muscle repair so you can train hard tomorrow.", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/ballerino-practising-ballet-dance_107420-63949.jpg"}, + id: "p4", name: "Recovery Supplement: Faster muscle repair so all people can train hard and recover efficiently.", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/ballerino-practising-ballet-dance_107420-63949.jpg"}, { - id: "p5", name: "Endurance Bundle: Sustain energy levels through your most grueling sessions.", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-pretending-run_176420-4312.jpg"}, + id: "p5", name: "Endurance Bundle: Help people sustain peak energy levels through even the most grueling training sessions.", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-pretending-run_176420-4312.jpg"}, { - id: "p6", name: "Strength Strategy: Proven techniques to safely maximize your muscle gain.", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/people-training-gym_23-2151717174.jpg"}, + id: "p6", name: "Strength Strategy: Proven techniques to safely maximize muscle gain for people at any fitness level.", price: "$120", imageSrc: "http://img.b2bpic.net/free-photo/people-training-gym_23-2151717174.jpg"}, ]} title="Transform Inside & Out" description="Expert coaching and premium supplements." @@ -224,4 +224,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file