// ZARK Rubí — Etenon, Plans, App, FAQs, Footer [EN] function Etenon() { return (
Equipment

Professional equipment. No compromises.

ZARK is part of the official Etenon Fitness network, Spain's largest distributor of professional gym equipment with over 20 years in the industry.

Their machines are built for heavy daily use: ergonomic design, top-grade materials and a professional standard you'll feel from your very first session. The best gym equipment available in Rubí, without exception.

{['No broken machines.', 'No "out of order" signs.', 'No excuses.'].map((t) =>
{t}
)}
Etenon Fitness machines at ZARK
+20
Years of
experience
); } function Pricing() { const plans = [ { name: 'FLUX', tag: 'Monthly membership', mo: '45', cents: '', period: '/mo', sub: 'Joining fee: €30', note: 'No lock-in', hot: false }, { name: 'SOLID', tag: 'Quarterly membership', mo: '42', cents: '.67', period: '/mo', sub: '€128 every 3 months', note: 'No joining fee · Save €37', hot: true, badge: 'Recommended' }, { name: 'FORGE', tag: '6-month membership', mo: '39', cents: '.83', period: '/mo', sub: '€239 every 6 months', note: 'No joining fee · Save €61', hot: false }, { name: 'ALL-IN', tag: 'Annual membership', mo: '36', cents: '.67', period: '/mo', sub: '€440 per year', note: 'No joining fee · Save €130', hot: false }]; return (
Plans & pricing

Choose your plan. Start today.

{plans.map((p, i) =>
{p.hot &&
{p.badge}
}
{p.tag}

{p.name}

{p.mo} {p.cents}€ {p.period}
{p.sub}
{p.note}
)}

No lock-in gym on any plan. No fine print. No surprises.

Not sure which plan is right for you? Get in touch and we'll help you choose.

Contact Us
); } function AppSignup() { return (
ZARK App

Sign up in under 5 minutes

No paperwork, no queues. Download the ZARK app, choose your plan and start training at your 24-hour gym in Rubí whenever you're ready.

Download onApp Store Get it onGoogle Play
ZARK app
); } function Footer() { const contacts = [ ['map-pin', 'Ctra. Molins de Rei, Km. 13, Unit 79 · Rubí, Barcelona', 'https://maps.app.goo.gl/StoiBjQeJ5VYtfJ37', '_blank'], ['phone', '638 61 75 17', 'tel:638617517'], ['mail', 'zarkgym@gmail.com', 'mailto:zarkgym@gmail.com'], ['instagram', '@zarkgym24', 'https://instagram.com/zarkgym24']]; return ( ); } function FaqSection() { const faqs = [ { n: '01', q: 'Can I try the gym before signing up?', a: 'Yes. You can come in for a day pass for €8. Just head to reception, bring your workout clothes and, if you\'d like to shower afterwards, a towel and flip-flops. The day pass includes full access to the weights floor and all facilities. If you sign up that same day, the €8 is deducted from your first month.' }, { n: '02', q: 'What do I need to bring on my first day?', a: 'Workout clothes and trainers, a towel (required to place on machines), a padlock for your locker and flip-flops if you plan to use the showers. That\'s all you need. Our team will walk you through everything before you get started.' }, { n: '03', q: 'What does the monthly membership include? Are there any extras?', a: 'The monthly fee includes unlimited access to the weights floor and use of changing rooms and showers. No additional charges for services you haven\'t signed up for. What you see in the price is all you pay. No extras, no surprises on your bill.' }, { n: '04', q: 'Is there a minimum commitment period? What if I want to stop going?', a: 'There is no lock-in. At Zark Gym Rubí you sign up and can cancel at any time, no penalties, no questions asked. You only pay while you\'re a member. No long contracts, no fine print. If you ever want to pause or leave, just let us know before the 20th of the current month.' }, { n: '05', q: 'How do I cancel my membership?', a: 'Request it at reception before the 20th of the month. We\'ll confirm your cancellation in writing within 24 hours. No documentation needed, no explanations required.' }, { n: '06', q: 'Will I have to wait to use the machines?', a: 'Normally not. We\'re a close-knit gym, not a large overcrowded chain, so you\'ll usually be able to use the machines without waiting. If you happen to come on a busier day, reception can point you in the right direction.' }, { n: '07', q: 'I\'ve never been to a gym before. Will someone help me get started?', a: 'Yes. On your first day we\'ll show you around, explain how to use the main machines and guide you on where to begin based on your goals. There\'s always someone available to help whenever you need it. No prior knowledge required.' }, { n: '08', q: 'Can I train at any time? What areas does the gym have?', a: 'Yes, as a 24-hour gym in Rubí you can come at any hour of the day or night, 365 days a year. No need to book or give notice in advance: just arrive, check in at reception and train. The gym has a weights and machines floor, a cardio zone, a HYROX zone and changing rooms with showers. All included in the monthly membership.' }, { n: '09', q: 'Can I pause my membership if I get injured or go on holiday?', a: 'If you get injured or have a medical leave, talk to us and we\'ll find a solution. Since there\'s no lock-in, in most cases the simplest option is to cancel and rejoin when you\'re back at no extra cost. For absences due to holidays or work, tell us your situation: we\'re a small gym and we always prefer to find a reasonable solution together.' }, { n: '10', q: 'Can I bring someone with me? Is there an option to bring a friend or family member?', a: 'Of course. If you\'d like to come with someone who isn\'t yet a member, they can come with a day pass for €8. If you\'re both already members, you can train together without any restrictions. If you both sign up, even better: the more people training, the better the atmosphere in the gym.' }, ]; const [open, setOpen] = React.useState(null); const toggle = (i) => setOpen(open === i ? null : i); return (
Frequently asked questions

Everything you need to know before joining.

{faqs.map((faq, i) => (

{faq.a}

))}
); } Object.assign(window, { Etenon, Pricing, AppSignup, FaqSection, Footer });