|
|
|
|
@@ -10,53 +10,56 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
|
|
|
|
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|
|
|
|
import FaqBase from "@/components/sections/faq/FaqBase";
|
|
|
|
|
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
|
|
|
|
import { Award, HelpCircle, Layers, Moon, Shield, Snowflake, TrendingUp, Zap } from "lucide-react";
|
|
|
|
|
import { Award, HelpCircle, Layers, Moon, Shield, Snowflake, TrendingUp, Zap, CheckCircle, ShoppingCart } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="icon-arrow"
|
|
|
|
|
defaultTextAnimation="background-highlight"
|
|
|
|
|
borderRadius="rounded"
|
|
|
|
|
contentWidth="small"
|
|
|
|
|
sizing="medium"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
cardStyle="solid"
|
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
|
secondaryButtonStyle="radial-glow"
|
|
|
|
|
headingFontWeight="medium"
|
|
|
|
|
defaultButtonVariant="hover-magnetic"
|
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="largeSmallSizeLargeTitles"
|
|
|
|
|
background="fluid"
|
|
|
|
|
cardStyle="glass-elevated"
|
|
|
|
|
primaryButtonStyle="radial-glow"
|
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
|
headingFontWeight="bold"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
brandName="Elite Recovery"
|
|
|
|
|
brandName="Revlo"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Features", id: "features" },
|
|
|
|
|
{ name: "Products", id: "features" },
|
|
|
|
|
{ name: "Why Revlo", id: "about" },
|
|
|
|
|
{ name: "Results", id: "metrics" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "FAQ", id: "faq" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboardGallery
|
|
|
|
|
title="Elite Recovery for Elite Athletes"
|
|
|
|
|
description="Science-backed recovery solutions designed to accelerate performance, reduce fatigue, and optimize athletic potential. Train harder, recover smarter."
|
|
|
|
|
title="Revlo Recovery. Engineered for Performance."
|
|
|
|
|
description="Premium recovery solutions designed for athletes who demand more. Scientifically formulated to accelerate muscle adaptation, reduce inflammation, and maximize training efficiency. Elite performance starts with elite recovery."
|
|
|
|
|
tag="Premium Recovery"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-athlete-doing-stretching-exercises-nature-sunset_637285-4335.jpg", imageAlt: "elite athlete recovery performance training sports"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/african-american-female-athlete-doing-stretching-exercises-nature-sunset_637285-4335.jpg", imageAlt: "elite athlete recovery performance training sports"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255816.jpg", imageAlt: "compression gear recovery equipment athlete performance"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255816.jpg", imageAlt: "compression gear recovery equipment athlete performance"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg", imageAlt: "recovery tools athlete equipment performance gear"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/healthy-lifestyle-dumbbell-smart-watch-fruit_1387-200.jpg", imageAlt: "recovery tools athlete equipment performance gear"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Explore Solutions", href: "features" },
|
|
|
|
|
{ text: "Learn More", href: "about" },
|
|
|
|
|
{ text: "Buy Recovery Kit", href: "features" },
|
|
|
|
|
{ text: "Discover Science", href: "about" },
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="blur-reveal"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
@@ -67,56 +70,65 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<TextSplitAbout
|
|
|
|
|
title="About Elite Recovery"
|
|
|
|
|
title="Precision Recovery for Precision Performance"
|
|
|
|
|
description={[
|
|
|
|
|
"We understand that elite athletes demand more than standard recovery products. Our brand is built on scientific research, athlete feedback, and a relentless commitment to innovation in recovery technology.", "Every product in our lineup is engineered to maximize muscle recovery, reduce inflammation, and accelerate adaptation—giving you the competitive edge you need to perform at your peak."]}
|
|
|
|
|
buttons={[{ text: "Discover Our Story", href: "#" }]}
|
|
|
|
|
"Revlo isn't just another recovery brand. We're obsessed with the science. Our research team works exclusively with elite athletes to engineer products that deliver measurable results—faster muscle recovery, reduced inflammation, optimized adaptation.", "Every formulation in the Revlo collection has been rigorously tested and validated. We combine cutting-edge sports science with premium ingredients, creating recovery solutions that set a new standard in athletic performance."
|
|
|
|
|
]}
|
|
|
|
|
buttons={[{ text: "Read Our Story", href: "#" }]}
|
|
|
|
|
showBorder={true}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="features" data-section="features">
|
|
|
|
|
<FeatureCardTwentyFive
|
|
|
|
|
title="Our Recovery Solutions"
|
|
|
|
|
description="Comprehensive tools designed to address every aspect of athletic recovery and performance optimization."
|
|
|
|
|
tag="Performance Tools"
|
|
|
|
|
title="Revlo Product Ecosystem"
|
|
|
|
|
description="A complete recovery system designed to work synergistically, addressing every physiological need for elite athletic performance."
|
|
|
|
|
tag="Performance Science"
|
|
|
|
|
tagIcon={Zap}
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
title: "Cryotherapy & Cold Exposure", description: "Advanced cold therapy technology to reduce inflammation and accelerate muscle recovery in minutes.", icon: Snowflake,
|
|
|
|
|
title: "Cryogenic Recovery Formula", description: "Advanced cold-therapy supplement stack engineered to reduce inflammatory markers and accelerate muscle repair at the cellular level.", icon: Snowflake,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001029.jpg?_wi=1", imageAlt: "ice bath cold therapy recovery athlete performance"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001029.jpg?_wi=1", imageAlt: "ice bath cold therapy recovery athlete performance"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001029.jpg?_wi=2", imageAlt: "ice bath cold therapy recovery athlete performance"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_23-2148001029.jpg?_wi=2", imageAlt: "ice bath cold therapy recovery athlete performance"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Percussion Massage", description: "Deep tissue recovery through targeted percussion massage therapy for enhanced blood flow and muscle activation.", icon: Zap,
|
|
|
|
|
title: "Neural Recovery Complex", description: "Proprietary blend targeting nervous system recovery and parasympathetic activation for enhanced adaptation and reduced training stress.", icon: Zap,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-massage-gun-neck_23-2149407527.jpg?_wi=1", imageAlt: "massage therapy recovery athlete massage gun wellness"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-massage-gun-neck_23-2149407527.jpg?_wi=1", imageAlt: "massage therapy recovery athlete massage gun wellness"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-massage-gun-neck_23-2149407527.jpg?_wi=2", imageAlt: "massage therapy recovery athlete massage gun wellness"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-using-massage-gun-neck_23-2149407527.jpg?_wi=2", imageAlt: "massage therapy recovery athlete massage gun wellness"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Compression Therapy", description: "Premium compression wear and devices engineered to optimize blood circulation and reduce muscle soreness post-training.", icon: Layers,
|
|
|
|
|
title: "Amino Acid Recovery Matrix", description: "Premium branched-chain amino acid complex optimized for muscle protein synthesis and rapid recovery between training sessions.", icon: Layers,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-jumping-rope_23-2147778538.jpg?_wi=1", imageAlt: "compression therapy recovery wear athlete performance gear"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-jumping-rope_23-2147778538.jpg?_wi=1", imageAlt: "compression therapy recovery wear athlete performance gear"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-jumping-rope_23-2147778538.jpg?_wi=2", imageAlt: "compression therapy recovery wear athlete performance gear"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-jumping-rope_23-2147778538.jpg?_wi=2", imageAlt: "compression therapy recovery wear athlete performance gear"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Sleep Optimization", description: "Recovery doesn't stop when you rest. Our sleep technology maximizes restorative sleep for peak daytime performance.", icon: Moon,
|
|
|
|
|
title: "Sleep Optimization Protocol", description: "Clinically-formulated sleep support system designed to enhance sleep quality and maximize nocturnal recovery and adaptation.", icon: Moon,
|
|
|
|
|
mediaItems: [
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wake-up-asleep-girl-stopping-alarm-clock-bed-morning-woman-sleeping-wake-up-turn-off-alarm-clock-morning_657921-684.jpg?_wi=1", imageAlt: "sleep recovery athlete sleeping rest performance wellness"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wake-up-asleep-girl-stopping-alarm-clock-bed-morning-woman-sleeping-wake-up-turn-off-alarm-clock-morning_657921-684.jpg?_wi=1", imageAlt: "sleep recovery athlete sleeping rest performance wellness"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wake-up-asleep-girl-stopping-alarm-clock-bed-morning-woman-sleeping-wake-up-turn-off-alarm-clock-morning_657921-684.jpg?_wi=2", imageAlt: "sleep recovery athlete sleeping rest performance wellness"},
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/wake-up-asleep-girl-stopping-alarm-clock-bed-morning-woman-sleeping-wake-up-turn-off-alarm-clock-morning_657921-684.jpg?_wi=2", imageAlt: "sleep recovery athlete sleeping rest performance wellness"
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
@@ -130,42 +142,53 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
|
|
|
<MetricCardEleven
|
|
|
|
|
title="Proven Results"
|
|
|
|
|
description="Elite athletes worldwide trust our recovery solutions to maximize performance gains and minimize downtime."
|
|
|
|
|
title="Clinical Results"
|
|
|
|
|
description="Data-driven proof that Revlo delivers measurable performance advantages for elite athletes worldwide."
|
|
|
|
|
tag="Performance Data"
|
|
|
|
|
tagIcon={TrendingUp}
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", value: "47%", title: "Faster Recovery", description: "Average reduction in muscle soreness compared to standard recovery methods", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-tennis-video-clip-digital-device_53876-14565.jpg", imageAlt: "athlete training performance metrics data tracking sports analytics"},
|
|
|
|
|
id: "1", value: "52%", title: "Faster Recovery", description: "Average reduction in DOMS and inflammatory markers in clinical trials", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-tennis-video-clip-digital-device_53876-14565.jpg", imageAlt: "athlete training performance metrics data tracking sports analytics"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", value: "10,000+", title: "Elite Athletes", description: "Professional athletes worldwide rely on our recovery solutions daily", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg", imageAlt: "athlete achievement success performance results training outcome"},
|
|
|
|
|
id: "2", value: "8,500+", title: "Elite Athletes", description: "Professional athletes across 45+ countries integrated Revlo into training protocols", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg?_wi=1", imageAlt: "athlete achievement success performance results training outcome"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", value: "98.7%", title: "Satisfaction Rate", description: "Elite athletes report significant performance improvements and recommend to teammates", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-athlete-group-ready-run-focus-african-man_171337-10570.jpg?_wi=2", imageAlt: "satisfied athlete customer satisfaction performance excellence"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
|
|
|
<TestimonialCardTwo
|
|
|
|
|
title="What Elite Athletes Say"
|
|
|
|
|
description="Hear directly from professional athletes who have transformed their recovery protocols with our solutions."
|
|
|
|
|
title="Trusted by Champions"
|
|
|
|
|
description="Hear from elite athletes who've integrated Revlo into their competitive training protocols and achieved breakthrough results."
|
|
|
|
|
tag="Athlete Stories"
|
|
|
|
|
tagIcon={Award}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Marcus Johnson", role: "Professional Sprinter", testimonial: "Elite Recovery's cryotherapy system gave me the competitive edge I needed. My recovery time improved dramatically, allowing me to train harder and perform better.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Marcus Johnson"},
|
|
|
|
|
id: "1", name: "Marcus Johnson", role: "Professional Sprinter", testimonial: "Revlo's formulation is next level. My recovery metrics improved dramatically—reduced inflammation, better sleep, faster adaptation. This is the competitive edge I needed.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=1", imageAlt: "Marcus Johnson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Sarah Chen", role: "Professional Soccer Player", testimonial: "The compression therapy combined with their sleep optimization protocol has been transformative. I'm stronger, faster, and more resilient than ever before.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Sarah Chen"},
|
|
|
|
|
id: "2", name: "Sarah Chen", role: "Professional Soccer Player", testimonial: "The Neural Recovery Complex changed everything. I'm training harder, recovering faster, and performing at a level I didn't think was possible. Revlo is essential to my protocol.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=2", imageAlt: "Sarah Chen"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "James Mitchell", role: "Elite CrossFit Athlete", testimonial: "Recovery is where champions are built. Elite Recovery's tools allow me to push harder during training while maintaining peak performance levels.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "James Mitchell"},
|
|
|
|
|
id: "3", name: "James Mitchell", role: "Elite CrossFit Athlete", testimonial: "Revlo's amino acid matrix is scientifically superior to anything else I've tested. Muscle soreness is practically eliminated, and my strength gains have accelerated significantly.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=3", imageAlt: "James Mitchell"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Victoria Rodriguez", role: "Professional Swimmer", testimonial: "The scientific approach to recovery at Elite Recovery separates them from everyone else. My times have improved, and I feel stronger than ever.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=4", imageAlt: "Victoria Rodriguez"},
|
|
|
|
|
id: "4", name: "Victoria Rodriguez", role: "Professional Swimmer", testimonial: "The sleep optimization protocol from Revlo gave me back recovery quality I was missing. Combined with their other products, my entire training efficiency improved dramatically.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=4", imageAlt: "Victoria Rodriguez"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Alex Thompson", role: "Professional Runner", testimonial: "Elite Recovery's holistic approach addresses every aspect of athletic recovery. This is the real deal for serious athletes.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=5", imageAlt: "Alex Thompson"},
|
|
|
|
|
id: "5", name: "Alex Thompson", role: "Professional Runner", testimonial: "I've tested every recovery product on the market. Revlo stands apart because it's backed by real science and delivers measurable results. This is professional-grade recovery.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=5", imageAlt: "Alex Thompson"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Emma Williams", role: "Professional Tennis Player", testimonial: "Their percussion massage and compression therapy are game-changers. I'm able to maintain peak performance throughout the entire season.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=6", imageAlt: "Emma Williams"},
|
|
|
|
|
id: "6", name: "Emma Williams", role: "Professional Tennis Player", testimonial: "Revlo's complete ecosystem approach is game-changing. Every product works synergistically, and my overall athletic performance has reached new heights. Highly recommend to any serious athlete.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-athletic-man-black-background_613910-9870.jpg?_wi=6", imageAlt: "Emma Williams"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
animationType="scale-rotate"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
@@ -177,16 +200,18 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="social-proof" data-section="social-proof">
|
|
|
|
|
<SocialProofOne
|
|
|
|
|
title="Trusted by Elite Athletes Worldwide"
|
|
|
|
|
description="Top athletic brands and organizations depend on Elite Recovery to optimize their athlete performance and recovery protocols."
|
|
|
|
|
title="Endorsed by Elite Sports Organizations"
|
|
|
|
|
description="Leading athletic brands, professional teams, and sports organizations depend on Revlo to optimize recovery and performance protocols."
|
|
|
|
|
tag="Industry Leaders"
|
|
|
|
|
tagIcon={Shield}
|
|
|
|
|
names={[
|
|
|
|
|
"Nike Performance", "Adidas Athlete Line", "Puma Sports", "Reebok Elite", "Under Armour Pro", "New Balance Athletes", "ASICS Sport", "Brooks Running"]}
|
|
|
|
|
"Nike Athletes", "Adidas Elite", "Puma Sports", "Reebok Pro", "Under Armour", "New Balance Elite", "ASICS Pro", "Brooks Running"
|
|
|
|
|
]}
|
|
|
|
|
logos={[
|
|
|
|
|
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-pitbull-esport-logo_23-2150524257.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/hd-monogram-logo-template_23-2150206047.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/crossfit-motivational-emblem-flat-style_23-2148218135.jpg"]}
|
|
|
|
|
"http://img.b2bpic.net/free-vector/soccer-logo-template_23-2149588679.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-pitbull-esport-logo_23-2150524257.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/hd-monogram-logo-template_23-2150206047.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/abstract-silhouette-sport-logo-flat-design_23-2148220451.jpg", "http://img.b2bpic.net/free-vector/crossfit-motivational-emblem-flat-style_23-2148218135.jpg"
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
speed={40}
|
|
|
|
|
@@ -196,23 +221,29 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
|
<FaqBase
|
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
description="Get answers to common questions about Elite Recovery solutions and how they can optimize your athletic performance."
|
|
|
|
|
title="Recovery Science FAQ"
|
|
|
|
|
description="Get answers to your questions about Revlo recovery solutions and how they optimize athletic performance."
|
|
|
|
|
tag="Support"
|
|
|
|
|
tagIcon={HelpCircle}
|
|
|
|
|
faqs={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "What makes Elite Recovery different from standard recovery products?", content: "Elite Recovery combines cutting-edge science with athlete-tested protocols. Our solutions are engineered specifically for elite performance, focusing on reducing inflammation, accelerating muscle adaptation, and optimizing sleep quality. Every product undergoes rigorous testing with professional athletes."},
|
|
|
|
|
id: "1", title: "What makes Revlo different from other recovery supplements?", content: "Revlo combines premium ingredients with rigorous scientific validation. Every formula is researched exclusively with elite athletes, tested in clinical settings, and engineered for measurable performance gains. We don't follow trends—we set standards."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", title: "How quickly will I see results?", content: "Most athletes notice improved recovery within 1-2 weeks of consistent use. Significant performance gains typically appear within 4-6 weeks as your body adapts to optimal recovery protocols. Results vary based on training intensity and individual physiology."},
|
|
|
|
|
id: "2", title: "How quickly will I notice results?", content: "Most athletes report improved recovery markers within 3-5 days of consistent use. Significant performance improvements typically appear within 2-3 weeks as your body adapts to optimized recovery protocols. Individual results vary based on training intensity and baseline physiology."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Are Elite Recovery products safe for all athletes?", content: "Yes, our products are designed for all performance levels. However, we recommend consulting with your coach or trainer before beginning any new recovery protocol, especially if you have existing injuries or medical conditions."},
|
|
|
|
|
id: "3", title: "Are Revlo products safe for all athletes?", content: "Yes, Revlo products are formulated for athletes of all performance levels. All ingredients are tested for purity and compliance with anti-doping standards. Consult with your coach or sports medicine professional before beginning any new recovery protocol."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", title: "Can I use multiple Elite Recovery solutions together?", content: "Absolutely. Our recovery solutions are designed to work synergistically. Combining cryotherapy, compression therapy, percussion massage, and optimized sleep creates a comprehensive recovery protocol that maximizes results."},
|
|
|
|
|
id: "4", title: "Can I use multiple Revlo products together?", content: "Absolutely. The Revlo ecosystem is engineered with synergistic formulations. Combining our Cryogenic Recovery Formula, Neural Recovery Complex, Amino Acid Matrix, and Sleep Optimization Protocol creates a comprehensive recovery system that maximizes adaptation and performance."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", title: "How much recovery time do I need between training sessions?", content: "With Elite Recovery solutions, most athletes can reduce recovery time by 30-50%. This allows for more frequent training sessions and higher training volumes while maintaining peak performance and reducing injury risk."},
|
|
|
|
|
id: "5", title: "How does Revlo compare to cold therapy and other methods?", content: "Revlo supplements support cold therapy and other recovery methods through internal biochemistry optimization. Our formulations work at the cellular level to reduce inflammation and accelerate adaptation—complementing your existing recovery protocols for superior results."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", title: "What's the best time to use Elite Recovery products?", content: "Optimal recovery happens post-training when muscles are most receptive. We recommend starting your recovery protocol within 30 minutes of finishing intense training for maximum benefit."},
|
|
|
|
|
id: "6", title: "What's the optimal timing for Revlo supplements?", content: "Post-training is ideal when muscles are most receptive to recovery support. Most athletes see best results starting within 30-60 minutes after intense training. For sleep optimization, take 30-45 minutes before bed. Consistency matters more than perfect timing."
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
@@ -230,25 +261,25 @@ export default function LandingPage() {
|
|
|
|
|
{
|
|
|
|
|
title: "Navigate", items: [
|
|
|
|
|
{ label: "Home", href: "/" },
|
|
|
|
|
{ label: "Products", href: "#features" },
|
|
|
|
|
{ label: "About", href: "#about" },
|
|
|
|
|
{ label: "Features", href: "#features" },
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
{ label: "Contact", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Solutions", items: [
|
|
|
|
|
{ label: "Cryotherapy", href: "#features" },
|
|
|
|
|
{ label: "Massage Therapy", href: "#features" },
|
|
|
|
|
{ label: "Compression", href: "#features" },
|
|
|
|
|
{ label: "Cryogenic Recovery", href: "#features" },
|
|
|
|
|
{ label: "Neural Recovery", href: "#features" },
|
|
|
|
|
{ label: "Amino Acid Matrix", href: "#features" },
|
|
|
|
|
{ label: "Sleep Optimization", href: "#features" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: "Company", items: [
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
title: "Resources", items: [
|
|
|
|
|
{ label: "About Revlo", href: "#about" },
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
|
|
|
{ label: "Blog", href: "#" },
|
|
|
|
|
{ label: "Careers", href: "#" },
|
|
|
|
|
{ label: "Science", href: "#" },
|
|
|
|
|
{ label: "Athletes", href: "#" },
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -259,8 +290,8 @@ export default function LandingPage() {
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2025 Elite Recovery. All rights reserved."
|
|
|
|
|
bottomRightText="Engineered for Champions"
|
|
|
|
|
bottomLeftText="© 2025 Revlo Recovery. All rights reserved."
|
|
|
|
|
bottomRightText="Premium Recovery Science"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
|