Merge version_1 into main #2
@@ -3,9 +3,9 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import { ArrowRight } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,17 +26,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Find a Trainer",
|
||||
id: "/search",
|
||||
},
|
||||
name: "Find a Trainer", id: "/search"},
|
||||
{
|
||||
name: "For Trainers",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "For Trainers", id: "/pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
]}
|
||||
brandName="FITPRO"
|
||||
/>
|
||||
@@ -48,22 +42,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Verified Professionals",
|
||||
description: "Every trainer on FITPRO is vetted for certifications and experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-afro-american-sports-man-with-arms-folded-looking-camera_171337-8257.jpg?_wi=2",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Verified Professionals", description: "Every trainer on FITPRO is vetted for certifications and experience.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-afro-american-sports-man-with-arms-folded-looking-camera_171337-8257.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Personalized Matches",
|
||||
description: "Define your specific needs and let our system find your perfect coach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4084.jpg?_wi=2",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Personalized Matches", description: "Define your specific needs and let our system find your perfect coach.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-fit-sporty-girl-woman-black-sportswear-demostrate-her-strong-muscular-body-stretching_231208-4084.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Seamless Booking",
|
||||
description: "Direct access to real-time calendars and secure payment flows.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg?_wi=2",
|
||||
buttonIcon: "ArrowRight",
|
||||
title: "Seamless Booking", description: "Direct access to real-time calendars and secure payment flows.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
]}
|
||||
title="Elite Trainers Nationwide"
|
||||
@@ -80,81 +65,12 @@ export default function LandingPage() {
|
||||
description="View global performance metrics of our trainer community."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
title: "Success Rate",
|
||||
subtitle: "Monthly",
|
||||
category: "General",
|
||||
value: "98%",
|
||||
},
|
||||
id: "m1", title: "Success Rate", subtitle: "Monthly", category: "General", value: "98%"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "Active Trainers",
|
||||
subtitle: "Weekly",
|
||||
category: "Growth",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", title: "Active Trainers", subtitle: "Weekly", category: "Growth", value: "500+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "Find a Trainer",
|
||||
href: "/search",
|
||||
},
|
||||
{
|
||||
label: "For Trainers",
|
||||
href: "/pricing",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 FITPRO Technologies. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user