{"id":16,"date":"2026-07-06T05:11:31","date_gmt":"2026-07-06T05:11:31","guid":{"rendered":"https:\/\/vrgdigital.in\/aura\/?page_id=16"},"modified":"2026-07-06T11:24:48","modified_gmt":"2026-07-06T11:24:48","slug":"services","status":"publish","type":"page","link":"https:\/\/vrgdigital.in\/aura\/services\/","title":{"rendered":"Services"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16\" class=\"elementor elementor-16\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bb2f8fd e-flex e-con-boxed e-con e-parent\" data-id=\"bb2f8fd\" 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-4391b77 elementor-widget elementor-widget-html\" data-id=\"4391b77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  AURAA* \u2014 SERVICES \/ HERO + TABS  (merged, self-contained sticky + angled reveal)\n\n  Both live inside .sv-stage so the hero's position:sticky works no matter how Elementor wraps the widget.\n  The hero pins; the angled white tab section (z-index:2) scrolls up over it, revealing the gradient\n  through the diagonal cut. Keep the NEXT section (contact) at position:relative; z-index:2.\n  Do NOT put this widget inside a container with overflow:hidden or a CSS transform, or sticky breaks.\n-->\n<style>\n:root{\n  --auraa-font:'Satoshi',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;\n  --auraa-blue:#0047AB;\n  --auraa-gutter:5.56%;\n  --auraa-header-h:104px;\n  --sv-hero-h:600px;\n  --sv-angle: clamp(50px, 6.6vw, 130px);\n}\n.sv-stage{ position:relative; font-family:var(--auraa-font); }\n.sv-stage *{ box-sizing:border-box; }\n\n\/* ---------- HERO (pinned) ---------- *\/\n.sv-hero{\n  position:sticky; top:0; z-index:1;\n  width:100%; min-height:var(--sv-hero-h);\n  display:flex; align-items:center; justify-content:center; text-align:center;\n  padding: calc(var(--auraa-header-h) + 20px) var(--auraa-gutter) clamp(56px,8vh,90px);\n  overflow:hidden;\n  background:#02040a url('https:\/\/vrgdigital.in\/aura\/wp-content\/uploads\/2026\/07\/about-bg.png') center center \/ cover no-repeat;\n}\n.sv-hero__content{ position:relative; z-index:1; max-width:1300px; }\n.sv-hero__eyebrow{ color:#fff; font-weight:500; font-size:clamp(15px,1.3vw,20px); }\n.sv-hero__eyebrow sup{ font-size:.6em; }\n.sv-hero__title{ margin:clamp(12px,2vh,22px) 0 0; color:#fff; font-weight:900; font-size:clamp(24px,4.6vw,72px); line-height:1.08; letter-spacing:-0.01em; }\n.sv-hero__title .hl-italic{ font-style:italic; font-weight:300; }\n.sv-hero__title .hl-bold{ font-style:normal; font-weight:900; }\n.sv-hero__sub{ max-width:820px; margin:clamp(18px,2.6vh,32px) auto 0; color:rgba(255,255,255,.82); font-weight:400; font-size:clamp(15px,1.3vw,20px); line-height:1.55; }\n.sv-hero__scroll{ position:absolute; left:50%; bottom:26px; transform:translateX(-50%); z-index:1; animation:svBounce 1.9s ease-in-out infinite; }\n.sv-hero__scroll svg{ display:block; }\n@keyframes svBounce{ 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(8px)} }\n\n\/* ---------- TABS (angled, slides over) ---------- *\/\n.svc{\n  position:relative; z-index:2; background:#fff;\n  clip-path: polygon(0 var(--sv-angle), 100% 0, 100% 100%, 0 100%);   \/* lower-left \u2192 higher-right *\/\n}\n.svc__inner{ padding: calc(var(--sv-angle) + clamp(20px,2.6vh,40px)) var(--auraa-gutter) clamp(70px,10vh,130px); }\n.svc__label{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:20px; border-top:1px solid rgba(0,0,0,.12); color:var(--auraa-blue); font-weight:500; font-size:clamp(15px,1.1vw,18px); letter-spacing:.02em; }\n.svc__index{ display:inline-flex; align-items:center; gap:10px; }\n.svc__spin{ width:20px; height:20px; display:block; animation:svcSpin 4s linear infinite; }\n@keyframes svcSpin{ to{ transform:rotate(360deg); } }\n\n.svc__tabs{ display:flex; flex-wrap:wrap; gap:12px; margin-top:clamp(30px,4vh,48px); }\n.svc__tab{ font-family:var(--auraa-font); font-weight:500; font-size:clamp(14px,1vw,17px); padding:13px 24px; border-radius:999px; cursor:pointer; background:#efeef0; color:#0a0a0a; border:1px solid rgba(0,0,0,.12); transition:background .25s ease, color .25s ease, border-color .25s ease; }\n.svc__tab:hover{ border-color:rgba(0,0,0,.3); }\n.svc__tab.is-active{ background:var(--auraa-blue); color:#fff; border-color:var(--auraa-blue); }\n\n.svc__panel{ display:none; margin-top:clamp(34px,5vh,58px); }\n.svc__panel.is-active{ display:block; }\n.svc__h{ margin:0 0 clamp(16px,2vh,22px); color:#0a0a0a; font-weight:700; font-size:clamp(26px,3.4vw,48px); line-height:1.14; letter-spacing:-0.01em; max-width:1200px; }\n.svc__h .rl{ display:block; }\n.svc__h.reveal-armed .rl{ clip-path:inset(0 0 100% 0); will-change:clip-path; transition:clip-path .8s cubic-bezier(.22,1,.36,1); }\n.svc__h.reveal-armed .rl:nth-child(2){ transition-delay:.12s; }\n.svc__h.reveal-armed.is-revealed .rl{ clip-path:inset(0 0 0 0); }\n.svc__intro{ margin:0 0 clamp(30px,4vh,50px); max-width:760px; color:#3a3a3a; font-size:clamp(15px,1.1vw,17px); line-height:1.6; }\n\n.svc__cards{ display:flex; flex-direction:column; gap:16px; }\n.svc-card{ border:1px solid rgba(0,0,0,.14); border-radius:10px; padding:clamp(22px,2vw,32px); transition:border-color .25s ease, box-shadow .25s ease; }\n.svc-card:hover{ border-color:rgba(0,0,0,.28); box-shadow:0 8px 26px rgba(0,0,0,.06); }\n.svc-card__t{ margin:0 0 12px; color:#0a0a0a; font-weight:700; font-size:clamp(20px,1.8vw,28px); }\n.svc-card__d{ margin:0; color:#555; font-size:clamp(14px,1vw,16px); line-height:1.55; }\n\n@media (prefers-reduced-motion: reduce){ .sv-hero__scroll, .svc__spin{ animation:none; } }\n@media (max-width:768px){\n  :root{ --auraa-header-h:80px; --sv-hero-h:480px; }\n  .sv-hero__title{ font-size:clamp(24px,7.2vw,48px); }\n  .svc__h{ font-size:clamp(24px,7vw,36px); }\n}\n<\/style>\n\n<div class=\"sv-stage\">\n\n  <!-- HERO -->\n  <section class=\"sv-hero\">\n    <div class=\"sv-hero__content\">\n      <span class=\"sv-hero__eyebrow\">Services<sup>*<\/sup><\/span>\n      <h1 class=\"sv-hero__title\">\n        <span class=\"hl-italic\">Three<\/span> <span class=\"hl-bold\">Pillars.<\/span> <span class=\"hl-italic\">One<\/span> <span class=\"hl-bold\">System.<\/span> <span class=\"hl-italic\">Every<\/span> <span class=\"hl-bold\">Layer<\/span><br>\n        <span class=\"hl-italic\">Built to Work With the Others.<\/span>\n      <\/h1>\n      <p class=\"sv-hero__sub\">These are not standalone services you pick from a menu. They are components of a single digital infrastructure \u2014 and the brands that build across all three layers are the ones that see results compound over time.<\/p>\n    <\/div>\n    <div class=\"sv-hero__scroll\" aria-hidden=\"true\">\n      <svg width=\"18\" height=\"38\" viewBox=\"0 0 18 38\" fill=\"none\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M9 2 V33\"\/><path d=\"M2 26 L9 34 L16 26\"\/><\/svg>\n    <\/div>\n  <\/section>\n\n  <!-- TABS -->\n  <section class=\"svc\">\n    <div class=\"svc__inner\">\n      <div class=\"svc__label\">\n        <span class=\"svc__index\"><img decoding=\"async\" class=\"svc__spin\" src=\"https:\/\/vrgdigital.in\/aura\/wp-content\/uploads\/2026\/07\/rotate.svg\" alt=\"\"> (01)<\/span>\n        <span>(Services)<\/span>\n      <\/div>\n\n      <div class=\"svc__tabs\" role=\"tablist\">\n        <button class=\"svc__tab is-active\" data-tab=\"brand\"  type=\"button\">Brand \u2014 Foundation<\/button>\n        <button class=\"svc__tab\"           data-tab=\"digital\" type=\"button\">Digital \u2014 Infrastructure<\/button>\n        <button class=\"svc__tab\"           data-tab=\"growth\"  type=\"button\">Growth \u2014 Scale<\/button>\n      <\/div>\n\n      <div class=\"svc__panel is-active\" data-panel=\"brand\">\n        <h2 class=\"svc__h\"><span class=\"rl\">Everything Downstream Performs Better When the Brand Is Right.<\/span><\/h2>\n        <p class=\"svc__intro\">A weak brand foundation does not just produce weak brand results \u2014 it undermines every other investment you make in digital. Campaigns cost more. Websites convert less. Content has no anchor.<\/p>\n        <div class=\"svc__cards\">\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Brand Identity<\/h3><p class=\"svc-card__d\">Your logo, typography, color system, and visual language are commercial signals \u2014 they tell your audience whether you are credible and worth their attention before a single word is read. We design brand identities that communicate with purpose across every touchpoint.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Visual Identity Systems<\/h3><p class=\"svc-card__d\">A logo is a starting point. A visual identity system is what makes a brand recognisable at scale \u2014 consistent across Instagram, a website, a proposal, and a physical space. We build comprehensive brand guidelines and asset libraries that travel.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Brand Positioning<\/h3><p class=\"svc-card__d\">Positioning determines whether you compete on value or on price. We define where your brand sits in the market, who it speaks to, and why it matters \u2014 through research, competitive analysis, and strategic clarity that makes your brand difficult to replicate.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Brand Communication<\/h3><p class=\"svc-card__d\">A well-positioned brand with an inconsistent voice is still a confused brand. We build tone of voice frameworks, messaging hierarchies, and copywriting guidelines that give your brand a clear, consistent voice \u2014 across every channel and every audience.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"svc__panel\" data-panel=\"digital\">\n        <h2 class=\"svc__h\"><span class=\"rl\">Your Website Is Either Your Best Salesperson or Your Biggest Liability.<\/span><\/h2>\n        <p class=\"svc__intro\">A website that was not built with strategy behind it does not convert. A platform not built to scale will need to be rebuilt when you grow. We build digital infrastructure that performs from day one and holds up under pressure.<\/p>\n        <div class=\"svc__cards\">\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">UI\/UX Design<\/h3><p class=\"svc-card__d\">Design is the architecture of how your audience experiences your brand online. Every layout decision, every navigation choice, every visual hierarchy call either moves a user toward action or away from it. We design digital experiences built around how your audience actually behaves.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Website Design and Development<\/h3><p class=\"svc-card__d\">Your website is where first impressions are formed, where campaigns land, and where buying decisions are made. We design and build custom websites that start with your brand strategy and end with a platform that works as hard as your best salesperson \u2014 structured for performance, built to convert, designed to scale.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Website Maintenance<\/h3><p class=\"svc-card__d\">A website that is not maintained is a liability. Slow load times, broken links, outdated content, and security vulnerabilities damage user experience and brand credibility simultaneously. We provide ongoing management that keeps your digital platform fast, secure, and aligned with your business.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"svc__panel\" data-panel=\"growth\">\n        <h2 class=\"svc__h\"><span class=\"rl\">Growth Built on the Right Foundation Is Predictable. Without It, It Is Expensive.<\/span><\/h2>\n        <p class=\"svc__intro\">Every growth service at Auraa* is connected to your brand and built on your digital infrastructure. So every rupee spent is working within a system \u2014 not in isolation.<\/p>\n        <div class=\"svc__cards\">\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Social Media Strategy and Management<\/h3><p class=\"svc-card__d\">Social media is a demand generation and brand building system \u2014 not a content calendar. Every post, reel, and story is designed to build your brand, grow your audience, or drive a specific behavior. Content that does not serve a commercial purpose does not get published.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Search Engine Optimisation<\/h3><p class=\"svc-card__d\">Every position gained in organic search is a position your competitors do not hold \u2014 and a channel that does not require ongoing ad spend to maintain. We implement structured SEO strategies \u2014 technical, on-page, and content-led \u2014 that build discoverability and reduce dependency on paid acquisition over time.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Content Marketing<\/h3><p class=\"svc-card__d\">Content that does not serve the funnel is noise. We build content strategies that attract the right audience at the right stage of their journey, build authority in your category, and support conversion from awareness through to decision. Every piece has a purpose.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Paid Advertising \u2014 Meta and Google<\/h3><p class=\"svc-card__d\">We build and manage paid campaigns structured around real business objectives \u2014 not vanity metrics. Every campaign includes audience strategy, creative direction, funnel architecture, and continuous optimisation. Retargeting is not optional \u2014 it is built into every campaign from the start.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Email Marketing<\/h3><p class=\"svc-card__d\">The highest-ROI channel most brands underuse. We build structured email campaigns and automation flows that keep your audience engaged, nurture leads through the funnel, and drive conversions at every stage of the customer journey.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Influencer Strategies<\/h3><p class=\"svc-card__d\">Influencer marketing without structure is budget with no accountability. We build strategies that select collaborators based on audience alignment \u2014 not follower count \u2014 and measure output against commercial outcomes, not just reach.<\/p><\/div>\n          <div class=\"svc-card\"><h3 class=\"svc-card__t\">Online Reputation Management<\/h3><p class=\"svc-card__d\">Your digital reputation is being shaped whether you are managing it or not. We monitor how your brand is perceived, respond to the signals that matter, and implement proactive strategies that protect and strengthen your reputation over time.<\/p><\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<script>\n(function(){\n  var reduce = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n  var tabs = document.querySelectorAll('.svc__tab');\n  var panels = document.querySelectorAll('.svc__panel');\n\n  tabs.forEach(function(h){ var pan = document.querySelector('.svc__panel[data-panel=\"'+h.dataset.tab+'\"] .svc__h'); if(pan && !reduce) pan.classList.add('reveal-armed'); });\n\n  function revealHeading(panel){ var h=panel.querySelector('.svc__h'); if(h && !reduce) requestAnimationFrame(function(){ h.classList.add('is-revealed'); }); }\n  function activate(name){\n    tabs.forEach(function(t){ t.classList.toggle('is-active', t.dataset.tab===name); });\n    panels.forEach(function(p){ var on=p.dataset.panel===name; p.classList.toggle('is-active', on); if(on){ var h=p.querySelector('.svc__h'); if(h) h.classList.remove('is-revealed'); revealHeading(p); } });\n  }\n  tabs.forEach(function(t){ t.addEventListener('click', function(){ activate(t.dataset.tab); }); });\n\n  var first=document.querySelector('.svc__panel.is-active');\n  if(first && !reduce){\n    var io=new IntersectionObserver(function(es){ es.forEach(function(e){ if(e.isIntersecting){ revealHeading(first); io.disconnect(); } }); }, { threshold:0.25 });\n    io.observe(first);\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3dcc8ca e-flex e-con-boxed e-con e-parent\" data-id=\"3dcc8ca\" 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-5dabaec elementor-widget elementor-widget-html\" data-id=\"5dabaec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  AURAA* \u2014 SERVICES \/ SECTION 02 (Contact Us)   beige bg\n  position:relative; z-index:2 (keeps it above the sticky hero). Footer goes below (reuse footer widget).\n-->\n<style>\n:root{ --auraa-font:'Satoshi',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; --auraa-blue:#0047AB; --auraa-gutter:5.56%; }\n.svcta *{ box-sizing:border-box; }\n.svcta{ position:relative; z-index:2; background:#E4E2DD; font-family:var(--auraa-font); }\n.svcta__inner{ padding: clamp(58px,8vh,108px) var(--auraa-gutter) clamp(58px,8vh,104px); }\n.svcta__label{ display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top:20px; border-top:1px solid rgba(0,0,0,.14); color:var(--auraa-blue); font-weight:500; font-size:clamp(15px,1.1vw,18px); letter-spacing:.02em; }\n.svcta__index{ display:inline-flex; align-items:center; gap:10px; }\n.svcta__spin{ width:20px; height:20px; display:block; animation:svctaSpin 4s linear infinite; }\n@keyframes svctaSpin{ to{ transform:rotate(360deg); } }\n@media (prefers-reduced-motion: reduce){ .svcta__spin{ animation:none; } }\n\n.svcta__title{ text-align:center; max-width:1000px; margin:clamp(40px,7vh,88px) auto clamp(26px,4vh,38px); color:#0a0a0a; font-weight:700; font-size:clamp(30px,4.2vw,58px); line-height:1.12; letter-spacing:-0.01em; }\n.svcta__title .rl{ display:block; }\n.svcta__title.reveal-armed .rl{ clip-path:inset(0 0 100% 0); will-change:clip-path; transition:clip-path .9s cubic-bezier(.22,1,.36,1); }\n.svcta__title.reveal-armed .rl:nth-child(2){ transition-delay:.13s; }\n.svcta__title.reveal-armed.is-revealed .rl{ clip-path:inset(0 0 0 0); }\n.svcta__sub{ text-align:center; max-width:660px; margin:0 auto; color:#3a3a3a; font-size:clamp(15px,1.15vw,18px); line-height:1.6; }\n.svcta__btns{ display:flex; justify-content:center; flex-wrap:wrap; gap:16px; margin-top:clamp(34px,5vh,54px); }\n.svcta-btn{ display:inline-flex; align-items:center; gap:10px; padding:16px 30px; border-radius:999px; text-decoration:none; font-weight:500; font-size:clamp(15px,1.05vw,17px); transition:transform .2s ease; white-space:nowrap; }\n.svcta-btn:hover{ transform:translateY(-1px); }\n.svcta-btn img{ width:15px; height:15px; filter:brightness(0) invert(1); }\n.svcta-btn--blue{ background:var(--auraa-blue); color:#fff; }\n.svcta-btn--dark{ background:#111; color:#fff; }\n<\/style>\n\n<section class=\"svcta\">\n  <div class=\"svcta__inner\">\n    <div class=\"svcta__label\">\n      <span class=\"svcta__index\"><img decoding=\"async\" class=\"svcta__spin\" src=\"https:\/\/vrgdigital.in\/aura\/wp-content\/uploads\/2026\/07\/rotate.svg\" alt=\"\"> (02)<\/span>\n      <span>(Contact Us)<\/span>\n    <\/div>\n\n    <h2 class=\"svcta__title\">\n      <span class=\"rl\">Not Sure Which Pillar<\/span>\n      <span class=\"rl\">You Need First?<\/span>\n    <\/h2>\n\n    <p class=\"svcta__sub\">Most brands know something is not working \u2014 they are just not sure where the gap is. We start with a free audit, identify the weakest layer, and tell you exactly what needs to be built first.<\/p>\n\n    <div class=\"svcta__btns\">\n      <a class=\"svcta-btn svcta-btn--blue\" href=\"https:\/\/vrgdigital.in\/aura\/contact-us\/\">Book a Free Audit <img decoding=\"async\" src=\"https:\/\/vrgdigital.in\/aura\/wp-content\/uploads\/2026\/07\/rightarrow.svg\" alt=\"\"><\/a>\n      <a class=\"svcta-btn svcta-btn--dark\" href=\"https:\/\/vrgdigital.in\/aura\/contact-us\/\">Book a Strategy Session <img decoding=\"async\" src=\"https:\/\/vrgdigital.in\/aura\/wp-content\/uploads\/2026\/07\/rightarrow.svg\" alt=\"\"><\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<script>\n(function(){\n  var h=document.querySelector('.svcta__title');\n  if(h && !window.matchMedia('(prefers-reduced-motion: reduce)').matches){\n    h.classList.add('reveal-armed');\n    var io=new IntersectionObserver(function(es){es.forEach(function(e){if(e.isIntersecting){h.classList.add('is-revealed');io.unobserve(h);}});},{threshold:0.3});\n    io.observe(h);\n  }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Services* Three Pillars. One System. Every Layer Built to Work With the Others. These are not standalone services you pick from a menu. They are components of a single digital infrastructure \u2014 and the brands that build across all three layers are the ones that see results compound over time. (01) (Services) Brand \u2014 Foundation [&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-16","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":19,"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":240,"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/pages\/16\/revisions\/240"}],"wp:attachment":[{"href":"https:\/\/vrgdigital.in\/aura\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}