Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-07 17:09:15 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Shellman Strong Fitness"
/>
@@ -57,74 +49,37 @@ export default function LandingPage() {
description="DNA-based fitness coaching for men 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,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg?_wi=1",
imageAlt: "fitness coach professional portrait",
},
name: "John D.", handle: "@johnd", testimonial: "The DNA insights completely changed how I approach my workouts. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg?_wi=1", imageAlt: "fitness coach professional portrait"},
{
name: "Mike R.",
handle: "@miker",
testimonial: "Expert guidance and real results. Shellman Strong is the real deal.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21387.jpg?_wi=1",
imageAlt: "fitness coach professional portrait",
},
name: "Mike R.", handle: "@miker", testimonial: "Expert guidance and real results. Shellman Strong is the real deal.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21387.jpg?_wi=1", imageAlt: "fitness coach professional portrait"},
{
name: "Alex W.",
handle: "@alexw",
testimonial: "Finally seeing the results I've been chasing for years.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medical-supplies-notepad-covid-test-composition-blue-surface-top-view_1268-17336.jpg?_wi=1",
imageAlt: "fitness coach professional portrait",
},
name: "Alex W.", handle: "@alexw", testimonial: "Finally seeing the results I've been chasing for years.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medical-supplies-notepad-covid-test-composition-blue-surface-top-view_1268-17336.jpg?_wi=1", imageAlt: "fitness coach professional portrait"},
{
name: "David L.",
handle: "@davidl",
testimonial: "Scientifically backed training that actually works for my body type.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=1",
imageAlt: "fitness coach professional portrait",
},
name: "David L.", handle: "@davidl", testimonial: "Scientifically backed training that actually works for my body type.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=1", imageAlt: "fitness coach professional portrait"},
{
name: "Chris B.",
handle: "@chrisb",
testimonial: "Professional, knowledgeable, and genuinely invested in my progress.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign-smiling_140725-85428.jpg?_wi=1",
imageAlt: "fitness coach professional portrait",
},
name: "Chris B.", handle: "@chrisb", testimonial: "Professional, knowledgeable, and genuinely invested in my progress.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign-smiling_140725-85428.jpg?_wi=1", imageAlt: "fitness coach professional portrait"},
]}
buttons={[
{
text: "Book Free Consultation",
href: "#contact",
},
text: "Book Free Consultation", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-with-serious-confident-expression-with-arms-crossed-standing-white-background_141793-118126.jpg",
alt: "Fitness professional portrait",
},
src: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-looking-camera-with-serious-confident-expression-with-arms-crossed-standing-white-background_141793-118126.jpg", alt: "Fitness professional portrait"},
{
src: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg",
alt: "Male athlete training",
},
src: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg", alt: "Male athlete training"},
{
src: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg",
alt: "Athletic model portrait",
},
src: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg", alt: "Athletic model portrait"},
{
src: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg",
alt: "Professional coach",
},
src: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg", alt: "Professional coach"},
{
src: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-10191.jpg",
alt: "Athlete holding weights",
},
src: "http://img.b2bpic.net/free-photo/athletic-fitness-male-dressed-sportswear-holds-set-dumbbells-grey-background_613910-10191.jpg", alt: "Athlete holding weights"},
]}
/>
</div>
@@ -145,39 +100,21 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
title: "DNA-Powered Programs",
subtitle: "Genetic Optimization",
category: "Coaching",
value: "Max Results",
buttons: [
id: "f1", title: "DNA-Powered Programs", subtitle: "Genetic Optimization", category: "Coaching", value: "Max Results", buttons: [
{
text: "Learn More",
},
text: "Learn More"},
],
},
{
id: "f2",
title: "Precision Nutrition",
subtitle: "Tailored Guidance",
category: "Nutrition",
value: "Optimization",
buttons: [
id: "f2", title: "Precision Nutrition", subtitle: "Tailored Guidance", category: "Nutrition", value: "Optimization", buttons: [
{
text: "Learn More",
},
text: "Learn More"},
],
},
{
id: "f3",
title: "Strength & Endurance",
subtitle: "Performance Focus",
category: "Training",
value: "Growth",
buttons: [
id: "f3", title: "Strength & Endurance", subtitle: "Performance Focus", category: "Training", value: "Growth", buttons: [
{
text: "Learn More",
},
text: "Learn More"},
],
},
]}
@@ -194,41 +131,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "1-on-1 Coaching",
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 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: "p2",
name: "DNA Fitness Insight",
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.", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/data-stats-around-person-doing-physical-activity_23-2150165170.jpg"},
{
id: "p3",
name: "Performance Pack",
price: "$99",
imageSrc: "http://img.b2bpic.net/free-photo/adn-humano_1048-3133.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: "p4",
name: "Recovery Supplement",
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 you can train hard tomorrow.", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/ballerino-practising-ballet-dance_107420-63949.jpg"},
{
id: "p5",
name: "Endurance Bundle",
price: "$75",
imageSrc: "http://img.b2bpic.net/free-photo/sportive-man-pretending-run_176420-4312.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: "p6",
name: "Strength Strategy",
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 your muscle gain.", 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."
@@ -242,20 +155,11 @@ export default function LandingPage() {
tag="Impact"
metrics={[
{
id: "m1",
value: "5+",
description: "Verified Reviews",
},
id: "m1", value: "5+", description: "Verified Reviews"},
{
id: "m2",
value: "100%",
description: "Customized Plans",
},
id: "m2", value: "100%", description: "Customized Plans"},
{
id: "m3",
value: "10+",
description: "Years Experience",
},
id: "m3", value: "10+", description: "Years Experience"},
]}
metricsAnimation="slide-up"
/>
@@ -267,60 +171,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "David",
date: "Jan 2025",
title: "Client",
quote: "Fantastic transformation program.",
tag: "Results",
avatarSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-young-afro-american-bodybuilder-looking-camera-grinning-confidently-keeping-hands-his-waist-posing-against-white-studio-wall-background-with-copy-space-your-text_343059-465.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg?_wi=3",
imageAlt: "happy fitness client portrait",
},
id: "t1", name: "David", date: "Jan 2025", title: "Client", quote: "Fantastic transformation program.", tag: "Results", avatarSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-young-afro-american-bodybuilder-looking-camera-grinning-confidently-keeping-hands-his-waist-posing-against-white-studio-wall-background-with-copy-space-your-text_343059-465.jpg", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg?_wi=3", imageAlt: "happy fitness client portrait"},
{
id: "t2",
name: "Mike",
date: "Dec 2024",
title: "Client",
quote: "The supplement guidance is elite.",
tag: "Nutrition",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14410.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21387.jpg?_wi=3",
imageAlt: "happy fitness client portrait",
},
id: "t2", name: "Mike", date: "Dec 2024", title: "Client", quote: "The supplement guidance is elite.", tag: "Nutrition", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-girl_1157-14410.jpg", imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21387.jpg?_wi=3", imageAlt: "happy fitness client portrait"},
{
id: "t3",
name: "Sam",
date: "Nov 2024",
title: "Client",
quote: "I've never felt stronger.",
tag: "Fitness",
avatarSrc: "http://img.b2bpic.net/free-photo/gymnasts-getting-ready-competition_23-2150867725.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-supplies-notepad-covid-test-composition-blue-surface-top-view_1268-17336.jpg?_wi=2",
imageAlt: "happy fitness client portrait",
},
id: "t3", name: "Sam", date: "Nov 2024", title: "Client", quote: "I've never felt stronger.", tag: "Fitness", avatarSrc: "http://img.b2bpic.net/free-photo/gymnasts-getting-ready-competition_23-2150867725.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medical-supplies-notepad-covid-test-composition-blue-surface-top-view_1268-17336.jpg?_wi=2", imageAlt: "happy fitness client portrait"},
{
id: "t4",
name: "Brian",
date: "Oct 2024",
title: "Client",
quote: "Worth every penny.",
tag: "Coaching",
avatarSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-gold-medal-around-her-neck-clenching-fists_141793-48778.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=2",
imageAlt: "happy fitness client portrait",
},
id: "t4", name: "Brian", date: "Oct 2024", title: "Client", quote: "Worth every penny.", tag: "Coaching", avatarSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-gold-medal-around-her-neck-clenching-fists_141793-48778.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg?_wi=2", imageAlt: "happy fitness client portrait"},
{
id: "t5",
name: "Aaron",
date: "Sep 2024",
title: "Client",
quote: "DNA optimization works.",
tag: "Science",
avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-sporty-woman-black-t-shirt-with-headband-towel-her-neck-holding-dumbbell-hand-making-welcoming-gesture-with-hand-smiling-friendly-standing-green-wall_141793-48273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign-smiling_140725-85428.jpg?_wi=2",
imageAlt: "happy fitness client portrait",
},
id: "t5", name: "Aaron", date: "Sep 2024", title: "Client", quote: "DNA optimization works.", tag: "Science", avatarSrc: "http://img.b2bpic.net/free-photo/middle-aged-sporty-woman-black-t-shirt-with-headband-towel-her-neck-holding-dumbbell-hand-making-welcoming-gesture-with-hand-smiling-friendly-standing-green-wall_141793-48273.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign-smiling_140725-85428.jpg?_wi=2", imageAlt: "happy fitness client portrait"},
]}
title="Client Success"
description="What our clients say about the program."
@@ -331,8 +190,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Let's Start"
title="Book Your Free Consultation"
description="Ready to unlock your potential? Get in touch today."
@@ -345,29 +203,19 @@ export default function LandingPage() {
logoText="Shellman Strong Fitness"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Services",
href: "#services",
},
label: "Services", href: "#services"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
]}