Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-06-09 15:51:38 +00:00

View File

@@ -34,86 +34,49 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Titanium Shark Gym"
button={{
text: "Claim Membership",
href: "#pricing",
}}
text: "Claim Membership", href: "#pricing"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-static-grid",
}}
variant: "rotated-rays-static-grid"}}
title="Elite Fitness Redefined at Titanium Shark"
description="Experience luxury training with cutting-edge equipment, world-class coaches, and an exclusive community designed for high achievers. Transform your physique and mindset."
buttons={[
{
text: "Claim Your Elite Membership",
href: "#pricing",
},
text: "Claim Your Elite Membership", href: "#pricing"},
]}
carouselItems={[
{
id: "hero-carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151917987.jpg",
imageAlt: "Luxurious gym interior with state-of-the-art equipment",
},
id: "hero-carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151917987.jpg", imageAlt: "Luxurious gym interior with state-of-the-art equipment"},
{
id: "hero-carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/determined-athletic-woman-working-out-plank-pose-while-listening-music-earphones-health-club_637285-5225.jpg",
imageAlt: "Personal trainer guiding a client through an exercise",
},
id: "hero-carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/determined-athletic-woman-working-out-plank-pose-while-listening-music-earphones-health-club_637285-5225.jpg", imageAlt: "Personal trainer guiding a client through an exercise"},
{
id: "hero-carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg",
imageAlt: "Close-up of cutting-edge Technogym equipment",
},
id: "hero-carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/gym-interior-with-equipment_93675-129239.jpg", imageAlt: "Close-up of cutting-edge Technogym equipment"},
{
id: "hero-carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289965.jpg",
imageAlt: "Athlete performing an intense functional training workout",
},
id: "hero-carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/side-view-group-people-gym_23-2150289965.jpg", imageAlt: "Athlete performing an intense functional training workout"},
{
id: "hero-carousel-5",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-laying-mat_23-2150404953.jpg",
imageAlt: "Serene spa-level recovery zone with comfortable seating",
},
id: "hero-carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-laying-mat_23-2150404953.jpg", imageAlt: "Serene spa-level recovery zone with comfortable seating"},
{
id: "hero-carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267967.jpg",
imageAlt: "Small group of members engaged in a high-energy fitness class",
},
id: "hero-carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-together-project_23-2149267967.jpg", imageAlt: "Small group of members engaged in a high-energy fitness class"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -128,17 +91,11 @@ export default function LandingPage() {
description="Titanium Shark Gym redefines elite fitness, offering an unparalleled luxury experience for those who demand the best. Our commitment to cutting-edge equipment, personalized coaching, and an exclusive community sets us apart from conventional gyms."
bulletPoints={[
{
title: "Exclusive Member Access",
description: "Never experience crowded gyms again with our limited membership model, ensuring ample space and personalized attention.",
},
title: "Exclusive Member Access", description: "Never experience crowded gyms again with our limited membership model, ensuring ample space and personalized attention."},
{
title: "State-of-the-Art Facilities",
description: "Train with the latest and most advanced fitness technology and equipment from global leaders in performance.",
},
title: "State-of-the-Art Facilities", description: "Train with the latest and most advanced fitness technology and equipment from global leaders in performance."},
{
title: "Personalized Coaching",
description: "Benefit from tailored programs and one-on-one guidance from our team of world-class, certified elite trainers.",
},
title: "Personalized Coaching", description: "Benefit from tailored programs and one-on-one guidance from our team of world-class, certified elite trainers."},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-urban-gym_23-2151918014.jpg"
imageAlt="Modern and spacious interior of Titanium Shark Gym with natural light"
@@ -153,21 +110,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
"Overcrowded Spaces",
"Limited Equipment",
"Impersonal Training",
"Basic Locker Rooms",
"Hidden Fees",
],
"Overcrowded Spaces", "Limited Equipment", "Impersonal Training", "Basic Locker Rooms", "Hidden Fees"],
}}
positiveCard={{
items: [
"Private Training Suites",
"Cutting-Edge Technogym Machines",
"Certified Elite Coaches",
"Spa-Level Recovery Zones",
"Transparent Membership Tiers",
],
"Private Training Suites", "Cutting-Edge Technogym Machines", "Certified Elite Coaches", "Spa-Level Recovery Zones", "Transparent Membership Tiers"],
}}
title="Unrivaled Amenities for Peak Performance"
description="Discover what truly sets Titanium Shark Gym apart from traditional fitness centers. We address common pain points with bespoke solutions designed for high-achieving individuals."
@@ -182,25 +129,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "500+",
title: "Exclusive Members",
description: "Our limited membership ensures a private and focused training environment for all.",
icon: Users,
id: "m1", value: "500+", title: "Exclusive Members", description: "Our limited membership ensures a private and focused training environment for all.", icon: Users,
},
{
id: "m2",
value: "98%",
title: "Member Satisfaction",
description: "Our members consistently achieve and exceed their fitness and wellness goals.",
icon: Star,
id: "m2", value: "98%", title: "Member Satisfaction", description: "Our members consistently achieve and exceed their fitness and wellness goals.", icon: Star,
},
{
id: "m3",
value: "25+",
title: "Elite Trainers",
description: "Access to a diverse team of world-class certified coaches specializing in various disciplines.",
icon: Award,
id: "m3", value: "25+", title: "Elite Trainers", description: "Access to a diverse team of world-class certified coaches specializing in various disciplines.", icon: Award,
},
]}
title="Our Impact in Numbers"
@@ -216,57 +151,33 @@ export default function LandingPage() {
useInvertedBackground={false}
members={[
{
id: "t1",
name: "Alex 'The Predator' Volkov",
role: "Head Trainer & Performance Specialist",
description: "Alex brings over 15 years of experience in strength & conditioning, specializing in transforming athletes and executives into their peak physical form. His disciplined approach yields unparalleled results.",
imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg",
imageAlt: "Portrait of Alex Volkov, Head Trainer",
socialLinks: [
id: "t1", name: "Alex 'The Predator' Volkov", role: "Head Trainer & Performance Specialist", description: "Alex brings over 15 years of experience in strength & conditioning, specializing in transforming athletes and executives into their peak physical form. His disciplined approach yields unparalleled results.", imageSrc: "http://img.b2bpic.net/free-photo/serious-confident-business-coach-posing-with-arms-folded_74855-3084.jpg", imageAlt: "Portrait of Alex Volkov, Head Trainer", socialLinks: [
{
icon: Instagram,
url: "#",
},
url: "https://www.instagram.com/alex_volkov_official"},
{
icon: Linkedin,
url: "#",
},
url: "https://www.linkedin.com/in/alexvolkov"},
],
},
{
id: "t2",
name: "Dr. Maya Sharma",
role: "Performance & Recovery Scientist",
description: "With a Ph.D. in Sports Science, Dr. Sharma integrates cutting-edge research into personalized recovery protocols and injury prevention, ensuring longevity and sustained peak performance.",
imageSrc: "http://img.b2bpic.net/free-photo/picture-woman-professional-psychologist-her-fifties-waiting-client-sitting-her-modern-office-armchair-holding-open-copybook-looking-with-serious-expression_344912-1950.jpg",
imageAlt: "Portrait of Dr. Maya Sharma, Performance & Recovery Scientist",
socialLinks: [
id: "t2", name: "Dr. Maya Sharma", role: "Performance & Recovery Scientist", description: "With a Ph.D. in Sports Science, Dr. Sharma integrates cutting-edge research into personalized recovery protocols and injury prevention, ensuring longevity and sustained peak performance.", imageSrc: "http://img.b2bpic.net/free-photo/picture-woman-professional-psychologist-her-fifties-waiting-client-sitting-her-modern-office-armchair-holding-open-copybook-looking-with-serious-expression_344912-1950.jpg", imageAlt: "Portrait of Dr. Maya Sharma, Performance & Recovery Scientist", socialLinks: [
{
icon: Instagram,
url: "#",
},
url: "https://www.instagram.com/dr_maya_sharma"},
{
icon: Twitter,
url: "#",
},
url: "https://www.twitter.com/drmayasharma"},
],
},
{
id: "t3",
name: "Coach Ben Carter",
role: "Lifestyle & Nutrition Strategist",
description: "Ben's holistic approach focuses on sustainable lifestyle changes, integrating nutrition, mindfulness, and functional movement to optimize overall well-being and accelerate results beyond the gym.",
imageSrc: "http://img.b2bpic.net/free-photo/headshot-african-american-man-runner-resting-after-intensive-outdoor-training-workout_273609-1178.jpg",
imageAlt: "Portrait of Coach Ben Carter, Lifestyle & Nutrition Strategist",
socialLinks: [
id: "t3", name: "Coach Ben Carter", role: "Lifestyle & Nutrition Strategist", description: "Ben's holistic approach focuses on sustainable lifestyle changes, integrating nutrition, mindfulness, and functional movement to optimize overall well-being and accelerate results beyond the gym.", imageSrc: "http://img.b2bpic.net/free-photo/headshot-african-american-man-runner-resting-after-intensive-outdoor-training-workout_273609-1178.jpg", imageAlt: "Portrait of Coach Ben Carter, Lifestyle & Nutrition Strategist", socialLinks: [
{
icon: Instagram,
url: "#",
},
url: "https://www.instagram.com/coach_bencarter"},
{
icon: Facebook,
url: "#",
},
url: "https://www.facebook.com/coachbencarter"},
],
},
]}
@@ -281,65 +192,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
date: "March 2024",
title: "Unmatched Luxury & Results",
quote: "Titanium Shark Gym has completely transformed my fitness journey. The personalized coaching and luxurious environment are simply unmatched. I've achieved results I never thought possible.",
tag: "Executive Member",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg",
avatarAlt: "Sarah Johnson avatar",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-62651.jpg",
imageAlt: "Sarah Johnson working out",
},
id: "1", name: "Sarah Johnson", date: "March 2024", title: "Unmatched Luxury & Results", quote: "Titanium Shark Gym has completely transformed my fitness journey. The personalized coaching and luxurious environment are simply unmatched. I've achieved results I never thought possible.", tag: "Executive Member", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-happy-corporate-woman-suit-stands-street-smiles-poses-near-office-bu_1258-119148.jpg", avatarAlt: "Sarah Johnson avatar", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-sportswear-looking-mirror_169016-62651.jpg", imageAlt: "Sarah Johnson working out"},
{
id: "2",
name: "Michael Chen",
date: "February 2024",
title: "Exclusivity and Expert Guidance",
quote: "Finally, a gym that understands the value of discretion and delivers exceptional results. The equipment is superb, and the expert guidance from the trainers is truly game-changing.",
tag: "Titanium Member",
avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
avatarAlt: "Michael Chen avatar",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-handsome-sportsman-earphones-doing-push-ups-elbows-working-out_8353-6843.jpg",
imageAlt: "Michael Chen working out",
},
id: "2", name: "Michael Chen", date: "February 2024", title: "Exclusivity and Expert Guidance", quote: "Finally, a gym that understands the value of discretion and delivers exceptional results. The equipment is superb, and the expert guidance from the trainers is truly game-changing.", tag: "Titanium Member", avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", avatarAlt: "Michael Chen avatar", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-handsome-sportsman-earphones-doing-push-ups-elbows-working-out_8353-6843.jpg", imageAlt: "Michael Chen working out"},
{
id: "3",
name: "Emily Rodriguez",
date: "January 2024",
title: "Efficient & Effective Training",
quote: "As a busy professional, I highly appreciate the efficiency and effectiveness of my workouts at Titanium Shark. It's not just a gym; it's a premium lifestyle choice that saves me time and delivers results.",
tag: "Executive Member",
avatarSrc: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg",
avatarAlt: "Emily Rodriguez avatar",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-treadmill_23-2147688009.jpg",
imageAlt: "Emily Rodriguez working out",
},
id: "3", name: "Emily Rodriguez", date: "January 2024", title: "Efficient & Effective Training", quote: "As a busy professional, I highly appreciate the efficiency and effectiveness of my workouts at Titanium Shark. It's not just a gym; it's a premium lifestyle choice that saves me time and delivers results.", tag: "Executive Member", avatarSrc: "http://img.b2bpic.net/free-photo/woman-winks-eye-sticks-out-tongue-has-fun-while-walking-urban-setting-dressed-fashionable-pink-jacket-has-optimistic-mood_273609-54819.jpg", avatarAlt: "Emily Rodriguez avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-walking-treadmill_23-2147688009.jpg", imageAlt: "Emily Rodriguez working out"},
{
id: "4",
name: "David Kim",
date: "December 2023",
title: "A Holistic Approach to Wellness",
quote: "The spa-level recovery zones are a true differentiator. It's a holistic approach to fitness that addresses not just training, but also recovery and overall well-being. My best fitness decision.",
tag: "Performance Member",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
avatarAlt: "David Kim avatar",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-gym-exercise-bike-fitness-yoga_78826-2495.jpg",
imageAlt: "David Kim working out",
},
id: "4", name: "David Kim", date: "December 2023", title: "A Holistic Approach to Wellness", quote: "The spa-level recovery zones are a true differentiator. It's a holistic approach to fitness that addresses not just training, but also recovery and overall well-being. My best fitness decision.", tag: "Performance Member", avatarSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg", avatarAlt: "David Kim avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-girl-gym-exercise-bike-fitness-yoga_78826-2495.jpg", imageAlt: "David Kim working out"},
{
id: "5",
name: "Jessica Perez",
date: "November 2023",
title: "Exceptional Attention to Detail",
quote: "From the moment I stepped in, the attention to detail and personalized support have been exceptional. This gym truly caters to high achievers looking for unparalleled quality.",
tag: "Titanium Member",
avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg",
avatarAlt: "Jessica Perez avatar",
imageSrc: "http://img.b2bpic.net/free-photo/photo-sexy-athletic-sporty-model-standing-yoga-pose_7502-9382.jpg",
imageAlt: "Jessica Perez working out",
},
id: "5", name: "Jessica Perez", date: "November 2023", title: "Exceptional Attention to Detail", quote: "From the moment I stepped in, the attention to detail and personalized support have been exceptional. This gym truly caters to high achievers looking for unparalleled quality.", tag: "Titanium Member", avatarSrc: "http://img.b2bpic.net/free-photo/serious-beautiful-businesswoman-standing-window_1262-1913.jpg", avatarAlt: "Jessica Perez avatar", imageSrc: "http://img.b2bpic.net/free-photo/photo-sexy-athletic-sporty-model-standing-yoga-pose_7502-9382.jpg", imageAlt: "Jessica Perez working out"},
]}
title="Hear From Our Elite Members"
description="Read what our discerning members have to say about their unparalleled fitness journey and the transformative experience at Titanium Shark Gym."
@@ -351,14 +212,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Executive Health Journal",
"Elite Lifestyle Magazine",
"Corporate Wellness Partners",
"Luxury Fitness Group",
"Premium Wellness Institute",
"High Performance Living",
"Global Fitness Alliance",
]}
"Executive Health Journal", "Elite Lifestyle Magazine", "Corporate Wellness Partners", "Luxury Fitness Group", "Premium Wellness Institute", "High Performance Living", "Global Fitness Alliance"]}
title="Trusted by Leaders & Innovators"
description="Our commitment to excellence has earned us recognition and partnerships with leading entities in health, wellness, and corporate sectors."
speed={40}
@@ -373,63 +227,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "performance",
badge: "Entry Tier",
badgeIcon: Lightbulb,
price: "Inquire",
subtitle: "Access to Core Facilities & Classes",
buttons: [
id: "performance", badge: "Entry Tier", badgeIcon: Lightbulb,
price: "Inquire", subtitle: "Access to Core Facilities & Classes", buttons: [
{
text: "Learn More",
href: "#contact",
},
text: "Learn More", href: "#contact"},
],
features: [
"Full Gym Access (Peak Hours)",
"All Group Fitness Classes",
"Access to Recovery Zones",
"Member-Exclusive Events",
],
"Full Gym Access (Peak Hours)", "All Group Fitness Classes", "Access to Recovery Zones", "Member-Exclusive Events"],
},
{
id: "executive",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "Inquire",
subtitle: "Elevated Training & Personalized Support",
buttons: [
id: "executive", badge: "Most Popular", badgeIcon: Sparkles,
price: "Inquire", subtitle: "Elevated Training & Personalized Support", buttons: [
{
text: "Select Executive",
href: "#contact",
},
text: "Select Executive", href: "#contact"},
],
features: [
"All Performance Benefits",
"4 Personal Training Sessions/Month",
"Advanced Nutritional Guidance",
"Priority Booking for Classes",
"Guest Passes (2/month)",
],
"All Performance Benefits", "4 Personal Training Sessions/Month", "Advanced Nutritional Guidance", "Priority Booking for Classes", "Guest Passes (2/month)"],
},
{
id: "titanium",
badge: "Ultimate Elite",
badgeIcon: Diamond,
price: "Inquire",
subtitle: "Unrestricted Access & Bespoke Wellness",
buttons: [
id: "titanium", badge: "Ultimate Elite", badgeIcon: Diamond,
price: "Inquire", subtitle: "Unrestricted Access & Bespoke Wellness", buttons: [
{
text: "Apply for Titanium",
href: "#contact",
},
text: "Apply for Titanium", href: "#contact"},
],
features: [
"All Executive Benefits",
"Unlimited Personal Training Sessions",
"Dedicated Recovery Therapist",
"VIP Access to Exclusive Events",
"Concierge Service & Benefits",
],
"All Executive Benefits", "Unlimited Personal Training Sessions", "Dedicated Recovery Therapist", "VIP Access to Exclusive Events", "Concierge Service & Benefits"],
},
]}
title="Unlock Your Potential: Membership Tiers"
@@ -441,11 +263,10 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Connect"
title="Begin Your Elite Fitness Journey"
description="Ready to experience the Titanium Shark difference? Contact us today to schedule a private tour, discuss membership options, or inquire about our bespoke training programs."
description={`Ready to experience the Titanium Shark difference? Contact us today to schedule a private tour, discuss membership options, or inquire about our bespoke training programs.\n\nAddress: 123 Elite Way, Metropolis, State 90210\nPhone: (555) 123-4567\n\nOperating Hours:\nMonday - Friday: 5 AM - 10 PM\nSaturday: 7 AM - 8 PM\nSunday: 8 AM - 6 PM`}
imageSrc="http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-cafe_1157-25330.jpg"
imageAlt="Luxurious gym reception area"
mediaAnimation="slide-up"
@@ -462,73 +283,55 @@ export default function LandingPage() {
logoText="Titanium Shark Gym"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Memberships",
href: "#pricing",
},
label: "Memberships", href: "#pricing"},
{
label: "Personal Training",
href: "#features",
},
label: "Personal Training", href: "#features"},
{
label: "Group Classes",
href: "#features",
},
label: "Group Classes", href: "#features"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Support",
href: "#contact",
},
label: "Support", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Cookie Policy",
href: "#",
},
label: "Cookie Policy", href: "#"},
],
},
{
title: "Connect", items: [
{
label: "Facebook", href: "https://www.facebook.com/titaniumsharkgym"},
{
label: "Instagram", href: "https://www.instagram.com/titaniumsharkgym"},
{
label: "Twitter", href: "https://www.twitter.com/titaniumsharkgym"}
]
}
]}
copyrightText="© 2024 Titanium Shark Gym. All rights reserved."
/>