{"id":218395,"date":"2026-01-14T16:32:34","date_gmt":"2026-01-14T08:32:34","guid":{"rendered":"https:\/\/www.yanrefitness.com\/?page_id=218395"},"modified":"2026-01-14T19:17:33","modified_gmt":"2026-01-14T11:17:33","slug":"one-stop-service-yr-fitness","status":"publish","type":"page","link":"https:\/\/www.yanrefitness.com\/one-stop-service-yr-fitness\/","title":{"rendered":"YR Fitness | One Stop Service for All Gyms"},"content":{"rendered":"\n<style>\n    :root {\n        --bg-color: #ffffff;\n        --bg-alt: #f5f5f7;\n        --text-main: #1d1d1f;\n        --text-muted: #86868b;\n        --accent: #b70100; \/* YR Red *\/\n        --border: #d2d2d7;\n        --card-dark: #1c1c1e;\n    }\n\n    * {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    body {\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        background-color: var(--bg-color);\n        line-height: 1.5;\n        -webkit-font-smoothing: antialiased;\n        overflow-x: hidden;\n    }\n\n    \/* --- 2. LAYOUT UTILITIES --- *\/\n    section {\n        padding: 6rem 2rem;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n        min-height: 90vh; \/* Slide deck feel *\/\n        position: relative;\n        scroll-snap-align: start;\n    }\n\n    .container {\n        max-width: 1200px;\n        width: 100%;\n        margin: 0 auto;\n        position: relative;\n        z-index: 2;\n    }\n\n    .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }\n    .grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }\n    .grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }\n\n    .text-center { text-align: center; display: flex; flex-direction: column; align-items: center; }\n    .text-left { text-align: left; }\n\n    \/* --- 3. TYPOGRAPHY --- *\/\n    h1, h2, h3, h4 {\n        font-weight: 600;\n        letter-spacing: -0.02em;\n    }\n\n    h1 { font-size: 3.5rem; line-height: 1.1; margin-bottom: 1.5rem; }\n    h2 { font-size: 2.5rem; margin-bottom: 1rem; }\n    h3 { font-size: 1.25rem; margin-bottom: 0.5rem; }\n\n    p {\n        font-size: 1.15rem;\n        color: var(--text-muted);\n        font-weight: 400;\n        max-width: 650px;\n        margin-bottom: 1.5rem;\n        line-height: 1.6;\n    }\n\n    \/* --- 4. COMPONENTS --- *\/\n    .btn {\n        display: inline-block;\n        background-color: var(--accent);\n        color: white;\n        padding: 14px 32px;\n        border-radius: 980px;\n        text-decoration: none;\n        font-weight: 500;\n        font-size: 1rem;\n        transition: all 0.3s ease;\n        border: 2px solid var(--accent);\n        cursor: pointer;\n    }\n\n    .btn:hover {\n        background-color: transparent;\n        color: var(--accent);\n    }\n\n    .btn-outline {\n        background-color: transparent;\n        color: var(--text-main);\n        border: 2px solid var(--border);\n        padding: 14px 32px;\n        border-radius: 980px;\n        text-decoration: none;\n        font-weight: 500;\n        transition: all 0.3s ease;\n        cursor: pointer;\n        display: inline-block;\n    }\n\n    .btn-outline:hover {\n        border-color: var(--text-main);\n        background-color: var(--text-main);\n        color: white;\n    }\n\n    \/* Cards *\/\n    .card {\n        border: 1px solid var(--border);\n        border-radius: 16px;\n        padding: 2.5rem;\n        background: white;\n        transition: transform 0.3s ease, border-color 0.3s ease;\n        height: 100%;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .card:hover {\n        border-color: var(--accent);\n        transform: translateY(-5px);\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    .icon-box {\n        font-size: 1.1rem;\n        font-weight: 700;\n        color: var(--accent);\n        margin-bottom: 1.5rem;\n        width: 50px;\n        height: 50px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border: 1px solid #e5e5e5;\n        border-radius: 12px;\n    }\n\n    .icon-box svg {\n        width: 24px;\n        height: 24px;\n        fill: var(--accent);\n    }\n\n    \/* Video Container *\/\n    .video-wrapper {\n        position: relative;\n        padding-bottom: 56.25%; \/* 16:9 Aspect Ratio *\/\n        height: 0;\n        overflow: hidden;\n        border-radius: 12px;\n        background: #000;\n        margin-bottom: 1.5rem;\n        box-shadow: 0 10px 20px rgba(0,0,0,0.1);\n    }\n\n    .video-wrapper iframe {\n        position: absolute;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n    }\n\n    \/* --- 5. SECTION SPECIFICS --- *\/\n\n    \/* Hero *\/\n    #hero {\n        background-color: #000;\n        color: white;\n        background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https:\/\/images.unsplash.com\/photo-1534438327276-14e5300c3a48?q=80&w=2070&auto=format&fit=crop');\n        background-size: cover;\n        background-position: center;\n    }\n    #hero h1 { color: white; }\n    #hero p { color: #e5e5e5; }\n    #hero .btn:hover { color: white; border-color: white; }\n\n    \/* Solutions *\/\n    #solutions { background-color: var(--bg-color); }\n    .solution-item {\n        padding: 2rem;\n        border: 1px solid var(--bg-alt);\n        border-radius: 12px;\n        text-align: center;\n        transition: 0.3s;\n        background: #fafafa;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n    }\n    .solution-item:hover { border-color: var(--accent); background: white; transform: translateY(-3px); }\n    .solution-item h4 { font-size: 1.1rem; margin-bottom: 0.5rem; color: var(--text-main); }\n    .solution-item span { font-size: 0.9rem; color: var(--text-muted); line-height: 1.4; display: block;}\n    .solution-item .icon-box { margin-bottom: 1rem; border: none; background: transparent; width: auto; height: auto; }\n    .solution-item .icon-box svg { width: 32px; height: 32px; }\n\n    \/* One Shipment *\/\n    #shipment { background-color: var(--bg-alt); }\n    .feature-list li {\n        list-style: none;\n        margin-bottom: 0.8rem;\n        display: flex;\n        align-items: flex-start;\n        font-size: 1.05rem;\n        color: var(--text-main);\n    }\n    .feature-list li::before {\n        content: '\u2713';\n        color: var(--accent);\n        font-weight: bold;\n        margin-right: 12px;\n        margin-top: 2px;\n    }\n\n    \/* Branding *\/\n    #branding { background-color: var(--bg-alt); }\n    .color-dot { width: 24px; height: 24px; border-radius: 50%; display: inline-block; margin: 0 4px; border: 1px solid #ddd; }\n\n    \/* Logistics *\/\n    #logistics { background-color: var(--bg-color); }\n    .stat-val { font-size: 3.5rem; font-weight: 700; color: var(--accent); line-height: 1; letter-spacing: -2px; }\n\n    \/* Support (Dark Theme) *\/\n    #support { background-color: #000; color: white; }\n    #support h2 { color: white; }\n    #support h3 { color: white; }\n    #support p { color: #a1a1a6; }\n    #support .card { background-color: #111; border-color: #333; }\n    #support .card:hover { border-color: var(--accent); background-color: #1a1a1a; }\n    #support .icon-box { border-color: #333; background: #000; }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n        h1 { font-size: 2.5rem; }\n        h2 { font-size: 2rem; }\n        .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; gap: 2rem; }\n        section { padding: 4rem 1.5rem; height: auto; scroll-snap-align: none; }\n        main { scroll-snap-type: none; height: auto; overflow-y: auto; }\n        .solution-grid { grid-template-columns: 1fr 1fr; }\n    }\n<\/style>\n\n\n<section id=\"hero\">\n    <div class=\"container text-center\">\n        <h1>New to Importing?<br>Meet Your One-Stop Gym Solution.<\/h1>\n        <p>Importing made simple. YR Fitness provides end-to-end support for gym owners and distributors worldwide.<\/p>\n        <a href=\"https:\/\/www.yanrefitness.com\/contact\/\" class=\"btn\">Start Your Project<\/a>\n    <\/div>\n<\/section>\n\n<section id=\"solutions\">\n    <div class=\"container\">\n        <div class=\"text-center\" style=\"margin-bottom: 3rem;\">\n            <h2>Solutions for Every Gym<\/h2>\n            <p>We don\u2019t believe in &#8220;one size fits all.&#8221; We provide specialized equipment lists and layout strategies proven to work for your specific facility type.<\/p>\n        <\/div>\n\n        <div class=\"grid-4\">\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M20.57 14.86L22 13.43L20.57 12L17 15.57L8.43 7L12 3.43L10.57 2L9.14 3.43L7.71 2L5.57 4.14L4.14 2.71L2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57L3.43 12L7 8.43L15.57 17L12 20.57L13.43 22l1.43-1.43L16.29 22l2.14-2.14l1.43 1.43l1.43-1.43L16.29 16.29 20.57 14.86z\"\/><\/svg>\n                <\/div>\n                <h4>Commercial Health Clubs<\/h4>\n                <span>Heavy-duty setups for high-volume traffic.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M7 13c1.66 0 3-1.34 3-3S8.66 7 7 7s-3 1.34-3 3 1.34 3 3 3zm12-6h-8v7H3V5H1v15h2v-3h18v3h2v-9c0-2.21-1.79-4-4-4z\"\/><\/svg>\n                <\/div>\n                <h4>Hotels &#038; Resorts<\/h4>\n                <span>Premium, space-saving luxury designs.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z\"\/><\/svg>\n                <\/div>\n                <h4>Residential Communities<\/h4>\n                <span>Value-adding amenities for apartments.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M15 1H9v2h6V1zm-4 13h2V8h-2v6zm8.03-6.61l1.42-1.42c-.43-.51-.9-.99-1.41-1.41l-1.42 1.42C16.07 4.74 14.12 4 12 4c-4.97 0-9 4.03-9 9s4.02 9 9 9 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61zM12 20c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7z\"\/><\/svg>\n                <\/div>\n                <h4>Boutique &#038; PT Studios<\/h4>\n                <span>Versatile zones for personalized training.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/><\/svg>\n                <\/div>\n                <h4>24\/7 Unstaffed Gyms<\/h4>\n                <span>Low-maintenance gear for round-the-clock use.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M20 6h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-2 .89-2 2v11c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zM10 4h4v2h-4V4zm10 15H4V8h16v11z\"\/><\/svg>\n                <\/div>\n                <h4>Corporate Wellness<\/h4>\n                <span>Modern setups to boost employee productivity.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z\"\/><\/svg>\n                <\/div>\n                <h4>Universities &#038; Schools<\/h4>\n                <span>Safe, reliable gear for student recreation.<\/span>\n            <\/div>\n            <div class=\"solution-item\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M2 12h20v2H2z\" transform=\"rotate(-45 12 13)\"\/><path d=\"M18.36 5.64L16.94 4.22 5.64 15.52l1.42 1.42z\"\/><path d=\"M21 21h-2V3h2v18z\"\/><\/svg>\n                <\/div>\n                <h4>CrossFit &#038; Functional<\/h4>\n                <span>Rugged rigs for high-impact performance.<\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"text-center\" style=\"margin-top: 3rem;\">\n            <a href=\"https:\/\/www.yanrefitness.com\/contact\" target=\"_blank\" class=\"btn-outline\">Find My Industry Solution \u2192<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"shipment\">\n    <div class=\"container grid-2\">\n        <div class=\"text-left\">\n            <h2>All Products, One Shipment.<\/h2>\n            <p>Stop juggling 10+ different suppliers. YR Fitness acts as your single source for the entire gym.We pack everything into one shipment to save you shipping costs and administrative headaches.<\/p>\n            <a href=\"https:\/\/www.yanrefitness.com\/catalogue-download-yr-fitness\/\" target=\"_blank\" class=\"btn\">Browse Full Catalog \u2192<\/a>\n        <\/div>\n        <div class=\"grid-2\" style=\"gap: 1.5rem;\">\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M20.57 14.86L22 13.43L20.57 12L17 15.57L8.43 7L12 3.43L10.57 2L9.14 3.43L7.71 2L5.57 4.14L4.14 2.71L2.71 4.14l1.43 1.43L2 7.71l1.43 1.43L2 10.57L3.43 12L7 8.43L15.57 17L12 20.57L13.43 22l1.43-1.43L16.29 22l2.14-2.14l1.43 1.43l1.43-1.43L16.29 16.29 20.57 14.86z\"\/><\/svg>\n                <\/div>\n                <h3>Strength &#038; Cardio<\/h3>\n                <span style=\"font-size: 0.9rem; color: var(--text-muted);\">Selectorized, plate-loaded &#038; cardio machines.<\/span>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M6 5h12v2H6V5m13 4v2H5V9h14m2 4v2H3v-2h20m-3 4v2H6v-2h12z\"\/><\/svg>\n                <\/div>\n                <h3>Training Zone<\/h3>\n                <span style=\"font-size: 0.9rem; color: var(--text-muted);\">Dumbbells, plates, and functional rigs.<\/span>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M20 2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zM4 4h16v16H4V4z\"\/><\/svg>\n                <\/div>\n                <h3>Fit-Out Essentials<\/h3>\n                <span style=\"font-size: 0.9rem; color: var(--text-muted);\">Flooring, lockers, and mirrors.<\/span>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M7 2v2h1v4c0 1.1.9 2 2 2h4c1.1 0 2-.9 2-2V4h1V2h-1c-1.1 0-2 .9-2 2v4h-4V4c0-1.1-.9-2-2-2H7z\"\/><\/svg>\n                <\/div>\n                <h3>Gym Tech<\/h3>\n                <span style=\"font-size: 0.9rem; color: var(--text-muted);\">Turnstiles, timers, and access control.<\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"design\">\n    <div class=\"container grid-2\">\n        <div class=\"video-wrapper\" style=\"width: 100%; aspect-ratio: 16\/9; height: auto;\">\n            <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/A7_fBw-JvI0\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n        <\/div>\n        <div class=\"text-left\">\n            <h2>Free 3D Layout Design<\/h2>\n            <p>Don&#8217;t guess\u2014visualize. Send us your floor plan (CAD or sketch), and our team will maximize your space potential.<\/p>\n            <ul class=\"feature-list\" style=\"margin-top: 2rem;\">\n                <li>Traffic Flow Optimization: Prevent overcrowding.<\/li>\n                <li>Scientific Zoning: Distinct cardio, strength, functional areas.<\/li>\n                <li>Free Deliverables: Professional 2D blueprints &#038; 3D renderings.<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.yanrefitness.com\/gym-equipment-packages\/\" target=\"_blank\" class=\"btn\" style=\"margin-top: 2rem;\">Get My Gym Layout \u2192<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"branding\">\n    <div class=\"container\">\n        <div class=\"text-center\" style=\"margin-bottom: 3rem;\">\n            <h2>Custom Branding &#038; OEM<\/h2>\n            <p>Your gym should look like your brand, not ours. We offer deep customization to make your facility stand out.<\/p>\n        <\/div>\n\n        <div class=\"grid-3\">\n            <div class=\"card\" style=\"text-align: center; align-items: center;\">\n                <div style=\"margin-bottom: 1.5rem;\">\n                    <span class=\"color-dot\" style=\"background:#b70100;\"><\/span>\n                    <span class=\"color-dot\" style=\"background:#000;\"><\/span>\n                    <span class=\"color-dot\" style=\"background:#888;\"><\/span>\n                <\/div>\n                <h3>Visual Identity<\/h3>\n                <p style=\"font-size: 0.9rem;\">Choose your specific frame and upholstery colors.<\/p>\n            <\/div>\n            <div class=\"card\" style=\"text-align: center; align-items: center;\">\n                <div class=\"icon-box\" style=\"border:none;\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 2L2 22h20L12 2zm0 3.5L19.5 20H4.5L12 5.5z\"\/><\/svg>\n                <\/div>\n                <h3>Logo Integration<\/h3>\n                <p style=\"font-size: 0.9rem;\">Professional silk-screening on equipment.<\/p>\n            <\/div>\n            <div class=\"card\" style=\"text-align: center; align-items: center;\">\n                <div style=\"margin-bottom: 1.5rem; font-weight:bold; font-size: 1.2rem; padding: 5px 10px; border: 2px solid #000; border-radius: 4px;\">OEM<\/div>\n                <h3>OEM Services<\/h3>\n                <p style=\"font-size: 0.9rem;\">For distributors, we help design private-label product lines.<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"text-center\" style=\"margin-top: 3rem;\">\n            <a href=\"https:\/\/www.yanrefitness.com\/custom-gym-equipment\/\" target=\"_blank\" class=\"btn-outline\">See Customization Options \u2192<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"logistics\">\n    <div class=\"container grid-2\" style=\"align-items: flex-start;\">\n        <div class=\"text-left\">\n            <div class=\"video-wrapper\">\n                <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/rlV8z9yFEHc\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n            <\/div>\n\n            <h2>Global Logistics<\/h2>\n            <p>First time importing? Relax. We have over 30 years of experience shipping to 100+ countries.<\/p>\n            <div style=\"display: flex; gap: 4rem; margin: 2rem 0;\">\n                <div>\n                    <div class=\"stat-val\">DDP<\/div>\n                    <strong>Door-to-Door<\/strong>\n                    <div style=\"font-size: 0.9rem; color:#888; margin-top: 0.5rem;\">Direct delivery to your gym.<\/div>\n                <\/div>\n                <div>\n                    <div class=\"stat-val\">0%<\/div>\n                    <strong>Stress<\/strong>\n                    <div style=\"font-size: 0.9rem; color:#888; margin-top: 0.5rem;\">We manage all paperwork.<\/div>\n                <\/div>\n            <\/div>\n            <a href=\"https:\/\/www.yanrefitness.com\/contact\" target=\"_blank\" class=\"btn\">Get Shipping Fee Estimation \u2192<\/a>\n        <\/div>\n\n        <div class=\"text-left\" style=\"padding-left: 3rem; border-left: 1px solid var(--border);\">\n            <div class=\"video-wrapper\">\n                <iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/DPcKOUyTgUw\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n            <\/div>\n\n            <h2>Foolproof Installation<\/h2>\n            <p>You don&#8217;t need an expensive engineering team. We design for simplicity.<\/p>\n            <ul class=\"feature-list\">\n                <li>Pre-Assembled: Major components packed ready-to-go.<\/li>\n                <li>Visual Guides: Step-by-step video tutorials included.<\/li>\n                <li>Remote Support: Video calls with our tech team.<\/li>\n            <\/ul>\n            <a href=\"https:\/\/www.yanrefitness.com\/manual-download\/\" target=\"_blank\" class=\"btn-outline\" style=\"margin-top: 1.5rem;\">Check Installation Manuals \u2192<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<section id=\"support\" style=\"margin-bottom: 30px\">\n    <div class=\"container\">\n        <div class=\"text-center\" style=\"margin-bottom: 4rem;\">\n            <h2>Lifetime After-Sales Support<\/h2>\n            <p>We are your long-term partner. Our support system ensures your business never stops running.<\/p>\n        <\/div>\n\n        <div class=\"grid-3\">\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm-2 16l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z\"\/><\/svg>\n                <\/div>\n                <h3>Long Warranties<\/h3>\n                <p style=\"font-size: 0.95rem;\">Up to 10 years coverage on frames.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M21 16v-2l-8-5V3.5c0-.83-.67-1.5-1.5-1.5S10 2.67 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z\"\/><\/svg>\n                <\/div>\n                <h3>Fast Spare Parts<\/h3>\n                <p style=\"font-size: 0.95rem;\">Critical parts shipped via DHL\/FedEx immediately.<\/p>\n            <\/div>\n            <div class=\"card\">\n                <div class=\"icon-box\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z\"\/><\/svg>\n                <\/div>\n                <h3>Distributor Support<\/h3>\n                <p style=\"font-size: 0.95rem;\">Free spare parts packages included with bulk orders.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"text-center\" style=\"margin-top: 4rem;\">\n            <a href=\"https:\/\/www.yanrefitness.com\/wp-content\/uploads\/2025\/09\/YR-Warranty-Policies.pdf\" target=\"_blank\" class=\"btn\">Read Warranty Policy \u2192<\/a>\n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>New to Importing?Meet Your One-Stop Gym Solution. Importing made simple. YR Fitness provides end-to-end support for gym owners and distributors worldwide. Start Your Project Solutions for Every Gym We don\u2019t believe in &#8220;one size fits&#8230;<\/p>\n","protected":false},"author":48,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-218395","page","type-page","status-publish","hentry"],"acf":[],"featured_image_urls_v2":{"full":"","thumbnail":"","medium":"","medium_large":"","large":"","1536x1536":"","2048x2048":"","woocommerce_thumbnail":"","woocommerce_single":"","woocommerce_gallery_thumbnail":""},"post_excerpt_stackable_v2":"<p>New to Importing?Meet Your One-Stop Gym Solution. Importing made simple. YR Fitness provides end-to-end support for gym owners and distributors worldwide. Start Your Project Solutions for Every Gym We don\u2019t believe in &#8220;one size fits all.&#8221; We provide specialized equipment lists and layout strategies proven to work for your specific facility type. Commercial Health Clubs Heavy-duty setups for high-volume traffic. Hotels &#038; Resorts Premium, space-saving luxury designs. Residential Communities Value-adding amenities for apartments. Boutique &#038; PT Studios Versatile zones for personalized training. 24\/7 Unstaffed Gyms Low-maintenance gear for round-the-clock use. Corporate Wellness Modern setups to boost employee productivity. Universities &#038;&hellip;<\/p>\n","category_list_v2":"","author_info_v2":{"name":"flora","url":"https:\/\/www.yanrefitness.com\/author\/flora\/"},"comments_num_v2":"0 comments","_links":{"self":[{"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/pages\/218395","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/users\/48"}],"replies":[{"embeddable":true,"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/comments?post=218395"}],"version-history":[{"count":9,"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/pages\/218395\/revisions"}],"predecessor-version":[{"id":218412,"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/pages\/218395\/revisions\/218412"}],"wp:attachment":[{"href":"https:\/\/www.yanrefitness.com\/wp-json\/wp\/v2\/media?parent=218395"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}