Merge version_2 into main #5
@@ -11,7 +11,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,9 +64,11 @@ export default function LandingPage() {
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
title="PREMIUM FITNESS SUITE"
|
||||
description="Top-tier equipment and personalized coaching."
|
||||
textboxLayout="split"
|
||||
animationType="blur-reveal"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "s1", title: "Personalized Coaching", description: "Tailored 1-on-1 plans for maximum gain.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/person-doing-yoga-in-a-dimly-lit-high-en-1774691937788-82b63ef7.png" },
|
||||
{ id: "s2", title: "Strength Sanctuary", description: "Pro-grade equipment for heavy lifting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-shot-of-heavy-weight-plates-on--1774691936941-d34a443f.png" },
|
||||
@@ -79,8 +80,10 @@ export default function LandingPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
title="MEET THE ELITE"
|
||||
description="The professionals guiding your journey."
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{ id: "t1", name: "Alex Rivers", role: "Lead Coach", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-fitness-trainer-portrait-at-1774691937034-f61ae64b.png" },
|
||||
{ id: "t2", name: "Sarah Chen", role: "HIIT Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/female-fitness-instructor-athletic-smili-1774691937327-d2c02137.png" },
|
||||
@@ -92,8 +95,10 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="CHOOSE YOUR INTENSITY"
|
||||
description="Select the plan that matches your goals."
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", name: "Core", price: "$49", features: ["Access all areas", "Free locker access"], buttons: [{ text: "Get Started", href: "#contact" }] },
|
||||
{ id: "p2", name: "Pro", price: "$99", features: ["Access all areas", "Unlimited group classes", "1 PT session"], buttons: [{ text: "Select Pro", href: "#contact" }] },
|
||||
@@ -105,8 +110,9 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="WHAT OUR ATHLETES SAY"
|
||||
animationType="blur-reveal"
|
||||
description="Real stories of transformation from our community."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "John D.", date: "May 2024", title: "Total Transformation", quote: "The intensity here is unmatched. I've never felt stronger.", tag: "Elite", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/close-up-professional-headshot-of-a-happ-1774691936925-cd8a8513.png?_wi=1" },
|
||||
{ id: "t2", name: "Jane S.", date: "June 2024", title: "Supportive Community", quote: "The trainers truly care about your form and progress.", tag: "Pro", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZLp4BmfAHuWfweAOsfhB6INWK/professional-headshot-of-an-athletic-wom-1774691937445-9b994c0f.png" }
|
||||
@@ -118,6 +124,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
title="CLAIM YOUR PASS"
|
||||
description="Secure your place in the most elite fitness community in the city."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Full Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email Address" }
|
||||
|
||||
Reference in New Issue
Block a user