Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -29,23 +29,17 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Stats",
|
||||
id: "stats",
|
||||
},
|
||||
name: "Stats", id: "stats"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
]}
|
||||
brandName="IronCore Gym"
|
||||
button={{
|
||||
text: "Join Now", href: "#pricing"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,9 +49,7 @@ export default function LandingPage() {
|
||||
description="Transform your life with world-class facilities and expert training. Push your limits and achieve your goals."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Join Now", href: "#pricing"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/a-wide-angle-shot-of-a-modern-sleek-gym--1774702778453-d6a989fb.png"
|
||||
@@ -73,31 +65,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "12k+",
|
||||
title: "Happy Members",
|
||||
items: [
|
||||
"Active users",
|
||||
"Strong community",
|
||||
],
|
||||
id: "m1", value: "12k+", title: "Happy Members", items: [
|
||||
"Active users", "Strong community"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Expert Coaches",
|
||||
items: [
|
||||
"Certified pros",
|
||||
"Personal training",
|
||||
],
|
||||
id: "m2", value: "50+", title: "Expert Coaches", items: [
|
||||
"Certified pros", "Personal training"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Accessibility",
|
||||
items: [
|
||||
"Always open",
|
||||
"Top security",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Accessibility", items: [
|
||||
"Always open", "Top security"],
|
||||
},
|
||||
]}
|
||||
title="Gym Performance"
|
||||
@@ -113,23 +90,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Advanced Equipment",
|
||||
description: "State of the art machines for all muscle groups.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/a-close-up-photo-of-high-quality-gym-equ-1774702777934-879f54be.png",
|
||||
},
|
||||
id: "f1", title: "Advanced Equipment", description: "State of the art machines for all muscle groups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/a-close-up-photo-of-high-quality-gym-equ-1774702777934-879f54be.png"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Group Classes",
|
||||
description: "High-intensity training led by professional instructors.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/diverse-group-of-people-doing-a-fitness--1774702780892-d9fe01f6.png",
|
||||
},
|
||||
id: "f2", title: "Group Classes", description: "High-intensity training led by professional instructors.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/diverse-group-of-people-doing-a-fitness--1774702780892-d9fe01f6.png"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Recovery Zone",
|
||||
description: "Sauna, massage, and mobility tools for optimal recovery.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/luxury-gym-sauna-and-recovery-zone-minim-1774702777747-df538129.png",
|
||||
},
|
||||
id: "f3", title: "Recovery Zone", description: "Sauna, massage, and mobility tools for optimal recovery.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/luxury-gym-sauna-and-recovery-zone-minim-1774702777747-df538129.png"},
|
||||
]}
|
||||
title="Training Advantages"
|
||||
description="Why choose IronCore?"
|
||||
@@ -143,36 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Base",
|
||||
price: "$29/mo",
|
||||
subtitle: "Essential access",
|
||||
features: [
|
||||
"Gym floor access",
|
||||
"Locker room",
|
||||
],
|
||||
id: "p1", badge: "Base", price: "$29/mo", subtitle: "Essential access", features: [
|
||||
"Gym floor access", "Locker room"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Pro",
|
||||
price: "$59/mo",
|
||||
subtitle: "All-access pass",
|
||||
features: [
|
||||
"Class access",
|
||||
"Guest pass",
|
||||
"Recovery zone",
|
||||
],
|
||||
id: "p2", badge: "Pro", price: "$59/mo", subtitle: "All-access pass", features: [
|
||||
"Class access", "Guest pass", "Recovery zone"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Elite",
|
||||
price: "$99/mo",
|
||||
subtitle: "VIP experience",
|
||||
features: [
|
||||
"1-on-1 PT session",
|
||||
"Personal locker",
|
||||
"Priority support",
|
||||
],
|
||||
id: "p3", badge: "Elite", price: "$99/mo", subtitle: "VIP experience", features: [
|
||||
"1-on-1 PT session", "Personal locker", "Priority support"],
|
||||
},
|
||||
]}
|
||||
title="Membership Plans"
|
||||
@@ -188,45 +133,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex R.",
|
||||
role: "Pro Athlete",
|
||||
company: "IronCore",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-person-at-the-gym-1774702779245-4057bd35.png?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Alex R.", role: "Pro Athlete", company: "IronCore", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-person-at-the-gym-1774702779245-4057bd35.png"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah M.",
|
||||
role: "Fitness Lover",
|
||||
company: "IronCore",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-woman-at-the-gym-1774702779183-fcbcca3c.png",
|
||||
},
|
||||
id: "t2", name: "Sarah M.", role: "Fitness Lover", company: "IronCore", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-woman-at-the-gym-1774702779183-fcbcca3c.png"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "John D.",
|
||||
role: "Beginner",
|
||||
company: "IronCore",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-smiling-person-after-worko-1774702778528-6b7ea8b6.png",
|
||||
},
|
||||
id: "t3", name: "John D.", role: "Beginner", company: "IronCore", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-smiling-person-after-worko-1774702778528-6b7ea8b6.png"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena K.",
|
||||
role: "Yoga Pro",
|
||||
company: "IronCore",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-focused-individual-working-1774702777824-2286c1b3.png",
|
||||
},
|
||||
id: "t4", name: "Elena K.", role: "Yoga Pro", company: "IronCore", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-focused-individual-working-1774702777824-2286c1b3.png"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Marcus W.",
|
||||
role: "Powerlifter",
|
||||
company: "IronCore",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-person-at-the-gym-1774702779245-4057bd35.png?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Marcus W.", role: "Powerlifter", company: "IronCore", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BZhvhwnyomwonRxUDo2w3KKu25/portrait-of-a-fit-person-at-the-gym-1774702779245-4057bd35.png"},
|
||||
]}
|
||||
title="Member Success"
|
||||
description="Real stories from our community."
|
||||
@@ -237,29 +157,19 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#",
|
||||
},
|
||||
label: "FAQ", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user