207 lines
13 KiB
TypeScript
207 lines
13 KiB
TypeScript
import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
|
|
import ContactCta from '@/components/sections/contact/ContactCta';
|
|
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
|
|
import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento';
|
|
import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards';
|
|
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
|
|
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
|
|
import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards';
|
|
import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards';
|
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
|
|
|
export default function HomePage() {
|
|
return (
|
|
<>
|
|
<div id="hero" data-section="hero">
|
|
<SectionErrorBoundary name="hero">
|
|
<HeroCenteredLogos
|
|
avatarsSrc={[
|
|
"http://img.b2bpic.net/free-photo/young-sporty-man-wearing-sportswear-headband-looking-front-with-smile-face-with-crossed-hands-chest-standing-white-wall_141793-96909.jpg", "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg", "http://img.b2bpic.net/free-photo/sporty-young-female-athlete-girl-takes-selfie-smartphone-workout-from-home-makes-pictures_1258-200279.jpg", "http://img.b2bpic.net/free-photo/boy-city_1157-6961.jpg"]}
|
|
avatarText="Join 500+ Elite Members"
|
|
title="KUWAIT'S ELITE FITNESS DESTINATION"
|
|
description="Experience professional training, world-class amenities, and an uncompromising atmosphere. Elevate your performance at Powerhouse Gym."
|
|
primaryButton={{
|
|
text: "Start Membership", href: "#pricing"}}
|
|
secondaryButton={{
|
|
text: "View Classes", href: "#classes"}}
|
|
names={[
|
|
"Ahmed", "Sara", "pilates", "Layla"]}
|
|
imageSrc="http://img.b2bpic.net/free-photo/bearded-man-looking-barbell_23-2147687692.jpg"
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="about" data-section="about">
|
|
<SectionErrorBoundary name="about">
|
|
<AboutTextSplit
|
|
title="THE POWERHOUSE PROMISE"
|
|
descriptions={[
|
|
"Located in the heart of Salmiya, Powerhouse Gym brings a premium fitness experience to Kuwait. Our state-of-the-art facility is designed for athletes who demand the best in equipment, cleanliness, and community.", "Whether you are looking to build strength, improve endurance, or join a vibrant group class, our facility is open 24/7 to suit your schedule. We are committed to fostering a culture of excellence and high performance."]}
|
|
primaryButton={{
|
|
text: "Explore Amenities", href: "#amenities"}}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="amenities" data-section="amenities">
|
|
<SectionErrorBoundary name="amenities">
|
|
<FeaturesTaggedCards
|
|
tag="PREMIUM AMENITIES"
|
|
title="Designed for Excellence"
|
|
description="We offer more than just a workout. Our facility is equipped with everything you need for complete recovery and convenience."
|
|
items={[
|
|
{
|
|
tag: "Recovery", title: "Sauna Facilities", description: "Unwind and recover after every intense session with our luxury on-site sauna.", primaryButton: {
|
|
text: "Learn More", href: "#"},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/training-items-athletics_23-2151077753.jpg"},
|
|
{
|
|
tag: "Convenience", title: "On-site Parking", description: "Free and secure parking available for all members to ensure a stress-free start to your session.", primaryButton: {
|
|
text: "Find Us", href: "#"},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/training-treadmill_1098-15787.jpg"},
|
|
{
|
|
tag: "Comfort", title: "Luxury Showers", description: "Refresh in our clean and private showering suites equipped with premium amenities.", primaryButton: {
|
|
text: "Take a Tour", href: "#"},
|
|
imageSrc: "http://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="classes" data-section="classes">
|
|
<SectionErrorBoundary name="classes">
|
|
<FeaturesRevealCardsBento
|
|
tag="CLASS OFFERINGS"
|
|
title="Diverse Fitness Programs"
|
|
description="From high-intensity functional training to focused body-mind practice, find your perfect class."
|
|
items={[
|
|
{
|
|
title: "Zumba", description: "High-energy dance fitness that will leave you sweating and smiling.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150289979.jpg"},
|
|
{
|
|
title: "Pilates", description: "Core-focused control and flexibility training for total body balance.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/fitness-girl-stationary-bike-detail_23-2148017413.jpg"},
|
|
{
|
|
title: "Spinning", description: "High-octane indoor cycling to maximize your cardiovascular performance.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/concentred-woman-riding-bike_1163-978.jpg"},
|
|
{
|
|
title: "Cross Fit", description: "Strength and conditioning protocols designed for maximum power.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/sports-workout-martial-arts-relaxation-concept-attractive-young-professional-woman-fighter-sitting-corner-boxing-ring-having-rest-after-intensive-training_343059-449.jpg"},
|
|
{
|
|
title: "EMS Training", description: "Innovative electric muscle stimulation for targeted efficient workouts.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-jumping-rope-gym_1303-31906.jpg"},
|
|
{
|
|
title: "Kango Jump", description: "Low-impact, high-fun cardio experience with specialized jump boots.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-casual-wear-swings-hula-hoop-dark-skinned-woman-raises-arms-with-dumbbells-dressed-active-wear-different-physical-exersice-isolated-purple-wall-273609-32470.jpg"},
|
|
{
|
|
title: "Other Services", description: "Access to a wide array of specialized fitness modalities tailored to your goals.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/studio-image-full-body-sporty-blond-brunette-women-athletic-man-posing-white-box-grey-background_613910-16379.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<SectionErrorBoundary name="pricing">
|
|
<PricingHighlightedCards
|
|
tag="MEMBERSHIPS"
|
|
title="Join Powerhouse Today"
|
|
description="Flexible membership tiers designed to fit your unique lifestyle and fitness commitment."
|
|
plans={[
|
|
{
|
|
tag: "Monthly", price: "35 KD", description: "Basic access to gym floor and standard services.", features: [
|
|
"Gym Floor Access", "Standard Lockers", "Shower Access"],
|
|
primaryButton: {
|
|
text: "Select", href: "#"},
|
|
},
|
|
{
|
|
tag: "Professional", price: "60 KD", description: "Full access to gym plus all group fitness classes.", features: [
|
|
"Gym Floor Access", "All Classes", "Sauna/Recovery", "Guest Passes"],
|
|
highlight: "Most Popular", primaryButton: {
|
|
text: "Get Pro", href: "#"},
|
|
},
|
|
{
|
|
tag: "Elite", price: "100 KD", description: "The ultimate Powerhouse experience with premium support.", features: [
|
|
"Personal Training", "Priority Access", "All-Access Perks", "24/7 Support"],
|
|
primaryButton: {
|
|
text: "Go Elite", href: "#"},
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="metrics" data-section="metrics">
|
|
<SectionErrorBoundary name="metrics">
|
|
<MetricsFeatureCards
|
|
tag="OUR IMPACT"
|
|
title="Why Members Love Us"
|
|
description="Proven results for fitness enthusiasts across Kuwait."
|
|
metrics={[
|
|
{
|
|
value: "1000+", title: "Active Members", features: [
|
|
"Growing Community", "Elite Athletes", "Dedicated Support"],
|
|
},
|
|
{
|
|
value: "24/7", title: "Always Open", features: [
|
|
"Gym Floor", "Security", "Staffed Hours"],
|
|
},
|
|
{
|
|
value: "15+", title: "Group Classes", features: [
|
|
"Expert Trainers", "Variety of Modalities", "High Intensity"],
|
|
},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<SectionErrorBoundary name="testimonials">
|
|
<TestimonialQuoteCards
|
|
tag="MEMBER VOICES"
|
|
title="Stories of Success"
|
|
description="Hear from our dedicated members about their fitness journeys at Powerhouse Gym."
|
|
testimonials={[
|
|
{
|
|
name: "Sarah Ahmed", role: "Full-time Athlete", quote: "The energy at Powerhouse Gym is unmatched. It's truly the best place to train in Salmiya.", imageSrc: "http://img.b2bpic.net/free-photo/female-athlete-clenches-fists-with-joy-celebrates-victory-marathon-smiles-broadly-dressed-grey-top-smiles-broadly-enjoys-triumph-poses-indoor-against-white-wall_273609-33762.jpg"},
|
|
{
|
|
name: "Khalid Al-Rashid", role: "Regular Member", quote: "Consistent excellence. I love the 24/7 availability and the high-end equipment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-with-cloud-talc-around-dark-background_613910-15101.jpg"},
|
|
{
|
|
name: "Layla Mansour", role: "Pilates Enthusiast", quote: "The classes here are incredibly professional and fun. Highly recommend the Pilates session.", imageSrc: "http://img.b2bpic.net/free-photo/sport-fitness-endurance-concept-gorgeous-young-fitness-insctructor-sportswoman-activewear-with-long-blond-hair-sit-medicine-ball-near-wooden-gym-wall-turn-aside-rest-before-workout_197531-30433.jpg"},
|
|
{
|
|
name: "Omar Fakhri", role: "Fitness Coach", quote: "Cleanliness is a priority here. Never had a bad experience in my years of membership.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-1624.jpg"},
|
|
{
|
|
name: "Nora Bakr", role: "Crossfit Athlete", quote: "The best equipment in Kuwait. It has everything needed for my high-intensity workouts.", imageSrc: "http://img.b2bpic.net/free-photo/young-dark-skinned-woman-makes-triumph-gesture-exclaims-loudly-with-happy-expression-celebrates-awesome-news_273609-45809.jpg"},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<SectionErrorBoundary name="faq">
|
|
<FaqTwoColumn
|
|
tag="LEARN MORE"
|
|
title="Frequently Asked Questions"
|
|
description="Find answers to common questions about our facilities, memberships, and classes."
|
|
items={[
|
|
{
|
|
question: "Is membership required for gym access?", answer: "Yes, Powerhouse Gym is a premium, membership-based facility to ensure a high-quality environment for all our members."},
|
|
{
|
|
question: "What payment methods do you accept?", answer: "We accept major credit cards, debit cards, and NFC mobile payments for your convenience."},
|
|
{
|
|
question: "Are classes included in every membership?", answer: "Certain classes are included in the Professional and Elite tiers. Please check our pricing for specific plan details."},
|
|
{
|
|
question: "Is parking available on-site?", answer: "Yes, we offer free parking and access to a paid multi-storey car park nearby."},
|
|
]}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
|
|
<div id="contact" data-section="contact">
|
|
<SectionErrorBoundary name="contact">
|
|
<ContactCta
|
|
tag="CONTACT US"
|
|
text="Ready to transform your fitness journey? Visit us at Bowling Mall, Salmiya or contact our team today."
|
|
primaryButton={{
|
|
text: "Call Now", href: "tel:69993334"}}
|
|
secondaryButton={{
|
|
text: "Get Directions", href: "#"}}
|
|
/>
|
|
</SectionErrorBoundary>
|
|
</div>
|
|
</>
|
|
);
|
|
}
|