Update src/app/page.tsx

This commit is contained in:
2026-05-07 17:43:13 +00:00
parent 31d53f4ad0
commit dfd29fc93d

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="DNA Fitness Specialist in Lawrenceville"
description="DNA-based fitness coaching for men 35+. Unlock your genetic potential to build strength, confidence, and lasting results—online or in person."
description="DNA-based fitness coaching for people 35+. Unlock your genetic potential to build strength, confidence, and lasting results—online or in person."
testimonials={[
{
name: "John D.", handle: "@johnd", testimonial: "The DNA insights completely changed how I approach my workouts. Highly recommended!", rating: 5,
@@ -88,7 +88,7 @@ export default function LandingPage() {
<MediaAbout
useInvertedBackground={false}
title="About Shellman Strong Fitness"
description="We specialize in full-body transformation through personalized fitness training, nutrition guidance, DNA-based fitness insights, and supplement strategies tailored to you. From glute-focused development to deep, sustainable lifestyle shifts, we guide every step of your journey."
description="We specialize in full-body transformation through personalized fitness training, nutrition guidance, DNA-based fitness insights, and supplement strategies tailored to you. From glute-focused development to deep, sustainable lifestyle shifts, we guide every step of your journey for all people."
imageSrc="http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21387.jpg?_wi=2"
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}