Merge version_1 into main #2
214
src/app/page.tsx
214
src/app/page.tsx
@@ -30,28 +30,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Benefits",
|
||||
id: "benefits",
|
||||
},
|
||||
{
|
||||
name: "Trainers",
|
||||
id: "trainers",
|
||||
},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "pricing",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Benefits", id: "benefits" },
|
||||
{ name: "Trainers", id: "trainers" },
|
||||
{ name: "Membership", id: "pricing" },
|
||||
]}
|
||||
brandName="Lucky Gym"
|
||||
button={{
|
||||
text: "Join Now",
|
||||
href: "#pricing",
|
||||
}}
|
||||
button={{ text: "Join Now", href: "#pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,16 +45,10 @@ export default function LandingPage() {
|
||||
logoText="Lucky Gym Cilegon"
|
||||
description="Unleash your potential. Premium gym facility designed for power, motivation, and results."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#benefits",
|
||||
},
|
||||
{ text: "Join Membership", href: "#pricing" },
|
||||
{ text: "Learn More", href: "#benefits" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg"
|
||||
imageAlt="Lucky Gym Interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -80,26 +59,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Physical",
|
||||
title: "Get Stronger",
|
||||
subtitle: "Expert Guidance",
|
||||
description: "Build muscle and endurance with our professional equipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/strong-muscular-middle-age-man-posing-studio-isolated-grey_613910-979.jpg",
|
||||
},
|
||||
tag: "Physical", title: "Get Stronger", subtitle: "Expert Guidance", description: "Build muscle and endurance with our professional equipment.", imageSrc: "http://img.b2bpic.net/free-photo/strong-muscular-middle-age-man-posing-studio-isolated-grey_613910-979.jpg"},
|
||||
{
|
||||
tag: "Confidence",
|
||||
title: "Build Confidence",
|
||||
subtitle: "Mental Health",
|
||||
description: "Exercise improves your mind as much as your physique.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meditation-close-up-lotus-pose-with-bottle-water-fruits_140725-14132.jpg",
|
||||
},
|
||||
tag: "Confidence", title: "Build Confidence", subtitle: "Mental Health", description: "Exercise improves your mind as much as your physique.", imageSrc: "http://img.b2bpic.net/free-photo/meditation-close-up-lotus-pose-with-bottle-water-fruits_140725-14132.jpg"},
|
||||
{
|
||||
tag: "Health",
|
||||
title: "Total Health",
|
||||
subtitle: "Lifestyle Change",
|
||||
description: "Long term results through sustainable fitness practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doing-squats-is-her-favorite-exercise_329181-14112.jpg",
|
||||
},
|
||||
tag: "Health", title: "Total Health", subtitle: "Lifestyle Change", description: "Long term results through sustainable fitness practices.", imageSrc: "http://img.b2bpic.net/free-photo/doing-squats-is-her-favorite-exercise_329181-14112.jpg"},
|
||||
]}
|
||||
title="Why Lucky Gym?"
|
||||
description="Transform your life with our dedicated fitness programs."
|
||||
@@ -113,26 +77,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Fitness Coaches",
|
||||
members: [
|
||||
id: "g1", groupTitle: "Fitness Coaches", members: [
|
||||
{
|
||||
id: "t1",
|
||||
title: "Coach Andi",
|
||||
subtitle: "Bodybuilding Expert",
|
||||
detail: "Certified Trainer with 5 years experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", title: "Coach Andi", subtitle: "Bodybuilding Expert", detail: "Certified Trainer with 5 years experience.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Coach Siska",
|
||||
subtitle: "Pilates Master",
|
||||
detail: "Specialist in posture and mobility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg?_wi=2",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-performing-split_23-2147769010.jpg?_wi=2",
|
||||
imageAlt: "gym interior dark mode",
|
||||
id: "t2", title: "Coach Siska", subtitle: "Pilates Master", detail: "Specialist in posture and mobility.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-dumbbell_23-2149177956.jpg"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Elite Trainers"
|
||||
@@ -147,36 +97,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Popular",
|
||||
price: "Rp 300rb",
|
||||
subtitle: "Monthly Membership",
|
||||
buttons: [
|
||||
{
|
||||
text: "Pay Now",
|
||||
href: "/payment",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Full Gym Access",
|
||||
"Unlimited Classes",
|
||||
],
|
||||
id: "p1", badge: "Popular", price: "Rp 300rb", subtitle: "Monthly Membership", buttons: [{ text: "Pay Now", href: "/payment" }],
|
||||
features: ["Full Gym Access", "Unlimited Classes"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Best Value",
|
||||
price: "Rp 500rb",
|
||||
subtitle: "Personal Trainer",
|
||||
buttons: [
|
||||
{
|
||||
text: "Pay Now",
|
||||
href: "/payment",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"1-on-1 Sessions",
|
||||
"Nutritional Advice",
|
||||
],
|
||||
id: "p2", badge: "Best Value", price: "Rp 500rb", subtitle: "Personal Trainer", buttons: [{ text: "Pay Now", href: "/payment" }],
|
||||
features: ["1-on-1 Sessions", "Nutritional Advice"],
|
||||
},
|
||||
]}
|
||||
title="Membership Packages"
|
||||
@@ -191,45 +117,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Budi",
|
||||
handle: "@budi_fit",
|
||||
testimonial: "Best gym in Cilegon! Very clean.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Budi", handle: "@budi_fit", testimonial: "Best gym in Cilegon! Very clean.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ani",
|
||||
handle: "@ani_fit",
|
||||
testimonial: "Love the pilates sessions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Ani", handle: "@ani_fit", testimonial: "Love the pilates sessions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Caca",
|
||||
handle: "@caca_fit",
|
||||
testimonial: "Trainers are very helpful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Caca", handle: "@caca_fit", testimonial: "Trainers are very helpful.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dedi",
|
||||
handle: "@dedi_fit",
|
||||
testimonial: "Equipment is always complete.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Dedi", handle: "@dedi_fit", testimonial: "Equipment is always complete.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Eka",
|
||||
handle: "@eka_fit",
|
||||
testimonial: "Great atmosphere to workout.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Eka", handle: "@eka_fit", testimonial: "Great atmosphere to workout.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-sport-outfit-holding-white-sign_140725-85436.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Member Stories"
|
||||
@@ -243,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Is Pilates included?",
|
||||
content: "Yes, we have specialized Pilates classes available.",
|
||||
},
|
||||
id: "f1", title: "Is Pilates included?", content: "Yes, we have specialized Pilates classes available."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there parking spots?",
|
||||
content: "We have plenty of parking for members.",
|
||||
},
|
||||
id: "f2", title: "Are there parking spots?", content: "We have plenty of parking for members."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I get a personal trainer?",
|
||||
content: "Yes, we have world-class personal trainers ready.",
|
||||
},
|
||||
id: "f3", title: "Can I get a personal trainer?", content: "Yes, we have world-class personal trainers ready."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cleaning-solution-with-weights-gym_23-2148766077.jpg"
|
||||
title="Common Questions"
|
||||
@@ -271,21 +163,11 @@ export default function LandingPage() {
|
||||
title="Contact Us"
|
||||
description="Ready to transform your body? Reach out today."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Name" },
|
||||
{ name: "email", type: "email", placeholder: "Email" },
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us how we can help",
|
||||
}}
|
||||
name: "message", placeholder: "Tell us how we can help"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-training-together-with-weight-lifting_23-2149307958.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -295,29 +177,15 @@ export default function LandingPage() {
|
||||
logoText="Lucky Gym Cilegon"
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
{
|
||||
label: "Benefits",
|
||||
href: "#benefits",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
title: "Menu", items: [
|
||||
{ label: "Benefits", href: "#benefits" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Chat Admin",
|
||||
href: "https://wa.me/628123456789",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Chat Admin", href: "https://wa.me/628123456789" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user