Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
244
src/app/page.tsx
244
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "#facilities",
|
||||
},
|
||||
name: "Facilities", id: "#facilities"},
|
||||
{
|
||||
name: "Membership",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Membership", id: "#pricing"},
|
||||
]}
|
||||
brandName="THUNDER CORE"
|
||||
/>
|
||||
@@ -50,64 +44,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="FORGE YOUR LEGACY."
|
||||
description="Asansol's most elite iron facility. Real weights. Real results."
|
||||
description="Stop training for a gym membership and start training for a transformation. Build the strength, physique, and discipline that separates the ordinary from the elite."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500569.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/black-white-portrait-athlete-participating-olympic-championship-sports_23-2151500569.jpg", alt: "Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-sporty-muscular-middle-age-male-with-shaved-chest_613910-1892.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-sporty-muscular-middle-age-male-with-shaved-chest_613910-1892.jpg", alt: "Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-with-cloud-talc-around-dark-background_613910-15110.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-with-cloud-talc-around-dark-background_613910-15110.jpg", alt: "Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/view-man-practicing-rock-climbing-bouldering-wall_23-2151724730.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/view-man-practicing-rock-climbing-bouldering-wall_23-2151724730.jpg", alt: "Member"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg",
|
||||
alt: "Member",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-training-gym_23-2150007130.jpg", alt: "Member"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "SECURE YOUR MEMBERSHIP",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "SECURE YOUR MEMBERSHIP", href: "#pricing"},
|
||||
{
|
||||
text: "WhatsApp Us",
|
||||
href: "https://wa.link/yourlink",
|
||||
},
|
||||
text: "WhatsApp Us", href: "https://wa.link/yourlink"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "UNCOMPROMISING IRON",
|
||||
},
|
||||
type: "text", text: "UNCOMPROMISING IRON"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ELITE PERFORMANCE",
|
||||
},
|
||||
type: "text", text: "ELITE PERFORMANCE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "ASANSOL'S STRONGEST",
|
||||
},
|
||||
type: "text", text: "ASANSOL'S STRONGEST"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 DEDICATION",
|
||||
},
|
||||
type: "text", text: "24/7 DEDICATION"},
|
||||
{
|
||||
type: "text",
|
||||
text: "FORGE YOURSELF",
|
||||
},
|
||||
type: "text", text: "FORGE YOURSELF"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,20 +88,11 @@ export default function LandingPage() {
|
||||
description="Built for those who refuse to settle. Experience the best gym environment in Asansol."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Heavy-Duty Equipment",
|
||||
content: "Professional grade weights and machines for maximum muscle stimulation.",
|
||||
},
|
||||
id: "a1", title: "Heavy-Duty Equipment", content: "Professional grade weights and machines for maximum muscle stimulation."},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Pro Trainers",
|
||||
content: "Expert guidance from trainers who live and breathe bodybuilding.",
|
||||
},
|
||||
id: "a2", title: "Pro Trainers", content: "Expert guidance from trainers who live and breathe bodybuilding."},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Flexible Timings",
|
||||
content: "Open early and late to fit your aggressive training schedule.",
|
||||
},
|
||||
id: "a3", title: "Flexible Timings", content: "Open early and late to fit your aggressive training schedule."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-gym-equipment_23-2151114215.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -146,54 +106,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "monthly",
|
||||
badge: "Core",
|
||||
price: "₹1,200",
|
||||
subtitle: "Monthly access",
|
||||
features: [
|
||||
"Full gym access",
|
||||
"Lockers included",
|
||||
],
|
||||
id: "monthly", badge: "Core", price: "₹1,200", subtitle: "Monthly access", features: [
|
||||
"Full gym access", "Lockers included"],
|
||||
buttons: [
|
||||
{
|
||||
text: "PAY NOW",
|
||||
href: "#",
|
||||
},
|
||||
text: "PAY NOW", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "quarterly",
|
||||
badge: "Pro",
|
||||
price: "₹3,200",
|
||||
subtitle: "Quarterly access",
|
||||
features: [
|
||||
"Priority support",
|
||||
"Full gym access",
|
||||
"Nutritional guide",
|
||||
],
|
||||
id: "quarterly", badge: "Pro", price: "₹3,200", subtitle: "Quarterly access", features: [
|
||||
"Priority support", "Full gym access", "Nutritional guide"],
|
||||
buttons: [
|
||||
{
|
||||
text: "PAY NOW",
|
||||
href: "#",
|
||||
},
|
||||
text: "PAY NOW", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "yearly",
|
||||
badge: "Best Value",
|
||||
price: "₹10,000",
|
||||
subtitle: "Yearly elite",
|
||||
features: [
|
||||
"Priority access",
|
||||
"Full gym access",
|
||||
"Expert trainer sessions",
|
||||
"Diet planning",
|
||||
],
|
||||
id: "yearly", badge: "Best Value", price: "₹10,000", subtitle: "Yearly elite", features: [
|
||||
"Priority access", "Full gym access", "Expert trainer sessions", "Diet planning"],
|
||||
buttons: [
|
||||
{
|
||||
text: "PAY NOW",
|
||||
href: "#",
|
||||
},
|
||||
text: "PAY NOW", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -210,45 +143,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rahul Verma",
|
||||
role: "Bodybuilder",
|
||||
company: "Asansol",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102539.jpg",
|
||||
},
|
||||
id: "t1", name: "Rahul Verma", role: "Bodybuilder", company: "Asansol", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indigenous-person-integrated-into-modern-life_23-2151102539.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Vikram Singh",
|
||||
role: "Powerlifter",
|
||||
company: "Asansol",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-young-afro-american-bodybuilder-looking-camera-grinning-confidently-keeping-hands-his-waist-posing-against-white-studio-wall-background-with-copy-space-your-text_343059-465.jpg",
|
||||
},
|
||||
id: "t2", name: "Vikram Singh", role: "Powerlifter", company: "Asansol", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-happy-young-afro-american-bodybuilder-looking-camera-grinning-confidently-keeping-hands-his-waist-posing-against-white-studio-wall-background-with-copy-space-your-text_343059-465.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sonia Das",
|
||||
role: "Athlete",
|
||||
company: "Asansol",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-middle-age-man-posing-studio-isolated-grey_613910-7785.jpg",
|
||||
},
|
||||
id: "t3", name: "Sonia Das", role: "Athlete", company: "Asansol", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/muscular-middle-age-man-posing-studio-isolated-grey_613910-7785.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Amit Roy",
|
||||
role: "Student",
|
||||
company: "Asansol",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg",
|
||||
},
|
||||
id: "t4", name: "Amit Roy", role: "Student", company: "Asansol", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1586.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Priya Sharma",
|
||||
role: "Teacher",
|
||||
company: "Asansol",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21376.jpg",
|
||||
},
|
||||
id: "t5", name: "Priya Sharma", role: "Teacher", company: "Asansol", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21376.jpg"},
|
||||
]}
|
||||
title="RESULTS DON'T LIE"
|
||||
description="Hear from the athletes who forged their legacy at Thunder Core."
|
||||
@@ -262,31 +170,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Happy Members",
|
||||
items: [
|
||||
"Successfully trained",
|
||||
"Community base",
|
||||
],
|
||||
id: "m1", value: "500+", title: "Happy Members", items: [
|
||||
"Successfully trained", "Community base"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
title: "Elite Coaches",
|
||||
items: [
|
||||
"Expert guidance",
|
||||
"Years of experience",
|
||||
],
|
||||
id: "m2", value: "10+", title: "Elite Coaches", items: [
|
||||
"Expert guidance", "Years of experience"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Intensity Levels",
|
||||
items: [
|
||||
"Always on",
|
||||
"Result oriented",
|
||||
],
|
||||
id: "m3", value: "24/7", title: "Intensity Levels", items: [
|
||||
"Always on", "Result oriented"],
|
||||
},
|
||||
]}
|
||||
title="THE NUMBERS MATTER"
|
||||
@@ -300,20 +193,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need prior experience?",
|
||||
content: "No, we cater to all levels from beginners to advanced pros.",
|
||||
},
|
||||
id: "f1", title: "Do I need prior experience?", content: "No, we cater to all levels from beginners to advanced pros."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What payment methods are supported?",
|
||||
content: "We support all major UPI platforms, Credit/Debit cards via Razorpay.",
|
||||
},
|
||||
id: "f2", title: "What payment methods are supported?", content: "We support all major UPI platforms, Credit/Debit cards via Razorpay."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Where are you located?",
|
||||
content: "Netaji Road, Asansol. Easy accessibility for all local residents.",
|
||||
},
|
||||
id: "f3", title: "Where are you located?", content: "Netaji Road, Asansol. Easy accessibility for all local residents."},
|
||||
]}
|
||||
title="GET ANSWERS"
|
||||
description="Common questions for those ready to commit."
|
||||
@@ -328,16 +212,10 @@ export default function LandingPage() {
|
||||
description="Fill the form and we will reach out to get you started immediately."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-helping-man-gym_23-2149734692.jpg"
|
||||
@@ -348,29 +226,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Membership",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Membership", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user