{"id":12,"date":"2025-11-02T08:00:36","date_gmt":"2025-11-02T08:00:36","guid":{"rendered":"https:\/\/vipaviation.pk\/?page_id=12"},"modified":"2025-11-02T08:54:05","modified_gmt":"2025-11-02T08:54:05","slug":"12-2","status":"publish","type":"page","link":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/","title":{"rendered":"Hi there&#8217;re"},"content":{"rendered":"\nimport React, { useEffect } from &#8220;react&#8221;;\n\n\/\/ Self-contained React page for preview (no asset imports)\n\/\/ The downloadable static HTML (with your logo image) is provided separately.\n\nconst brand = {\n  name: &#8220;VIP Aviation (Private) Limited&#8221;,\n  short: &#8220;VIP Aviation&#8221;,\n  gold: &#8220;#C9A227&#8221;,\n  blue: &#8220;#0F3D91&#8243;,\n};\n\nexport default function VipAviationSite() {\n  useEffect(() => {\n    const onClick = (e) => {\n      const a = e.target.closest(&#8216;a[href^=&#8221;#&#8221;]&#8217;);\n      if (!a) return;\n      const id = a.getAttribute(&#8216;href&#8217;);\n      const el = document.querySelector(id);\n      if (el) {\n        e.preventDefault();\n        el.scrollIntoView({ behavior: &#8216;smooth&#8217;, block: &#8216;start&#8217; });\n      }\n    };\n    document.addEventListener(&#8216;click&#8217;, onClick);\n    return () => document.removeEventListener(&#8216;click&#8217;, onClick);\n  }, []);\n\n  return (\n    <div className=\"min-h-screen text-slate-900\" style={{ scrollBehavior: 'smooth' }}>\n      {\/* Header (badge used so preview works without external files) *\/}\n      <header className=\"sticky top-0 z-40 backdrop-blur bg-white\/80 border-b\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\">\n          <div className=\"flex h-16 items-center justify-between\">\n            <a href=\"#home\" className=\"flex items-center gap-3\">\n              <img decoding=\"async\" src=\"data:image\/png;base64,iVBORw0KGgoAAAANSUhEUgAAAV4AAADICAYAAACgY4nwAAAABGdBTUEAAL...ABNgAkyACTABJsAEmAATYAJMgAkwASbABJgAE2ACTIAJMIH\/JQT+P1M7da6uPvPOAAAAAElFTkSuQmCC\" alt=\"VIP Aviation Logo\" className=\"h-12 w-auto\" \/>\n              <div className=\"leading-tight\">\n                <div className=\"font-semibold\">{brand.short}<\/div>\n                <div className=\"text-xs text-slate-500\">Fixed\u2011Base Operator \u2022 Pakistan<\/div>\n              <\/div>\n            <\/a>\n            <nav className=\"hidden md:flex items-center gap-6 text-sm\">\n              {[\n                [&#8220;Services&#8221;,&#8221;#services&#8221;],\n                [&#8220;Airports&#8221;,&#8221;#airports&#8221;],\n                [&#8220;Why Us&#8221;,&#8221;#benefits&#8221;],\n                [&#8220;Contact&#8221;,&#8221;#contact&#8221;],\n              ].map(([label,href]) => (\n                <a key={href} href={href} className=\"hover:opacity-80\">{label}<\/a>\n              ))}\n              <a href=\"#contact\" className=\"px-4 py-2 rounded-xl font-medium text-white shadow\" style={{background:brand.blue}}>Get Support<\/a>\n            <\/nav>\n          <\/div>\n        <\/div>\n      <\/header>\n\n      {\/* Hero *\/}\n      <section id=\"home\" className=\"relative overflow-hidden\">\n        <div className=\"absolute inset-0 opacity-10\" style={{background:`radial-gradient(600px 280px at 10% 10%, ${brand.gold}, transparent), radial-gradient(600px 280px at 90% 20%, ${brand.blue}, transparent)`}} \/>\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 py-20 sm:py-28\">\n          <div className=\"grid md:grid-cols-2 gap-10 items-center\">\n            <div>\n              <h1 className=\"text-4xl sm:text-5xl font-extrabold leading-tight\">Premium VIP Ground Handling &#038; Flight Support in Pakistan<\/h1>\n              <p className=\"mt-5 text-lg text-slate-600\">Full\u2011service FBO solutions for charter, corporate, and diplomatic operations \u2014 from landing permits and slots to ramp handling, concierge, and crew support.<\/p>\n              <div className=\"mt-8 flex flex-wrap gap-3\">\n                <a href=\"#contact\" className=\"px-5 py-3 rounded-xl text-white font-semibold shadow\" style={{background:brand.blue}}>Request Handling<\/a>\n                <a href=\"#services\" className=\"px-5 py-3 rounded-xl font-semibold border\" style={{borderColor:brand.blue, color:brand.blue}}>Explore Services<\/a>\n              <\/div>\n              <div className=\"mt-6 text-sm text-slate-500\">ICAO: Pakistan \u2022 Primary base: Islamabad (OPIS)<\/div>\n            <\/div>\n            <div className=\"relative\">\n              <div className=\"aspect-[4\/3] w-full rounded-2xl border shadow-lg overflow-hidden bg-slate-100 flex items-center justify-center\">\n                <div className=\"p-8 text-center\">\n                  <div className=\"text-sm uppercase tracking-widest font-semibold\" style={{color:brand.blue}}>VIP Aviation<\/div>\n                  <div className=\"mt-2 text-2xl font-bold\">Flight Arrivals Concierge<\/div>\n                  <p className=\"mt-3 text-slate-600\">Seamless airside access, discreet meet\u2011and\u2011assist, and priority coordination with airport stakeholders.<\/p>\n                  <div className=\"mt-5 inline-flex items-center gap-3 px-4 py-2 rounded-xl border text-sm\" style={{borderColor:brand.gold}}>\n                    <span className=\"font-medium\" style={{color:brand.gold}}>24\/7 Ops Desk<\/span>\n                    <span className=\"text-slate-400\">\u2022<\/span>\n                    <span>Rapid permits<\/span>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      {\/* Services *\/}\n      <section id=\"services\" className=\"py-20 bg-white\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\">\n          <h2 className=\"text-3xl font-bold\">Core Services<\/h2>\n          <p className=\"mt-2 text-slate-600 max-w-3xl\">End\u2011to\u2011end ground handling and trip support tailored to non\u2011scheduled and corporate aviation.<\/p>\n          <div className=\"mt-10 grid md:grid-cols-2 lg:grid-cols-3 gap-6\">\n            {[\n              { title: &#8220;Ramp &#038; Turnaround Handling&#8221;, points: [&#8220;Marshaller &#038; GPU\/APU coordination&#8221;,&#8221;Baggage &#038; passenger handling&#8221;,&#8221;Catering uplifts &#038; waste&#8221;] },\n              { title: &#8220;Permits &#038; Slots&#8221;, points: [&#8220;Landing &#038; overflight permits&#8221;,&#8221;Parking\/slots coordination&#8221;,&#8221;Diplomatic clearances&#8221;] },\n              { title: &#8220;Fuel &#038; Technical&#8221;, points: [&#8220;Fuel coordination &#038; price checks&#8221;,&#8221;De\u2011icing (where available)&#8221;,&#8221;AOG coordination&#8221;] },\n              { title: &#8220;Crew &#038; Passenger Concierge&#8221;, points: [&#8220;Meet\u2011and\u2011assist, fast\u2011track&#8221;,&#8221;Hotel &#038; ground transport&#8221;,&#8221;Visa guidance (where applicable)&#8221;] },\n              { title: &#8220;Charter Facilitation&#8221;, points: [&#8220;On\u2011demand charter sourcing&#8221;,&#8221;Route &#038; flight\u2011time planning&#8221;,&#8221;Contract &#038; compliance support&#8221;] },\n              { title: &#8220;Flight Ops Support&#8221;, points: [&#8220;NOTAM\/Weather briefs&#8221;,&#8221;Nav\/route planning&#8221;,&#8221;ATC flight plan filing&#8221;] },\n            ].map(({title, points}) => (\n              <div key={title} className=\"rounded-2xl border p-6 shadow-sm hover:shadow-md transition\">\n                <div className=\"text-lg font-semibold\" style={{color:brand.blue}}>{title}<\/div>\n                <ul className=\"mt-3 space-y-2 text-slate-600 text-sm list-disc pl-5\">\n                  {points.map(p => <li key={p}>{p}<\/li>)}\n                <\/ul>\n              <\/div>\n            ))}\n          <\/div>\n        <\/div>\n      <\/section>\n\n      {\/* Airports *\/}\n      <section id=\"airports\" className=\"py-20 bg-slate-50\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\">\n          <h2 className=\"text-3xl font-bold\">Primary Stations<\/h2>\n          <p className=\"mt-2 text-slate-600 max-w-3xl\">We coordinate nationwide coverage with a strong presence at key airports.<\/p>\n          <div className=\"mt-10 grid sm:grid-cols-2 lg:grid-cols-4 gap-6\">\n            {[\n              { code: &#8220;OPIS&#8221;, city: &#8220;Islamabad&#8221;, note: &#8220;Primary base (FBO\/concierge)&#8221; },\n              { code: &#8220;OPSD&#8221;, city: &#8220;Skardu&#8221;, note: &#8220;Mountain gateway &#038; tourism&#8221; },\n              { code: &#8220;OPKC&#8221;, city: &#8220;Karachi&#8221;, note: &#8220;Southern hub &#038; cargo&#8221; },\n              { code: &#8220;OPLA&#8221;, city: &#8220;Lahore&#8221;, note: &#8220;Cultural capital&#8221; },\n            ].map(({code, city, note}) => (\n              <div key={code} className=\"rounded-2xl border p-6 bg-white\">\n                <div className=\"text-xs font-semibold tracking-widest\" style={{color:brand.gold}}>ICAO<\/div>\n                <div className=\"mt-1 text-2xl font-bold\">{code}<\/div>\n                <div className=\"mt-1 text-slate-700\">{city}<\/div>\n                <div className=\"mt-2 text-sm text-slate-500\">{note}<\/div>\n              <\/div>\n            ))}\n          <\/div>\n        <\/div>\n      <\/section>\n\n      {\/* Why Us *\/}\n      <section id=\"benefits\" className=\"py-20 bg-white\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\">\n          <h2 className=\"text-3xl font-bold\">Why Operators Choose Us<\/h2>\n          <div className=\"mt-8 grid md:grid-cols-2 gap-6\">\n            <div className=\"rounded-2xl border p-6\">\n              <h3 className=\"font-semibold\" style={{color:brand.blue}}>Single\u2011Window Trip Support<\/h3>\n              <p className=\"mt-2 text-slate-600\">Permits, slots, fuel, handling, hotel and transport \u2014 one accountable ops desk.<\/p>\n            <\/div>\n            <div className=\"rounded-2xl border p-6\">\n              <h3 className=\"font-semibold\" style={{color:brand.blue}}>Discreet VIP Protocols<\/h3>\n              <p className=\"mt-2 text-slate-600\">Low\u2011profile coordination aligned with airport security &#038; regulatory stakeholders.<\/p>\n            <\/div>\n            <div className=\"rounded-2xl border p-6\">\n              <h3 className=\"font-semibold\" style={{color:brand.blue}}>Local Expertise, National Reach<\/h3>\n              <p className=\"mt-2 text-slate-600\">Deep on\u2011ground relationships help resolve constraints quickly and transparently.<\/p>\n            <\/div>\n            <div className=\"rounded-2xl border p-6\">\n              <h3 className=\"font-semibold\" style={{color:brand.blue}}>24\/7 Response<\/h3>\n              <p className=\"mt-2 text-slate-600\">Round\u2011the\u2011clock ops for planned and short\u2011notice movements.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      {\/* Contact *\/}\n      <section id=\"contact\" className=\"py-20 bg-white\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8\">\n          <h2 className=\"text-3xl font-bold\">Contact &#038; Ops Desk<\/h2>\n          <p className=\"mt-2 text-slate-600 max-w-3xl\">Send your handling request with aircraft type, MTOW, schedule, pax\/crew count, and services needed. We\u2019ll respond promptly.<\/p>\n\n          <div className=\"mt-10 grid md:grid-cols-2 gap-8\">\n            <form className=\"rounded-2xl border p-6 shadow-sm bg-slate-50\">\n              <div className=\"grid sm:grid-cols-2 gap-4\">\n                <label className=\"flex flex-col gap-1 text-sm\">\n                  <span className=\"font-medium\">Name<\/span>\n                  <input className=\"px-3 py-2 rounded-lg border\" placeholder=\"Your name\" \/>\n                <\/label>\n                <label className=\"flex flex-col gap-1 text-sm\">\n                  <span className=\"font-medium\">Email<\/span>\n                  <input type=\"email\" className=\"px-3 py-2 rounded-lg border\" placeholder=\"name@company.com\" \/>\n                <\/label>\n                <label className=\"flex flex-col gap-1 text-sm sm:col-span-2\">\n                  <span className=\"font-medium\">Message<\/span>\n                  <textarea rows={5} className=\"px-3 py-2 rounded-lg border\" placeholder=\"Share schedule, ICAO\/IATA, services required\u2026\" \/>\n                <\/label>\n              <\/div>\n              <div className=\"mt-4 flex items-center gap-3\">\n                <button type=\"button\" className=\"px-5 py-3 rounded-xl text-white font-semibold shadow\" style={{background:brand.blue}}>Submit Request<\/button>\n                <span className=\"text-xs text-slate-500\">(This demo button doesn\u2019t send email yet.)<\/span>\n              <\/div>\n            <\/form>\n\n            <div className=\"rounded-2xl border p-6 bg-white\">\n              <div className=\"text-lg font-semibold\" style={{color:brand.blue}}>Direct Lines<\/div>\n              <ul className=\"mt-3 text-slate-700 space-y-2 text-sm\">\n                <li><span className=\"font-medium\">Company:<\/span> VIP Aviation (Private) Limited<\/li>\n                <li><span className=\"font-medium\">Cell:<\/span> +92 333 0103750<\/li>\n                <li><span className=\"font-medium\">Tel:<\/span> +92 51 270 1643 | <span className=\"font-medium\">Fax:<\/span> +92 51 270 1642<\/li>\n                <li><span className=\"font-medium\">Email:<\/span> <a href=\"mailto:info@vipaviation.pk\" className=\"text-blue-600\">info@vipaviation.pk<\/a><\/li>\n                <li><span className=\"font-medium\">Location:<\/span> Islamabad, Pakistan<\/li>\n              <\/ul>\n              <div className=\"mt-6\">\n                <a href=\"#\" className=\"px-4 py-2 rounded-xl font-medium text-white shadow\" style={{background:brand.gold}}>Download Company Profile (PDF)<\/a>\n              <\/div>\n              <div className=\"mt-6 text-sm text-slate-500\">Registered as {brand.name} under the Companies Act, 2017.<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n\n      {\/* Footer *\/}\n      <footer className=\"py-10 border-t bg-white\">\n        <div className=\"mx-auto max-w-7xl px-4 sm:px-6 lg:px-8 text-center text-sm text-slate-600 space-y-2\">\n          <div>\n            <strong>{brand.name}<\/strong> \u2014 Cell: +92 333 0103750 | Tel: +92 51 270 1643 | Fax: +92 51 270 1642\n          <\/div>\n          <div>Email: <a href=\"mailto:info@vipaviation.pk\" className=\"text-blue-600\">info@vipaviation.pk<\/a> | Islamabad, Pakistan<\/div>\n          <div>\u00a9 {new Date().getFullYear()} {brand.short}. All rights reserved.<\/div>\n        <\/div>\n      <\/footer>\n    <\/div>\n  );\n}\n\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>import React, { useEffect } from &#8220;react&#8221;; \/\/ Self-contained React page for preview (no asset imports) \/\/ The downloadable static HTML (with your logo image) is provided separately. const brand = { name: &#8220;VIP Aviation (Private) Limited&#8221;, short: &#8220;VIP Aviation&#8221;, gold: &#8220;#C9A227&#8221;, blue: &#8220;#0F3D91&#8243;, }; export default function VipAviationSite() { useEffect(() => { const onClick [&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-12","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Hi there&#039;re - VIP AVIAITON<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hi there&#039;re - VIP AVIAITON\" \/>\n<meta property=\"og:description\" content=\"import React, { useEffect } from &#8220;react&#8221;; \/\/ Self-contained React page for preview (no asset imports) \/\/ The downloadable static HTML (with your logo image) is provided separately. const brand = { name: &#8220;VIP Aviation (Private) Limited&#8221;, short: &#8220;VIP Aviation&#8221;, gold: &#8220;#C9A227&#8221;, blue: &#8220;#0F3D91&#8243;, }; export default function VipAviationSite() { useEffect(() =&gt; { const onClick [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/\" \/>\n<meta property=\"og:site_name\" content=\"VIP AVIAITON\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-02T08:54:05+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/\",\"url\":\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/\",\"name\":\"Hi there're - VIP AVIAITON\",\"isPartOf\":{\"@id\":\"https:\/\/www.vipaviation.pk\/#website\"},\"datePublished\":\"2025-11-02T08:00:36+00:00\",\"dateModified\":\"2025-11-02T08:54:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.vipaviation.pk\/index.php\/12-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.vipaviation.pk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hi there&#8217;re\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.vipaviation.pk\/#website\",\"url\":\"https:\/\/www.vipaviation.pk\/\",\"name\":\"VIP AVIAITON\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.vipaviation.pk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hi there're - VIP AVIAITON","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/","og_locale":"en_US","og_type":"article","og_title":"Hi there're - VIP AVIAITON","og_description":"import React, { useEffect } from &#8220;react&#8221;; \/\/ Self-contained React page for preview (no asset imports) \/\/ The downloadable static HTML (with your logo image) is provided separately. const brand = { name: &#8220;VIP Aviation (Private) Limited&#8221;, short: &#8220;VIP Aviation&#8221;, gold: &#8220;#C9A227&#8221;, blue: &#8220;#0F3D91&#8243;, }; export default function VipAviationSite() { useEffect(() => { const onClick [&hellip;]","og_url":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/","og_site_name":"VIP AVIAITON","article_modified_time":"2025-11-02T08:54:05+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/","url":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/","name":"Hi there're - VIP AVIAITON","isPartOf":{"@id":"https:\/\/www.vipaviation.pk\/#website"},"datePublished":"2025-11-02T08:00:36+00:00","dateModified":"2025-11-02T08:54:05+00:00","breadcrumb":{"@id":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vipaviation.pk\/index.php\/12-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vipaviation.pk\/index.php\/12-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vipaviation.pk\/"},{"@type":"ListItem","position":2,"name":"Hi there&#8217;re"}]},{"@type":"WebSite","@id":"https:\/\/www.vipaviation.pk\/#website","url":"https:\/\/www.vipaviation.pk\/","name":"VIP AVIAITON","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vipaviation.pk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/comments?post=12"}],"version-history":[{"count":4,"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/pages\/12\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/www.vipaviation.pk\/index.php\/wp-json\/wp\/v2\/media?parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}