2 Commits

Author SHA1 Message Date
bc954b2797 Update src/app/page.tsx 2026-04-15 15:06:51 +00:00
fd76969321 Merge version_2 into main
Merge version_2 into main
2026-04-15 15:04:19 +00:00

View File

@@ -51,11 +51,9 @@ export default function LandingPage() {
description="Where strength meets class. Luxury fitness, honest guidance, and a serious training environment." description="Where strength meets class. Luxury fitness, honest guidance, and a serious training environment."
buttons={[ buttons={[
{ {
text: "Join Now", href: "#contact" text: "Join Now"},
},
{ {
text: "Book a Visit", href: "#contact" text: "Book a Visit"},
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/sneakers-dumbbells-gym_23-2147778533.jpg?_wi=1"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
@@ -162,16 +160,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "q1", title: "Is Gymshala beginner friendly?", content: "Yes, our environment is welcoming for all levels."}, id: "q1", title: "Is Gymshala beginner friendly?", content: "Absolutely! We pride ourselves on creating a non-intimidating, inclusive environment where newcomers feel supported from their very first day."},
{ {
id: "q2", title: "Is the gym hygienic?", content: "Yes, hygiene is our priority."}, id: "q2", title: "How is the facility maintenance?", content: "Cleanliness is our top priority. We implement daily deep-cleaning protocols and provide sanitization stations throughout the floor to ensure a pristine workout space."},
{ {
id: "q3", title: "Who can join?", content: "Everyone is welcome!"}, id: "q3", title: "Who is the typical member?", content: "Our community is diverse, ranging from absolute beginners to seasoned athletes. Whether you're here for health or performance, you'll fit right in."},
{ {
id: "q4", title: "Is there real guidance?", content: "Yes, we offer expert trainer support."}, id: "q4", title: "What kind of training support is provided?", content: "We provide constant oversight and professional guidance. Our trainers are always available on the floor to correct form, adjust plans, and keep you safe while you reach your goals."},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Clear answers to help you join." description="Clear answers to help you join with confidence."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>