{"id":8338,"date":"2026-07-20T08:21:30","date_gmt":"2026-07-20T04:21:30","guid":{"rendered":"https:\/\/gold-grasshopper-734000.hostingersite.com\/?page_id=8338"},"modified":"2026-07-20T08:38:11","modified_gmt":"2026-07-20T04:38:11","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/omegafits.com\/ar\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8338\" class=\"elementor elementor-8338\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f28ea8 e-flex e-con-boxed e-con e-parent\" data-id=\"7f28ea8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-850540a elementor-widget elementor-widget-html\" data-id=\"850540a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Privacy Policy - OmegaFits<\/title>\n  \n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n\n  <style>\n    \/* ==========================================================================\n       CSS Variables & Reset\n       ========================================================================== *\/\n    :root {\n      --primary: #0F172A;\n      --accent: #2563EB;\n      --accent-hover: #1D4ED8;\n      --success: #16A34A;\n      --bg-main: #FFFFFF;\n      --bg-card: #F8F9FA;\n      --border-color: #E5E7EB;\n      --text-muted: #64748B;\n      --radius-lg: 16px;\n      --radius-md: 12px;\n      --radius-sm: 8px;\n      --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);\n      --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n      --shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, 0.08);\n      --transition: all 0.3s ease;\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: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n      background-color: var(--bg-main);\n      color: var(--primary);\n      line-height: 1.8;\n      font-size: 16px;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    \/* ==========================================================================\n       Layout Containers\n       ========================================================================== *\/\n    .page-wrapper {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 24px 60px 24px;\n    }\n\n    .main-layout {\n      display: grid;\n      grid-template-columns: 280px 1fr;\n      gap: 40px;\n      max-width: 1100px;\n      margin: 0 auto;\n      position: relative;\n    }\n\n    .content-container {\n      max-width: 900px;\n      width: 100%;\n    }\n\n    \/* ==========================================================================\n       Hero Section\n       ========================================================================== *\/\n    .hero-section {\n      text-align: center;\n      padding: 60px 20px 40px 20px;\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .breadcrumb {\n      font-size: 14px;\n      color: var(--text-muted);\n      margin-bottom: 20px;\n      font-weight: 500;\n    }\n\n    .breadcrumb a {\n      color: var(--text-muted);\n      text-decoration: none;\n      transition: var(--transition);\n    }\n\n    .breadcrumb a:hover {\n      color: var(--accent);\n    }\n\n    .hero-title-container {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      margin-bottom: 12px;\n    }\n\n    .hero-icon {\n      width: 44px;\n      height: 44px;\n      background: rgba(37, 99, 235, 0.1);\n      color: var(--accent);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .hero-section h1 {\n      font-size: 44px;\n      font-weight: 800;\n      letter-spacing: -0.02em;\n      color: var(--primary);\n    }\n\n    .hero-subtitle {\n      font-size: 18px;\n      color: var(--text-muted);\n      margin-bottom: 20px;\n    }\n\n    .last-updated {\n      display: inline-block;\n      background: #EFF6FF;\n      color: var(--accent);\n      padding: 6px 16px;\n      border-radius: 20px;\n      font-size: 14px;\n      font-weight: 600;\n    }\n\n    \/* ==========================================================================\n       Sticky Table of Contents (Desktop)\n       ========================================================================== *\/\n    .toc-wrapper {\n      position: sticky;\n      top: 40px;\n      height: fit-content;\n      background: var(--bg-card);\n      padding: 24px;\n      border-radius: var(--radius-md);\n      border: 1px solid var(--border-color);\n    }\n\n    .toc-title {\n      font-size: 16px;\n      font-weight: 700;\n      margin-bottom: 16px;\n      color: var(--primary);\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .toc-list {\n      list-style: none;\n      display: flex;\n      flex-direction: column;\n      gap: 10px;\n    }\n\n    .toc-list a {\n      color: var(--text-muted);\n      text-decoration: none;\n      font-size: 14px;\n      font-weight: 500;\n      transition: var(--transition);\n      display: block;\n      white-space: nowrap;\n      overflow: hidden;\n      text-overflow: ellipsis;\n    }\n\n    .toc-list a:hover {\n      color: var(--accent);\n      transform: translateX(4px);\n    }\n\n    \/* ==========================================================================\n       Policy Content Cards\n       ========================================================================== *\/\n    .policy-card {\n      background: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-lg);\n      padding: 36px;\n      margin-bottom: 24px;\n      box-shadow: var(--shadow-sm);\n      transition: var(--transition);\n    }\n\n    .policy-card:hover {\n      box-shadow: var(--shadow-lg);\n      transform: translateY(-2px);\n      background: var(--bg-main);\n      border-color: #CBD5E1;\n    }\n\n    .card-header {\n      display: flex;\n      align-items: center;\n      gap: 16px;\n      margin-bottom: 20px;\n    }\n\n    .card-icon-box {\n      width: 48px;\n      height: 48px;\n      background: #FFFFFF;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      box-shadow: var(--shadow-sm);\n      font-size: 20px;\n      flex-shrink: 0;\n    }\n\n    .policy-card h2 {\n      font-size: 26px;\n      font-weight: 700;\n      color: var(--primary);\n      letter-spacing: -0.01em;\n    }\n\n    .policy-card p {\n      color: #334155;\n      font-size: 16px;\n      margin-bottom: 16px;\n    }\n\n    .policy-card p:last-child {\n      margin-bottom: 0;\n    }\n\n    \/* Checkmark Lists *\/\n    .feature-list {\n      list-style: none;\n      margin: 16px 0;\n    }\n\n    .feature-list li {\n      position: relative;\n      padding-left: 32px;\n      margin-bottom: 12px;\n      color: #334155;\n    }\n\n    .feature-list li::before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 6px;\n      width: 18px;\n      height: 18px;\n      background-color: rgba(22, 163, 74, 0.15);\n      background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24' fill='%2316A34A'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'\/%3E%3C\/svg%3E\");\n      background-repeat: no-repeat;\n      background-position: center;\n      background-size: 14px;\n      border-radius: 50%;\n    }\n\n    \/* Highlight Callouts *\/\n    .callout-box {\n      background: #EFF6FF;\n      border-left: 4px solid var(--accent);\n      padding: 16px 20px;\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n      margin: 16px 0;\n      color: #1E40AF;\n      font-size: 15px;\n    }\n\n    \/* ==========================================================================\n       Contact Card\n       ========================================================================== *\/\n    .contact-card {\n      background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);\n      color: #FFFFFF;\n      border-radius: var(--radius-lg);\n      padding: 40px;\n      margin-top: 40px;\n      box-shadow: var(--shadow-lg);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .contact-card h2 {\n      color: #FFFFFF;\n      font-size: 30px;\n      margin-bottom: 8px;\n    }\n\n    .contact-card .subtitle {\n      color: #94A3B8;\n      font-size: 15px;\n      margin-bottom: 28px;\n    }\n\n    .contact-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n      gap: 20px;\n    }\n\n    .contact-item {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      background: rgba(255, 255, 255, 0.05);\n      padding: 16px;\n      border-radius: var(--radius-md);\n      border: 1px solid rgba(255, 255, 255, 0.1);\n    }\n\n    .contact-item-icon {\n      color: var(--accent);\n      font-size: 20px;\n      margin-top: 2px;\n    }\n\n    .contact-item-text label {\n      display: block;\n      font-size: 12px;\n      text-transform: uppercase;\n      color: #94A3B8;\n      letter-spacing: 0.05em;\n      margin-bottom: 2px;\n    }\n\n    .contact-item-text a, .contact-item-text span {\n      color: #FFFFFF;\n      text-decoration: none;\n      font-weight: 500;\n      font-size: 15px;\n      word-break: break-word;\n    }\n\n    .contact-item-text a:hover {\n      color: #60A5FA;\n    }\n\n    \/* ==========================================================================\n       Footer Notice & UI Accessories\n       ========================================================================== *\/\n    .footer-notice {\n      text-align: center;\n      margin-top: 40px;\n      padding: 20px;\n      font-size: 14px;\n      color: var(--text-muted);\n      border-top: 1px solid var(--border-color);\n    }\n\n    .back-to-top {\n      position: fixed;\n      bottom: 30px;\n      right: 30px;\n      width: 48px;\n      height: 48px;\n      background-color: var(--primary);\n      color: #FFFFFF;\n      border: none;\n      border-radius: 50%;\n      box-shadow: var(--shadow-lg);\n      cursor: pointer;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: var(--transition);\n      opacity: 0.8;\n      z-index: 100;\n    }\n\n    .back-to-top:hover {\n      opacity: 1;\n      transform: translateY(-4px);\n      background-color: var(--accent);\n    }\n\n    \/* ==========================================================================\n       Responsive Styles\n       ========================================================================== *\/\n    @media (max-width: 992px) {\n      .main-layout {\n        grid-template-columns: 1fr;\n      }\n\n      .toc-wrapper {\n        display: none; \/* Hide sticky TOC on tablets & mobile *\/\n      }\n\n      .hero-section h1 {\n        font-size: 34px;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .policy-card {\n        padding: 24px;\n      }\n\n      .hero-section {\n        padding: 40px 10px 20px 10px;\n      }\n\n      .contact-card {\n        padding: 24px;\n      }\n\n      .contact-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"page-wrapper\">\n    <div class=\"main-layout\">\n      \n      <aside class=\"toc-wrapper\">\n        <div class=\"toc-title\">Navigation<\/div>\n        <ul class=\"toc-list\">\n          <li><a href=\"#scope\">1. Scope<\/a><\/li>\n          <li><a href=\"#info-collect\">2. Information We Collect<\/a><\/li>\n          <li><a href=\"#info-use\">3. How We Use Info<\/a><\/li>\n          <li><a href=\"#marketing\">4. Marketing<\/a><\/li>\n          <li><a href=\"#cookies\">5. Cookies & Tracking<\/a><\/li>\n          <li><a href=\"#sharing\">6. Information Sharing<\/a><\/li>\n          <li><a href=\"#security\">7. Data Security<\/a><\/li>\n          <li><a href=\"#retention\">8. Data Retention<\/a><\/li>\n          <li><a href=\"#rights\">9. Your Rights<\/a><\/li>\n          <li><a href=\"#deletion\">10. Account Deletion<\/a><\/li>\n          <li><a href=\"#children\">11. Children's Privacy<\/a><\/li>\n          <li><a href=\"#transfers\">12. Data Transfers<\/a><\/li>\n          <li><a href=\"#changes\">13. Policy Changes<\/a><\/li>\n          <li><a href=\"#contact\">\u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/a><\/li>\n        <\/ul>\n      <\/aside>\n\n      <main class=\"content-container\">\n\n        <section id=\"scope\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udd12<\/div>\n            <h2>1. Scope<\/h2>\n          <\/div>\n          <p>This Privacy Policy outlines how <strong>\u0623\u0648\u0645\u064a\u063a\u0627 \u0641\u064a\u062a\u0633<\/strong> collects, uses, protects, and handles your personal information across our website, mobile applications, and online store services.<\/p>\n          <p>By interacting with OmegaFits, purchasing our fitness supplements, or using our digital services, you agree to the collection and use of information in accordance with this policy.<\/p>\n        <\/section>\n\n        <section id=\"info-collect\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udc64<\/div>\n            <h2>2. Information We Collect<\/h2>\n          <\/div>\n          <p>To provide you with high-quality fitness products and personalized experiences, we gather various types of information:<\/p>\n          <ul class=\"feature-list\">\n            <li><strong>Personal Details:<\/strong> Full name, email address, telephone number, shipping, and billing addresses.<\/li>\n            <li><strong>Payment Data:<\/strong> Payment details (processed securely via encrypted third-party payment gateways; we never store raw credit card credentials).<\/li>\n            <li><strong>Account Credentials:<\/strong> Passwords, order history, saved addresses, and preference settings.<\/li>\n            <li><strong>Technical Data:<\/strong> IP address, browser type, device information, operating system, and browsing behavior on our platform.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"info-use\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\uded2<\/div>\n            <h2>3. How We Use Your Information<\/h2>\n          <\/div>\n          <p>We process your personal information to fulfill our commitment to delivering exceptional services and products:<\/p>\n          <ul class=\"feature-list\">\n            <li>Processing, shipping, and tracking your order fulfillments.<\/li>\n            <li>Managing payment processing and preventing fraudulent transactions.<\/li>\n            <li>Providing customer support and responding to product or order inquiries.<\/li>\n            <li>Enhancing, optimizing, and personalizing user experience on our store.<\/li>\n            <li>Fulfilling legal obligations and auditing requirements.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"marketing\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udce2<\/div>\n            <h2>4. Marketing Communications<\/h2>\n          <\/div>\n          <p>With your explicit consent, we may send you emails regarding new supplement launches, promotional discounts, and tailored fitness advice.<\/p>\n          <div class=\"callout-box\">\n            <strong>Opting Out:<\/strong> You can unsubscribe from marketing communications at any time by clicking the \"Unsubscribe\" link at the bottom of our emails or contacting our support team directly.\n          <\/div>\n        <\/section>\n\n        <section id=\"cookies\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83c\udf6a<\/div>\n            <h2>5. Cookies & Tracking<\/h2>\n          <\/div>\n          <p>We use cookies, web beacons, and analytical tools to understand user behavior, save cart contents, and remember preferences.<\/p>\n          <ul class=\"feature-list\">\n            <li><strong>Essential Cookies:<\/strong> Required for cart functionality and secure logins.<\/li>\n            <li><strong>Analytics Cookies:<\/strong> Help us measure traffic patterns and user journeys to improve site performance.<\/li>\n            <li><strong>Marketing Cookies:<\/strong> Allow tailored advertisements relevant to your fitness interests.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"sharing\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83e\udd1d<\/div>\n            <h2>6. Information Sharing<\/h2>\n          <\/div>\n          <p>OmegaFits strictly respects your personal data. <strong>We do not sell, rent, or trade your personal information to third parties.<\/strong><\/p>\n          <p>We only share data with trusted third-party service partners necessary for operational delivery, such as logistics couriers, secure payment processors, and IT infrastructure providers.<\/p>\n        <\/section>\n\n        <section id=\"security\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udee1\ufe0f<\/div>\n            <h2>7. Data Security<\/h2>\n          <\/div>\n          <p>We implement enterprise-grade security controls to safeguard your data. All communication is protected via 256-bit SSL encryption, restricted server access controls, and periodic security monitoring.<\/p>\n        <\/section>\n\n        <section id=\"retention\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\uddc2\ufe0f<\/div>\n            <h2>8. Data Retention<\/h2>\n          <\/div>\n          <p>We store your information only for as long as necessary to fulfill order requirements, maintain customer service continuity, manage accounting records, and comply with regulatory compliance statutes.<\/p>\n        <\/section>\n\n        <section id=\"rights\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\u2705<\/div>\n            <h2>9. Your Rights<\/h2>\n          <\/div>\n          <p>Depending on your jurisdiction, you hold full user rights regarding your personal data:<\/p>\n          <ul class=\"feature-list\">\n            <li>The right to access and review the data we hold about you.<\/li>\n            <li>The right to correct or update inaccurate information.<\/li>\n            <li>The right to request data portability or object to automated profiling.<\/li>\n            <li>The right to withdraw marketing consents at any moment.<\/li>\n          <\/ul>\n        <\/section>\n\n        <section id=\"deletion\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\uddd1\ufe0f<\/div>\n            <h2>10. Account Deletion<\/h2>\n          <\/div>\n          <p>If you wish to delete your account and associated profile information permanently, you can submit a deletion request via our support channels. Upon confirmation, your data will be safely purged from active systems, subject to legal recordkeeping obligations.<\/p>\n        <\/section>\n\n        <section id=\"children\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udc76<\/div>\n            <h2>11. Children's Privacy<\/h2>\n          <\/div>\n          <p>Our platform and supplement products are intended for individuals who are at least 18 years of age. OmegaFits does not knowingly collect or solicit personal information from children under 16.<\/p>\n        <\/section>\n\n        <section id=\"transfers\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83c\udf0d<\/div>\n            <h2>12. International Data Transfers<\/h2>\n          <\/div>\n          <p>If you access OmegaFits from outside the Sultanate of Oman, please be aware that your information may be processed across secure global infrastructure and servers adhering to equivalent global protection standards.<\/p>\n        <\/section>\n\n        <section id=\"changes\" class=\"policy-card\">\n          <div class=\"card-header\">\n            <div class=\"card-icon-box\">\ud83d\udcdd<\/div>\n            <h2>13. Changes to this Privacy Policy<\/h2>\n          <\/div>\n          <p>We regularly evaluate and update this document to reflect changes in legal policies and product updates. Any changes will be published here with an updated revision date.<\/p>\n        <\/section>\n\n        <section id=\"contact\" class=\"contact-card\">\n          <h2>\u0627\u062a\u0635\u0644 \u0628\u0646\u0627<\/h2>\n          <p class=\"subtitle\">Have questions or privacy concerns? Reach out to our legal and support team directly.<\/p>\n\n          <div class=\"contact-grid\">\n            <div class=\"contact-item\">\n              <div class=\"contact-item-icon\">\ud83c\udfe2<\/div>\n              <div class=\"contact-item-text\">\n                <label>\u0634\u0631\u0643\u0629<\/label>\n                <span>OmegaFits (Operated by Alostora)<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"contact-item\">\n              <div class=\"contact-item-icon\">\ud83d\udccd<\/div>\n              <div class=\"contact-item-text\">\n                <label>Location<\/label>\n                <span>Muscat, Sultanate of Oman<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"contact-item\">\n              <div class=\"contact-item-icon\">\ud83d\udcde<\/div>\n              <div class=\"contact-item-text\">\n                <label>Phone<\/label>\n                <a href=\"tel:+96890105050\">+968 9010 5050<\/a>\n              <\/div>\n            <\/div>\n\n            <div class=\"contact-item\">\n              <div class=\"contact-item-icon\">\u2709\ufe0f<\/div>\n              <div class=\"contact-item-text\">\n                <label>Email<\/label>\n                <a href=\"mailto:omanalostora@gmail.com\">omanalostora@gmail.com<\/a>\n              <\/div>\n            <\/div>\n\n            <div class=\"contact-item\">\n              <div class=\"contact-item-icon\">\ud83c\udf10<\/div>\n              <div class=\"contact-item-text\">\n                <label>Website<\/label>\n                <a href=\"https:\/\/omegafits.com\/ar\/\" target=\"_blank\" rel=\"noopener\">www.omegafits.com<\/a>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/section>\n\n      <\/main>\n    <\/div>\n  <\/div>\n\n \n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Privacy Policy &#8211; OmegaFits Navigation 1. Scope 2. Information We Collect 3. How We Use Info 4. Marketing 5. Cookies &#038; Tracking 6. Information Sharing 7. Data Security 8. Data Retention 9. Your Rights 10. Account Deletion 11. Children&#8217;s Privacy 12. Data Transfers 13. Policy Changes Contact Us \ud83d\udd12 1. Scope This Privacy Policy outlines [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8338","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/pages\/8338","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/comments?post=8338"}],"version-history":[{"count":8,"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/pages\/8338\/revisions"}],"predecessor-version":[{"id":8353,"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/pages\/8338\/revisions\/8353"}],"wp:attachment":[{"href":"https:\/\/omegafits.com\/ar\/wp-json\/wp\/v2\/media?parent=8338"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}