Merge version_1 into main #2
302
src/app/page.tsx
302
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Training",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "#pricing",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Training", id: "#features" },
|
||||
{ name: "Membership", id: "#pricing" },
|
||||
{ name: "Team", id: "#team" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="T7 Fitness"
|
||||
/>
|
||||
@@ -59,41 +44,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background="floatingGradient"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
title="Train for the Triumph"
|
||||
description="Premium fitness studio in Tashkent. Elevate your potential with professional guidance and world-class equipment."
|
||||
tag="Fitness Studio T7"
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "Contact Trainer",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Join Now", href: "#pricing" },
|
||||
{ text: "Contact Trainer", href: "#contact" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-jk32n69m.png?_wi=1",
|
||||
imageAlt: "Gym Trainer",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png?_wi=1",
|
||||
imageAlt: "Gym Interior",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-h3",
|
||||
imageAlt: "Strength training area",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-h4",
|
||||
imageAlt: "Group class session",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://hero-h5",
|
||||
imageAlt: "Locker room facility",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-jk32n69m.png", imageAlt: "Gym Trainer" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png", imageAlt: "Gym Interior" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -109,7 +70,7 @@ export default function LandingPage() {
|
||||
description="T7 Fitness Studio offers a premium atmosphere for those dedicated to their health and physique. Located in the heart of Tashkent City, we provide a space built for results."
|
||||
subdescription="Open daily with extended hours to fit your schedule."
|
||||
icon={Activity}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-8g8hy20w.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-8g8hy20w.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -121,68 +82,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strength Training",
|
||||
description: "Build muscle and improve bone density with high-end ZIVA equipment.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png?_wi=2",
|
||||
imageAlt: "Strength",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Hypertrophy focus",
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
text: "Professional gear",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-jk32n69m.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
title: "Strength Training", description: "Build muscle and improve bone density with high-end ZIVA equipment.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png", imageAlt: "Strength" },
|
||||
items: [{ icon: Zap, text: "Hypertrophy focus" }, { icon: Award, text: "Professional gear" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Functional Training",
|
||||
description: "CrossFit-inspired workouts to enhance your daily performance.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-8g8hy20w.png?_wi=2",
|
||||
imageAlt: "Functional",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: RefreshCw,
|
||||
text: "High intensity",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
text: "Agility drills",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=553sn6&_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
title: "Functional Training", description: "CrossFit-inspired workouts to enhance your daily performance.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-8g8hy20w.png", imageAlt: "Functional" },
|
||||
items: [{ icon: RefreshCw, text: "High intensity" }, { icon: TrendingUp, text: "Agility drills" }],
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Yoga & Pilates",
|
||||
description: "Recovery and flexibility sessions for a balanced body.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dwy1hg&_wi=1",
|
||||
imageAlt: "Yoga",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Heart,
|
||||
text: "Stress management",
|
||||
},
|
||||
{
|
||||
icon: Sun,
|
||||
text: "Mind-body balance",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilzkuv&_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
title: "Yoga & Pilates", description: "Recovery and flexibility sessions for a balanced body.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dwy1hg", imageAlt: "Yoga" },
|
||||
items: [{ icon: Heart, text: "Stress management" }, { icon: Sun, text: "Mind-body balance" }],
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Programs & Services"
|
||||
description="Comprehensive training solutions adapted to your unique goals."
|
||||
@@ -196,53 +109,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Basic Gym Access",
|
||||
price: "320,000 SUM",
|
||||
period: "monthly",
|
||||
features: [
|
||||
"Open gym access",
|
||||
"Locker room",
|
||||
"Free weights",
|
||||
],
|
||||
button: {
|
||||
text: "Join Now",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=553sn6&_wi=2",
|
||||
imageAlt: "fitness trainer portrait",
|
||||
id: "basic", title: "Basic Gym Access", price: "320,000 SUM", period: "monthly", features: ["Open gym access", "Locker room", "Free weights"],
|
||||
button: { text: "Join Now" },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=553sn6", imageAlt: "fitness trainer portrait"
|
||||
},
|
||||
{
|
||||
id: "classes",
|
||||
title: "Group Classes",
|
||||
price: "250,000 SUM",
|
||||
period: "monthly",
|
||||
features: [
|
||||
"All group sessions",
|
||||
"Expert instructors",
|
||||
"Community",
|
||||
],
|
||||
button: {
|
||||
text: "Join Now",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-jk32n69m.png?_wi=3",
|
||||
imageAlt: "fitness trainer portrait",
|
||||
id: "classes", title: "Group Classes", price: "250,000 SUM", period: "monthly", features: ["All group sessions", "Expert instructors", "Community"],
|
||||
button: { text: "Join Now" },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-jk32n69m.png", imageAlt: "fitness trainer portrait"
|
||||
},
|
||||
{
|
||||
id: "personal",
|
||||
title: "Personal Training",
|
||||
price: "860,000 SUM",
|
||||
period: "monthly",
|
||||
features: [
|
||||
"1 on 1 coaching",
|
||||
"Custom meal plans",
|
||||
"Progress tracking",
|
||||
],
|
||||
button: {
|
||||
text: "Contact Trainer",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png?_wi=3",
|
||||
imageAlt: "fitness trainer portrait",
|
||||
},
|
||||
id: "personal", title: "Personal Training", price: "860,000 SUM", period: "monthly", features: ["1 on 1 coaching", "Custom meal plans", "Progress tracking"],
|
||||
button: { text: "Contact Trainer" },
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DDwbUQ6bKFKnIiQTjHUtgHddze/uploaded-1778265298595-lq47a6hh.png", imageAlt: "fitness trainer portrait"
|
||||
}
|
||||
]}
|
||||
title="Membership Plans"
|
||||
description="Transparent pricing for your fitness journey."
|
||||
@@ -257,11 +137,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Aleks",
|
||||
role: "Head Trainer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=553sn6&_wi=3",
|
||||
},
|
||||
id: "t1", name: "Aleks", role: "Head Trainer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=553sn6"
|
||||
}
|
||||
]}
|
||||
title="Our Expert Trainers"
|
||||
description="Meet Aleks, our head trainer with 8 years of experience and NASM certification."
|
||||
@@ -272,31 +149,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah K.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dwy1hg&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilzkuv&_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena V.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u3t5jn",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Damir S.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h9gpeg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olga T.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=00kuer",
|
||||
},
|
||||
{ id: "1", name: "Sarah K.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dwy1hg" },
|
||||
{ id: "2", name: "Mark D.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilzkuv" },
|
||||
{ id: "3", name: "Elena V.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=u3t5jn" },
|
||||
{ id: "4", name: "Damir S.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h9gpeg" },
|
||||
{ id: "5", name: "Olga T.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=00kuer" }
|
||||
]}
|
||||
cardTitle="Client Success"
|
||||
cardTag="Testimonials"
|
||||
@@ -309,21 +166,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Working Hours",
|
||||
content: "Mon-Tue-Wed-Thu-Fri-Sat: 07:00–23:00, Sun: 10:00–18:00.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Languages",
|
||||
content: "We offer coaching in both Uzbek and Russian.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Free Trial",
|
||||
content: "Yes, we offer free trials for new members. Contact us to book.",
|
||||
},
|
||||
{ id: "q1", title: "Working Hours", content: "Mon-Tue-Wed-Thu-Fri-Sat: 07:00–23:00, Sun: 10:00–18:00." },
|
||||
{ id: "q2", title: "Languages", content: "We offer coaching in both Uzbek and Russian." },
|
||||
{ id: "q3", title: "Free Trial", content: "Yes, we offer free trials for new members. Contact us to book." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about starting at T7 Fitness."
|
||||
@@ -337,25 +182,10 @@ export default function LandingPage() {
|
||||
title="Ready to Start?"
|
||||
description="Contact T7 Fitness Club for membership inquiries or to book your trainer."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, required: true }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=av0k07"
|
||||
/>
|
||||
</div>
|
||||
@@ -365,40 +195,22 @@ export default function LandingPage() {
|
||||
logoText="T7 Fitness Club"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
],
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Membership", href: "#pricing" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "+998901787878",
|
||||
href: "tel:+998901787878",
|
||||
},
|
||||
{
|
||||
label: "Telegram",
|
||||
href: "https://t.me/T7fitnessclub",
|
||||
},
|
||||
],
|
||||
title: "Contact", items: [
|
||||
{ label: "+998901787878", href: "tel:+998901787878" },
|
||||
{ label: "Telegram", href: "https://t.me/T7fitnessclub" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Socials",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://www.instagram.com/t7_fitness_studio",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "Socials", items: [
|
||||
{ label: "Instagram", href: "https://www.instagram.com/t7_fitness_studio" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2024 T7 Fitness Studio"
|
||||
/>
|
||||
@@ -406,4 +218,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user