4 Commits

Author SHA1 Message Date
540e36231e Update src/app/styles/variables.css 2026-03-07 06:47:31 +00:00
024b5c786e Update src/app/styles/base.css 2026-03-07 06:47:30 +00:00
3ec05338f0 Update src/app/page.tsx 2026-03-07 06:47:30 +00:00
41ad22d33f Update src/app/layout.tsx 2026-03-07 06:47:29 +00:00
4 changed files with 44 additions and 29 deletions

View File

@@ -27,7 +27,8 @@ export const metadata: Metadata = {
openGraph: {
title: "Apex Sports - Elite Athletic Performance Training", description: "Premium athletic training with AI analytics, elite coaching, and state-of-the-art facilities. Transform your performance today.", type: "website", siteName: "Apex Sports", images: [
{
url: "http://img.b2bpic.net/free-photo/full-length-portrait-half-naked-fit-african-sportsman_171337-9446.jpg", alt: "Elite athletic training at Apex Sports"},
url: "http://img.b2bpic.net/free-photo/full-length-portrait-half-naked-fit-african-sportsman_171337-9446.jpg", alt: "Elite athletic training at Apex Sports"
},
],
},
twitter: {
@@ -1419,4 +1420,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Award, Crown, Sparkles, Star, TrendingUp, Zap } from 'lucide-react';
import { Award, Crown, Sparkles, Star, TrendingUp, Zap, Users, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -37,7 +37,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Join Now", href: "#pricing"}}
text: "Join Now", href: "#pricing"
}}
/>
</div>
@@ -64,7 +65,8 @@ export default function LandingPage() {
<TextSplitAbout
title="Elite Performance Redefined"
description={[
"At Apex Sports, we don't just train athletes—we transform them. Our holistic approach combines advanced biomechanics, personalized coaching, and state-of-the-art facilities to unlock your full athletic potential.", "With over 15 years of experience working with elite competitors across multiple disciplines, we've perfected the science of peak performance. Every program is tailored to your goals, whether you're preparing for competition, recovering from injury, or pursuing a healthier lifestyle.", "Join hundreds of athletes who've broken their personal records and discovered what true excellence feels like."]}
"At Apex Sports, we don't just train athletes—we transform them. Our holistic approach combines advanced biomechanics, personalized coaching, and state-of-the-art facilities to unlock your full athletic potential.", "With over 15 years of experience working with elite competitors across multiple disciplines, we've perfected the science of peak performance. Every program is tailored to your goals, whether you're preparing for competition, recovering from injury, or pursuing a healthier lifestyle.", "Join hundreds of athletes who've broken their personal records and discovered what true excellence feels like."
]}
buttons={[
{ text: "Explore Our Programs", href: "#features" },
]}
@@ -87,13 +89,17 @@ export default function LandingPage() {
mediaPosition="left"
accordionItems={[
{
id: "1", title: "AI-Powered Performance Analytics", content: "Real-time biometric tracking and machine learning analysis optimize every aspect of your training. Monitor strength gains, recovery patterns, and performance trends with our proprietary dashboard."},
id: "1", title: "AI-Powered Performance Analytics", content: "Real-time biometric tracking and machine learning analysis optimize every aspect of your training. Monitor strength gains, recovery patterns, and performance trends with our proprietary dashboard."
},
{
id: "2", title: "Elite Coaching Team", content: "Work with certified trainers, sports scientists, and nutritionists who've collaborated with Olympic athletes and professional teams. Personalized guidance every step of your journey."},
id: "2", title: "Elite Coaching Team", content: "Work with certified trainers, sports scientists, and nutritionists who've collaborated with Olympic athletes and professional teams. Personalized guidance every step of your journey."
},
{
id: "3", title: "Recovery & Regeneration", content: "Premium recovery technology including cryotherapy, compression therapy, and contrast pools accelerate muscle recovery and prevent injury. Your body performs better when it heals better."},
id: "3", title: "Recovery & Regeneration", content: "Premium recovery technology including cryotherapy, compression therapy, and contrast pools accelerate muscle recovery and prevent injury. Your body performs better when it heals better."
},
{
id: "4", title: "Community & Competition", content: "Access exclusive group training sessions, monthly challenges, and social events. Train alongside like-minded athletes and push each other toward greatness."},
id: "4", title: "Community & Competition", content: "Access exclusive group training sessions, monthly challenges, and social events. Train alongside like-minded athletes and push each other toward greatness."
},
]}
buttons={[
{ text: "View All Services", href: "#pricing" },
@@ -136,13 +142,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Broke My Personal Record in 12 Weeks", quote: "The personalized programming and constant feedback transformed how I train. I didn't just improve—I shattered goals I thought were years away. Apex Sports gave me the tools and mindset to think bigger.", name: "Marcus Johnson", role: "Competitive Sprinter", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-african-american-sportsman-workout-city-stadium_574295-3119.jpg", imageAlt: "Marcus Johnson"},
id: "1", title: "Broke My Personal Record in 12 Weeks", quote: "The personalized programming and constant feedback transformed how I train. I didn't just improve—I shattered goals I thought were years away. Apex Sports gave me the tools and mindset to think bigger.", name: "Marcus Johnson", role: "Competitive Sprinter", imageSrc: "http://img.b2bpic.net/free-photo/young-confident-african-american-sportsman-workout-city-stadium_574295-3119.jpg", imageAlt: "Marcus Johnson"
},
{
id: "2", title: "From Injury to Champion", quote: "After a serious injury, I was ready to quit. The recovery protocols and expert guidance at Apex not only got me back to competition—they made me stronger. The holistic approach to rehabilitation is unmatched.", name: "Sarah Chen", role: "Professional Athlete", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-exercising-together-outdoors_23-2150799151.jpg", imageAlt: "Sarah Chen"},
id: "2", title: "From Injury to Champion", quote: "After a serious injury, I was ready to quit. The recovery protocols and expert guidance at Apex not only got me back to competition—they made me stronger. The holistic approach to rehabilitation is unmatched.", name: "Sarah Chen", role: "Professional Athlete", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-men-exercising-together-outdoors_23-2150799151.jpg", imageAlt: "Sarah Chen"
},
{
id: "3", title: "Elite Training, Results-Driven Culture", quote: "Training at Apex isn't just about fitness—it's about joining a community of people obsessed with excellence. The energy, expertise, and accountability pushed me to levels I didn't think possible.", name: "David Rodriguez", role: "Competitive Crossfit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/lgbt-concept-with-colored-ice-cream-sticks-wooden-cubes-wooden-background-flat-lay_176474-7736.jpg", imageAlt: "David Rodriguez"},
id: "3", title: "Elite Training, Results-Driven Culture", quote: "Training at Apex isn't just about fitness—it's about joining a community of people obsessed with excellence. The energy, expertise, and accountability pushed me to levels I didn't think possible.", name: "David Rodriguez", role: "Competitive Crossfit Athlete", imageSrc: "http://img.b2bpic.net/free-photo/lgbt-concept-with-colored-ice-cream-sticks-wooden-cubes-wooden-background-flat-lay_176474-7736.jpg", imageAlt: "David Rodriguez"
},
{
id: "4", title: "Life-Changing Experience", quote: "Starting as a beginner, I felt completely supported. The coaches adapted programming to my needs, and the science-backed approach gave me confidence. I've not only improved physically but mentally as well.", name: "Emma Williams", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boxer-trainer-having-conversation_23-2148426232.jpg", imageAlt: "Emma Williams"},
id: "4", title: "Life-Changing Experience", quote: "Starting as a beginner, I felt completely supported. The coaches adapted programming to my needs, and the science-backed approach gave me confidence. I've not only improved physically but mentally as well.", name: "Emma Williams", role: "Fitness Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boxer-trainer-having-conversation_23-2148426232.jpg", imageAlt: "Emma Williams"
},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -156,6 +166,7 @@ export default function LandingPage() {
tag="Flexible Pricing"
tagIcon={Zap}
tagAnimation="slide-up"
animationType="slide-up"
plans={[
{
id: "starter", badge: "Starter", badgeIcon: Sparkles,
@@ -164,7 +175,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"24/7 facility access", "Group fitness classes", "Monthly performance review", "Nutrition guidance"],
"24/7 facility access", "Group fitness classes", "Monthly performance review", "Nutrition guidance"
],
},
{
id: "pro", badge: "Pro", badgeIcon: Zap,
@@ -173,7 +185,8 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"Everything in Starter", "Personalized training program", "Biometric tracking & analytics", "2 coaching sessions weekly", "Priority recovery access"],
"Everything in Starter", "Personalized training program", "Biometric tracking & analytics", "2 coaching sessions weekly", "Priority recovery access"
],
},
{
id: "elite", badge: "Elite", badgeIcon: Crown,
@@ -182,10 +195,10 @@ export default function LandingPage() {
{ text: "Learn More", href: "#" },
],
features: [
"Everything in Pro", "Dedicated personal coach", "Custom sport-specific programs", "Unlimited coaching sessions", "Advanced recovery technology", "Exclusive athlete community"],
"Everything in Pro", "Dedicated personal coach", "Custom sport-specific programs", "Unlimited coaching sessions", "Advanced recovery technology", "Exclusive athlete community"
],
},
]}
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -201,8 +214,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Nike", "Adidas", "Gatorade", "Fitbit", "Lululemon", "Under Armour", "Red Bull"]}
speed={50}
"Nike", "Adidas", "Gatorade", "Fitbit", "Lululemon", "Under Armour", "Red Bull"
]}
speed={40}
showCard={true}
/>
</div>
@@ -240,4 +254,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fff5f5e6;
--primary-cta: #ff7a7a;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #ffffff;
--secondary-cta-text: #fff5f5e6;
--accent: #737373;
--background-accent: #737373;
--accent: #35c18b;
--background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);