{"id":18175,"date":"2026-03-10T12:22:32","date_gmt":"2026-03-10T11:22:32","guid":{"rendered":"https:\/\/transponyx.com\/?page_id=18175"},"modified":"2026-04-04T20:48:18","modified_gmt":"2026-04-04T18:48:18","slug":"corporate-car-service-nice","status":"publish","type":"page","link":"https:\/\/transponyx.com\/en\/corporate-car-service-nice\/","title":{"rendered":"Corporate Car Service Nice"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone et_flex_column_24_24_widescreen\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- ============================================================\n     TranspOnyx \u2014 Page 7\/10\n     Keyword: Corporate Car Service Nice\n     Paste into Divi 5 CODE MODULE (no header\/footer included)\n     ============================================================ -->\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');\n\n:root {\n  --gold:  #B8893E;\n  --green: #052C24;\n  --black: #0a0a0a;\n  --white: #FAFAF8;\n}\n\n.tx * { box-sizing: border-box; margin: 0; padding: 0; }\n.tx { font-family: 'Jost', sans-serif; color: var(--green); overflow-x: hidden; }\n.tx a { text-decoration: none; }\n\n\/* \u2500\u2500 HERO \u2014 black bg \u2500\u2500 *\/\n.tx-hero {\n  position: relative;\n  background: var(--black);\n  min-height: 90vh;\n  display: flex;\n  align-items: center;\n  overflow: hidden;\n}\n.tx-hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(ellipse 55% 70% at 10% 50%, rgba(184,137,62,0.1) 0%, transparent 65%),\n    radial-gradient(ellipse 40% 40% at 90% 15%, rgba(184,137,62,0.06) 0%, transparent 55%),\n    radial-gradient(ellipse 30% 40% at 80% 90%, rgba(184,137,62,0.05) 0%, transparent 50%);\n}\n\/* Corporate grid lines *\/\n.tx-hero-grid {\n  position: absolute; inset: 0;\n  background-image:\n    linear-gradient(rgba(184,137,62,0.03) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(184,137,62,0.03) 1px, transparent 1px);\n  background-size: 80px 80px;\n}\n\/* Vertical accent line *\/\n.tx-accent-line {\n  position: absolute; right: 180px; top: 0; bottom: 0;\n  width: 1px; background: linear-gradient(to bottom, transparent, rgba(184,137,62,0.2), transparent);\n  pointer-events: none;\n}\n.tx-accent-line2 {\n  position: absolute; right: 120px; top: 0; bottom: 0;\n  width: 1px; background: linear-gradient(to bottom, transparent, rgba(184,137,62,0.08), transparent);\n  pointer-events: none;\n}\n.tx-hero-inner {\n  position: relative; z-index: 2;\n  max-width: 1200px; margin: 0 auto;\n  padding: 110px 60px;\n  animation: txUp 1s ease both;\n}\n.tx-eyebrow {\n  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;\n}\n.tx-eyebrow::before { content: ''; display: block; width: 40px; height: 1px; background: var(--gold); }\n.tx-eyebrow span {\n  font-size: 11px; font-weight: 500; letter-spacing: 0.28em;\n  text-transform: uppercase; color: var(--gold);\n}\n.tx-hero h1 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(50px, 7vw, 90px);\n  font-weight: 300; line-height: 1.04;\n  color: var(--white); margin-bottom: 14px;\n}\n.tx-hero h1 em { color: var(--gold); font-style: italic; }\n.tx-hero-sub {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(17px, 2.2vw, 24px);\n  font-weight: 300; font-style: italic;\n  color: rgba(250,250,248,0.5); margin-bottom: 30px;\n}\n.tx-hero-desc {\n  font-size: 15px; font-weight: 300; line-height: 1.85;\n  color: rgba(250,250,248,0.65); max-width: 520px; margin-bottom: 48px;\n}\n.tx-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 52px; }\n\n.tx-btn-gold {\n  display: inline-flex; align-items: center; gap: 9px;\n  background: var(--gold); color: var(--green);\n  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  padding: 17px 36px; transition: opacity 0.25s;\n}\n.tx-btn-gold:hover { opacity: 0.88; color: var(--green); }\n\n.tx-btn-ghost-gold {\n  display: inline-flex; align-items: center; gap: 9px;\n  border: 1px solid rgba(184,137,62,0.5); color: var(--gold);\n  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 400;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  padding: 17px 36px; transition: all 0.25s;\n}\n.tx-btn-ghost-gold:hover { border-color: var(--gold); background: rgba(184,137,62,0.09); color: var(--gold); }\n\n\/* Stats strip *\/\n.tx-stats {\n  display: flex; flex-wrap: wrap; gap: 0;\n  border: 1px solid rgba(184,137,62,0.15); margin-top: 52px;\n}\n.tx-stat {\n  flex: 1; min-width: 120px; padding: 22px 28px;\n  border-right: 1px solid rgba(184,137,62,0.1); text-align: center;\n}\n.tx-stat:last-child { border-right: none; }\n.tx-stat-num {\n  font-family: 'Cormorant Garamond', serif; font-size: 36px;\n  font-weight: 300; color: var(--gold); line-height: 1;\n}\n.tx-stat-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(250,250,248,0.4); margin-top: 6px; font-weight: 400; }\n\n\/* \u2500\u2500 SEO INTRO \u2014 white bg \u2500\u2500 *\/\n.tx-seo-intro { background: var(--white); padding: 80px 60px; }\n.tx-seo-intro-in { max-width: 1200px; margin: 0 auto; }\n.tx-seo-intro h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(28px, 3.5vw, 42px);\n  font-weight: 300; color: var(--gold); line-height: 1.15; margin-bottom: 28px;\n}\n.tx-seo-intro h2 em { font-style: italic; }\n.tx-seo-intro p {\n  font-size: 15px; font-weight: 300; line-height: 1.9;\n  color: rgba(5,44,36,0.75); margin-bottom: 18px; max-width: 860px;\n}\n.tx-seo-intro a {\n  color: var(--gold); font-weight: 500;\n  border-bottom: 1px solid rgba(184,137,62,0.35); transition: border-color 0.2s;\n}\n.tx-seo-intro a:hover { border-color: var(--gold); }\n\n\/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n.tx-s-white { background: var(--white); padding: 100px 60px; }\n.tx-s-white-in { max-width: 1200px; margin: 0 auto; }\n.tx-s-green { background: var(--green); padding: 100px 60px; }\n.tx-s-green-in { max-width: 1200px; margin: 0 auto; }\n.tx-s-gold { background: var(--gold); padding: 80px 60px; text-align: center; }\n.tx-s-black { background: var(--black); padding: 100px 60px; }\n.tx-s-black-in { max-width: 1200px; margin: 0 auto; }\n\n.tx-tag {\n  display: inline-flex; align-items: center; gap: 10px;\n  font-size: 10px; font-weight: 500; letter-spacing: 0.32em;\n  text-transform: uppercase; color: var(--gold); margin-bottom: 16px;\n}\n.tx-tag::before { content: ''; display: block; width: 26px; height: 1px; background: var(--gold); }\n\n.tx h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(36px, 4.5vw, 58px);\n  font-weight: 300; color: var(--gold); line-height: 1.1; margin-bottom: 18px;\n}\n.tx h2 em { font-style: italic; }\n\n.tx-lead-dark { font-size: 15px; font-weight: 300; line-height: 1.85; color: rgba(250,250,248,0.65); max-width: 680px; margin-bottom: 52px; }\n.tx-lead-light { font-size: 15px; font-weight: 300; line-height: 1.85; color: rgba(5,44,36,0.68); max-width: 680px; margin-bottom: 52px; }\n\n\/* \u2500\u2500 CORPORATE SERVICES \u2014 white bg \u2500\u2500 *\/\n.tx-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2px; }\n.tx-service {\n  background: var(--white); border: 1px solid rgba(5,44,36,0.07);\n  padding: 44px 36px; position: relative; overflow: hidden; transition: transform 0.3s;\n}\n.tx-service::before {\n  content: ''; position: absolute; top: 0; left: 0;\n  width: 3px; height: 0; background: var(--gold); transition: height 0.4s;\n}\n.tx-service:hover { transform: translateY(-4px); }\n.tx-service:hover::before { height: 100%; }\n.tx-service-ico { font-size: 30px; margin-bottom: 16px; }\n.tx-service h3 {\n  font-family: 'Cormorant Garamond', serif; font-size: 22px;\n  font-weight: 600; color: var(--green); margin-bottom: 10px;\n}\n.tx-service p { font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(5,44,36,0.65); }\n\n\/* \u2500\u2500 STANDARDS \u2014 black bg \u2500\u2500 *\/\n.tx-standards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1px; background: rgba(184,137,62,0.08); }\n.tx-standard {\n  background: var(--black); padding: 44px 36px;\n  border: 1px solid rgba(184,137,62,0.08); transition: border-color 0.3s;\n}\n.tx-standard:hover { border-color: rgba(184,137,62,0.3); }\n.tx-standard-num {\n  font-family: 'Cormorant Garamond', serif; font-size: 48px;\n  font-weight: 300; color: rgba(184,137,62,0.18); line-height: 1; margin-bottom: 14px;\n}\n.tx-standard h3 {\n  font-family: 'Cormorant Garamond', serif; font-size: 22px;\n  font-weight: 600; color: var(--white); margin-bottom: 10px;\n}\n.tx-standard p { font-size: 14px; font-weight: 300; line-height: 1.75; color: rgba(250,250,248,0.5); }\n\n\/* \u2500\u2500 DESTINATIONS \u2014 green bg \u2500\u2500 *\/\n.tx-dest-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1px; background: rgba(184,137,62,0.1); }\n.tx-dest {\n  background: var(--green); padding: 36px 24px; text-align: center; transition: background 0.3s;\n}\n.tx-dest:hover { background: #073d32; }\n.tx-dest-km { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; font-weight: 500; }\n.tx-dest-name { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 400; color: var(--white); }\n.tx-dest-info { font-size: 12px; color: rgba(250,250,248,0.4); margin-top: 5px; font-weight: 300; }\n\n\/* \u2500\u2500 ACCOUNT \u2014 white bg \u2500\u2500 *\/\n.tx-account-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }\n.tx-account-card {\n  display: flex; align-items: flex-start; gap: 18px;\n  padding: 32px 28px; border: 1px solid rgba(5,44,36,0.08);\n  transition: border-color 0.3s;\n}\n.tx-account-card:hover { border-color: var(--gold); }\n.tx-account-dot {\n  width: 10px; height: 10px; background: var(--gold);\n  border-radius: 50%; flex-shrink: 0; margin-top: 5px;\n}\n.tx-account-body h4 {\n  font-family: 'Cormorant Garamond', serif; font-size: 18px;\n  font-weight: 600; color: var(--green); margin-bottom: 6px;\n}\n.tx-account-body p { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(5,44,36,0.6); }\n\n\/* \u2500\u2500 CTA BAND \u2014 gold bg \u2500\u2500 *\/\n.tx-s-gold h2 {\n  font-family: 'Cormorant Garamond', serif;\n  font-size: clamp(32px, 4vw, 52px); font-weight: 300;\n  color: var(--green); margin-bottom: 12px;\n}\n.tx-s-gold h2 em { font-style: italic; }\n.tx-s-gold p { font-size: 15px; color: rgba(5,44,36,0.72); margin-bottom: 36px; font-weight: 300; }\n\n.tx-btn-green {\n  display: inline-flex; align-items: center; gap: 9px;\n  background: var(--green); color: var(--white);\n  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  padding: 17px 38px; margin: 7px; transition: opacity 0.25s;\n}\n.tx-btn-green:hover { opacity: 0.88; color: var(--white); }\n\n.tx-btn-ghost-green {\n  display: inline-flex; align-items: center; gap: 9px;\n  border: 2px solid var(--green); color: var(--green);\n  font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 500;\n  letter-spacing: 0.2em; text-transform: uppercase;\n  padding: 17px 38px; margin: 7px; transition: background 0.25s;\n}\n.tx-btn-ghost-green:hover { background: rgba(5,44,36,0.08); color: var(--green); }\n\n\/* \u2500\u2500 FAQ \u2500\u2500 *\/\n.tx-faq { max-width: 780px; }\n.tx-faq details { border-bottom: 1px solid rgba(5,44,36,0.1); }\n.tx-faq summary {\n  font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600;\n  color: var(--green); padding: 22px 0; cursor: pointer; list-style: none;\n  display: flex; justify-content: space-between; align-items: center;\n}\n.tx-faq summary::after {\n  content: '+'; font-size: 24px; font-weight: 300; color: var(--gold);\n  transition: transform 0.3s; font-family: 'Jost', sans-serif; flex-shrink: 0; margin-left: 16px;\n}\n.tx-faq details[open] summary::after { transform: rotate(45deg); }\n.tx-faq details p { font-size: 14px; font-weight: 300; line-height: 1.8; color: rgba(5,44,36,0.65); padding-bottom: 22px; }\n\n\/* \u2500\u2500 NAV BAR \u2500\u2500 *\/\n.tx-nav-bar {\n  background: var(--black); padding: 28px 60px;\n  display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 32px;\n}\n.tx-nav-bar a {\n  color: rgba(250,250,248,0.5); font-size: 12px; font-weight: 400;\n  letter-spacing: 0.18em; text-transform: uppercase; transition: color 0.2s;\n}\n.tx-nav-bar a:hover { color: var(--gold); }\n.tx-nav-sep { color: rgba(184,137,62,0.3); font-size: 10px; }\n\n\/* \u2500\u2500 ANIMATION \u2500\u2500 *\/\n@keyframes txUp {\n  from { opacity: 0; transform: translateY(28px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 768px) {\n  .tx-hero-inner, .tx-seo-intro, .tx-s-white, .tx-s-green, .tx-s-gold, .tx-s-black { padding-left: 24px; padding-right: 24px; }\n  .tx-s-white { padding-top: 70px; padding-bottom: 70px; }\n  .tx-s-green { padding-top: 70px; padding-bottom: 70px; }\n  .tx-s-black { padding-top: 70px; padding-bottom: 70px; }\n  .tx-accent-line, .tx-accent-line2 { display: none; }\n  .tx-nav-bar { padding: 24px; gap: 20px; }\n}\n<\/style>\n\n<div class=\"tx\">\n\n  <!-- \u2550\u2550\u2550 HERO \u2014 black bg \u2550\u2550\u2550 -->\n  <div class=\"tx-hero\">\n    <div class=\"tx-hero-grid\"><\/div>\n    <div class=\"tx-accent-line\"><\/div>\n    <div class=\"tx-accent-line2\"><\/div>\n    <div class=\"tx-hero-inner\">\n      <div class=\"tx-eyebrow\"><span>Nice \u00b7 French Riviera \u00b7 Business Travel<\/span><\/div>\n      <h1>Corporate Car<br>Service <em>Nice<\/em><\/h1>\n      <p class=\"tx-hero-sub\">The Business Standard for Executive Ground Transport on the C\u00f4te d'Azur<\/p>\n      <p class=\"tx-hero-desc\">TranspOnyx delivers a corporate car service in Nice built around the demands of business travel \u2014 punctuality, discretion, professionalism, and seamless logistics from door to door across the French Riviera.<\/p>\n      <div class=\"tx-cta-row\">\n        <a href=\"https:\/\/transponyx.com\/reservez-nice-driver-vtc-chauffeur-aeroport-cannes-monaco-saint-tropez\/\" class=\"tx-btn-gold\">\u2726 Book Corporate Transfer<\/a>\n        <a href=\"tel:+33610307184\" class=\"tx-btn-ghost-gold\">\u260e +33 6 10 30 71 84<\/a>\n      <\/div>\n      <div class=\"tx-stats\">\n        <div class=\"tx-stat\">\n          <div class=\"tx-stat-num\">24\/7<\/div>\n          <div class=\"tx-stat-label\">Availability<\/div>\n        <\/div>\n        <div class=\"tx-stat\">\n          <div class=\"tx-stat-num\">100%<\/div>\n          <div class=\"tx-stat-label\">Fixed Pricing<\/div>\n        <\/div>\n        <div class=\"tx-stat\">\n          <div class=\"tx-stat-num\">EN<\/div>\n          <div class=\"tx-stat-label\">English Speaking<\/div>\n        <\/div>\n        <div class=\"tx-stat\">\n          <div class=\"tx-stat-num\">0<\/div>\n          <div class=\"tx-stat-label\">Hidden Fees<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 SEO INTRO \u2014 white bg \u2014 YOAST READS THIS \u2550\u2550\u2550 -->\n  <div class=\"tx-seo-intro\">\n    <div class=\"tx-seo-intro-in\">\n      <h2><em>Corporate Car Service Nice<\/em> \u2014<br>Executive Transport Built for Business<\/h2>\n      <p>Searching for a reliable corporate car service in Nice? TranspOnyx provides a premium corporate car service Nice for executives, business travellers, and corporate delegations visiting the French Riviera. Our corporate car service Nice is designed around the specific demands of professional travel \u2014 punctuality, confidentiality, and an impeccable level of service that reflects the standards your business demands.<\/p>\n      <p>Whether you need a corporate car service Nice for an airport transfer, a client roadshow, an inter-city business trip, or a full-day executive hire, TranspOnyx delivers with the precision and professionalism that sets us apart. Our English-speaking chauffeurs are formally dressed, discreet, and experienced in serving C-suite executives, legal firms, financial institutions, and international corporations operating across the C\u00f4te d'Azur.<\/p>\n      <p>Our corporate car service Nice fleet \u2014 Mercedes E-Class, Mercedes S-Class, BMW 7 Series, and Mercedes V-Class for groups \u2014 is maintained to the highest standards and available 24 hours a day, 7 days a week. All corporate car service Nice bookings are confirmed with a fixed all-inclusive price \u2014 no surcharges, no hidden fees, and no billing surprises for your accounts department.<\/p>\n      <p>\n        <a href=\"https:\/\/transponyx.com\/reservez-nice-driver-vtc-chauffeur-aeroport-cannes-monaco-saint-tropez\/\">Book your corporate car service Nice<\/a> today, explore our <a href=\"https:\/\/transponyx.com\/actualites\/\">business travel blog<\/a>, or return to the <a href=\"https:\/\/transponyx.com\/\">TranspOnyx homepage<\/a> to discover our full range of executive transport services.\n      <\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 CORPORATE SERVICES \u2014 white bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-white\">\n    <div class=\"tx-s-white-in\">\n      <div class=\"tx-tag\">Corporate Services<\/div>\n      <h2>Executive Transport for<br><em>Every Business Need<\/em><\/h2>\n      <p class=\"tx-lead-light\">From single airport transfers to complex multi-day corporate programmes \u2014 TranspOnyx is your complete corporate car service partner in Nice and across the French Riviera.<\/p>\n      <div class=\"tx-services-grid\">\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\u2708\ufe0f<\/div>\n          <h3>Executive Airport Transfers<\/h3>\n          <p>Meet & greet at Nice NCE Airport with real-time flight monitoring. Your executive is collected on time, every time \u2014 no exceptions.<\/p>\n        <\/div>\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\ud83e\udd1d<\/div>\n          <h3>Client Entertainment<\/h3>\n          <p>Impress clients with seamless, luxurious ground transport. Restaurant pickups, Michelin-star dinners, and private events \u2014 handled impeccably.<\/p>\n        <\/div>\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\ud83d\uddfa\ufe0f<\/div>\n          <h3>Roadshows & Multi-Stop<\/h3>\n          <p>Complex itineraries with multiple meetings, venues, and cities across the Riviera \u2014 coordinated and executed with military precision.<\/p>\n        <\/div>\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\ud83d\udcbc<\/div>\n          <h3>Full-Day Executive Hire<\/h3>\n          <p>A dedicated chauffeur at your disposal for the entire working day \u2014 waiting, adapting, and moving with your schedule in real time.<\/p>\n        <\/div>\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\ud83d\udc65<\/div>\n          <h3>Group & Delegation Transfer<\/h3>\n          <p>Multiple vehicles coordinated for large delegations, conference groups, and corporate teams travelling together across the region.<\/p>\n        <\/div>\n        <div class=\"tx-service\">\n          <div class=\"tx-service-ico\">\ud83c\udfe2<\/div>\n          <h3>Conference & Event Transport<\/h3>\n          <p>MIPIM, MAPIC, MIPCOM, Cannes Lions, Monaco Yacht Show \u2014 we cover all major business events on the French Riviera with dedicated vehicles.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 PROFESSIONAL STANDARDS \u2014 black bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-black\">\n    <div class=\"tx-s-black-in\">\n      <div class=\"tx-tag\">Our Standards<\/div>\n      <h2>The TranspOnyx<br><em>Corporate Standard<\/em><\/h2>\n      <p class=\"tx-lead-dark\">Every element of our corporate car service Nice is engineered around one goal \u2014 making your business travel effortless, impressive, and entirely reliable.<\/p>\n      <div class=\"tx-standards-grid\">\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">01<\/div>\n          <h3>Punctuality Guaranteed<\/h3>\n          <p>We track flights, monitor traffic, and plan routes in advance. Your chauffeur is always there before you need them \u2014 not after.<\/p>\n        <\/div>\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">02<\/div>\n          <h3>Total Confidentiality<\/h3>\n          <p>Business conversations, sensitive meetings, client identities \u2014 everything that happens in your vehicle stays in your vehicle. Always.<\/p>\n        <\/div>\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">03<\/div>\n          <h3>Immaculate Presentation<\/h3>\n          <p>Formally dressed chauffeurs, spotlessly clean vehicles, and a level of presentation that reflects your company's professional image.<\/p>\n        <\/div>\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">04<\/div>\n          <h3>Fixed Transparent Billing<\/h3>\n          <p>All corporate car service Nice bookings are invoiced with a fixed, all-inclusive rate. No surprises for your finance team.<\/p>\n        <\/div>\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">05<\/div>\n          <h3>English-Speaking Drivers<\/h3>\n          <p>All our chauffeurs communicate fluently in English \u2014 essential for international executives and clients on the French Riviera.<\/p>\n        <\/div>\n        <div class=\"tx-standard\">\n          <div class=\"tx-standard-num\">06<\/div>\n          <h3>24\/7 Operations<\/h3>\n          <p>Early flights, late-night dinners, last-minute changes \u2014 TranspOnyx corporate car service Nice operates around your schedule, not ours.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 BUSINESS DESTINATIONS \u2014 green bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-green\">\n    <div class=\"tx-s-green-in\">\n      <div class=\"tx-tag\">Business Destinations<\/div>\n      <h2>All Major Business Hubs<br><em>on the French Riviera<\/em><\/h2>\n      <p class=\"tx-lead-dark\">Our corporate car service Nice covers every key business destination across the C\u00f4te d'Azur \u2014 efficiently, elegantly, and on time.<\/p>\n      <div class=\"tx-dest-grid\">\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~20 min<\/div>\n          <div class=\"tx-dest-name\">Nice City<\/div>\n          <div class=\"tx-dest-info\">CBD & Business District<\/div>\n        <\/div>\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~45 min<\/div>\n          <div class=\"tx-dest-name\">Monaco<\/div>\n          <div class=\"tx-dest-info\">Financial Centre<\/div>\n        <\/div>\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~40 min<\/div>\n          <div class=\"tx-dest-name\">Cannes<\/div>\n          <div class=\"tx-dest-info\">Palais des Festivals<\/div>\n        <\/div>\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~25 min<\/div>\n          <div class=\"tx-dest-name\">Sophia Antipolis<\/div>\n          <div class=\"tx-dest-info\">Tech Business Park<\/div>\n        <\/div>\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~30 min<\/div>\n          <div class=\"tx-dest-name\">Antibes<\/div>\n          <div class=\"tx-dest-info\">Port Vauban & Business<\/div>\n        <\/div>\n        <div class=\"tx-dest\">\n          <div class=\"tx-dest-km\">~35 min<\/div>\n          <div class=\"tx-dest-name\">Menton<\/div>\n          <div class=\"tx-dest-info\">Cross-Border Business<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 CORPORATE ACCOUNT \u2014 white bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-white\">\n    <div class=\"tx-s-white-in\">\n      <div class=\"tx-tag\">Corporate Accounts<\/div>\n      <h2>Streamlined Travel for<br><em>Your Entire Organisation<\/em><\/h2>\n      <p class=\"tx-lead-light\">TranspOnyx offers tailored corporate account solutions for companies requiring regular corporate car service in Nice and across the French Riviera.<\/p>\n      <div class=\"tx-account-grid\">\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Priority Booking<\/h4>\n            <p>Corporate account holders receive priority scheduling and guaranteed vehicle availability \u2014 even during peak periods and major events.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Monthly Invoicing<\/h4>\n            <p>Consolidated monthly invoices for your accounts department. Clean, itemised, and ready for expense reporting without any administrative burden.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Dedicated Point of Contact<\/h4>\n            <p>A single TranspOnyx contact manages all your corporate bookings \u2014 available directly by phone, email, or WhatsApp at any time.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Customised Reporting<\/h4>\n            <p>Detailed travel reports for each booking, including journey details, timing, and costs \u2014 tailored to your company's reporting requirements.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Multi-Vehicle Coordination<\/h4>\n            <p>Complex delegations and simultaneous bookings managed seamlessly \u2014 one call, multiple vehicles, zero coordination headache for your team.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tx-account-card\">\n          <div class=\"tx-account-dot\"><\/div>\n          <div class=\"tx-account-body\">\n            <h4>Negotiated Corporate Rates<\/h4>\n            <p>Regular corporate clients benefit from preferential rates on our corporate car service Nice \u2014 with no compromise on quality or service level.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 CTA BAND \u2014 gold bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-gold\">\n    <h2>Elevate Your Business Travel<br><em>with TranspOnyx Corporate<\/em><\/h2>\n    <p>Premium corporate car service Nice \u2014 available 24\/7, fixed rates, zero hassle. Book your first transfer today.<\/p>\n    <div>\n      <a href=\"https:\/\/transponyx.com\/reservez-nice-driver-vtc-chauffeur-aeroport-cannes-monaco-saint-tropez\/\" class=\"tx-btn-green\">\u2726 Book Corporate Transfer<\/a>\n      <a href=\"https:\/\/wa.me\/33610307184\" class=\"tx-btn-ghost-green\">WhatsApp Us<\/a>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 FAQ \u2014 white bg \u2550\u2550\u2550 -->\n  <div class=\"tx-s-white\">\n    <div class=\"tx-s-white-in\">\n      <div class=\"tx-tag\">FAQ<\/div>\n      <h2>Questions About Our<br><em>Corporate Car Service Nice<\/em><\/h2>\n      <div class=\"tx-faq\">\n        <details>\n          <summary>Do you provide receipts and invoices for corporate bookings?<\/summary>\n          <p>Yes. TranspOnyx provides full VAT invoices for all corporate car service Nice bookings. Corporate account holders receive consolidated monthly invoices suitable for company expense reporting and accounting.<\/p>\n        <\/details>\n        <details>\n          <summary>Can you handle last-minute corporate bookings?<\/summary>\n          <p>Yes. We accept bookings with as little as 2 hours notice for our corporate car service Nice, subject to availability. For guaranteed availability, we recommend booking at least 24 hours in advance, especially during major events.<\/p>\n        <\/details>\n        <details>\n          <summary>Do your chauffeurs sign NDAs for sensitive corporate travel?<\/summary>\n          <p>Our chauffeurs operate under strict confidentiality protocols at all times. For specific NDA requirements for your corporate car service Nice, please contact us directly and we will accommodate your legal requirements.<\/p>\n        <\/details>\n        <details>\n          <summary>Can you coordinate transfers for large corporate delegations?<\/summary>\n          <p>Yes. TranspOnyx regularly coordinates multiple vehicles simultaneously for large corporate groups attending conferences, roadshows, and business events across the French Riviera. Contact us for a tailored multi-vehicle corporate programme.<\/p>\n        <\/details>\n        <details>\n          <summary>Which major business events do you cover in Nice and Cannes?<\/summary>\n          <p>We cover all major Riviera business events including MIPIM, MAPIC, MIPCOM, Cannes Lions, the Monaco Yacht Show, the Monaco Grand Prix corporate hospitality, and all PALEXPO Nice events. Book your corporate car service Nice early for these high-demand periods.<\/p>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550\u2550 NAV BAR \u2014 black bg \u2550\u2550\u2550 -->\n  <div class=\"tx-nav-bar\">\n    <a href=\"https:\/\/transponyx.com\/\">\u2190 Home<\/a>\n    <span class=\"tx-nav-sep\">\u25c6<\/span>\n    <a href=\"https:\/\/transponyx.com\/reservez-nice-driver-vtc-chauffeur-aeroport-cannes-monaco-saint-tropez\/\">Book Corporate Transfer<\/a>\n    <span class=\"tx-nav-sep\">\u25c6<\/span>\n    <a href=\"https:\/\/transponyx.com\/actualites\/\">Blog & News<\/a>\n    <span class=\"tx-nav-sep\">\u25c6<\/span>\n    <a href=\"tel:+33610307184\">+33 6 10 30 71 84<\/a>\n  <\/div>\n\n<\/div>\n<!-- end .tx --><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>TranspOnyx provides a premium corporate car service in Nice for executives, delegations, and business travellers. Discreet English-speaking chauffeurs, luxury fleet, fixed pricing, and 24\/7 availability across the French Riviera.<\/p>","protected":false},"author":1,"featured_media":17089,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-18175","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Corporate Car Service Nice \u2013 Executive Ground Transport<\/title>\n<meta name=\"description\" content=\"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\/7.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/transponyx.com\/en\/corporate-car-service-nice\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Corporate Car Service Nice \u2013 Executive Ground Transport\" \/>\n<meta property=\"og:description\" content=\"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\/7.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/transponyx.com\/en\/corporate-car-service-nice\/\" \/>\n<meta property=\"og:site_name\" content=\"TranspOnyx - Onyx Transfers\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/TranspOnyx\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-04T18:48:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/transponyx.com\/wp-content\/uploads\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1921\" \/>\n\t<meta property=\"og:image:height\" content=\"890\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@TranspOnyx\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/\",\"url\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/\",\"name\":\"Corporate Car Service Nice \u2013 Executive Ground Transport\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp\",\"datePublished\":\"2026-03-10T11:22:32+00:00\",\"dateModified\":\"2026-04-04T18:48:18+00:00\",\"description\":\"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\\\/7.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/#primaryimage\",\"url\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp\",\"contentUrl\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp\",\"width\":1921,\"height\":890,\"caption\":\"Exp\u00e9rience-de-transport-haut-de-gamme-avec-Nice-Driver-Service-de-chauffeur-priv\u00e9-et-transfert-a\u00e9roport-depuis-Nice-vers-la-French-Riviera.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/corporate-car-service-nice\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/transponyx.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Corporate Car Service Nice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#website\",\"url\":\"https:\\\/\\\/transponyx.com\\\/\",\"name\":\"TranspOnyx\",\"description\":\"Chauffeur Services and Much More...\",\"publisher\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#organization\"},\"alternateName\":\"TranspOnyx\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/transponyx.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#organization\",\"name\":\"TranspOnyx\",\"url\":\"https:\\\/\\\/transponyx.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/transponyx.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp\",\"contentUrl\":\"https:\\\/\\\/transponyx.com\\\/wp-content\\\/uploads\\\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp\",\"width\":252,\"height\":114,\"caption\":\"TranspOnyx\"},\"image\":{\"@id\":\"https:\\\/\\\/transponyx.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/TranspOnyx\\\/\",\"https:\\\/\\\/x.com\\\/TranspOnyx\",\"https:\\\/\\\/www.instagram.com\\\/transponyx\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/transponyx-transfers\\\/?viewAsMember=true\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Corporate Car Service Nice \u2013 Executive Ground Transport","description":"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\/7.","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:\/\/transponyx.com\/en\/corporate-car-service-nice\/","og_locale":"en_GB","og_type":"article","og_title":"Corporate Car Service Nice \u2013 Executive Ground Transport","og_description":"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\/7.","og_url":"https:\/\/transponyx.com\/en\/corporate-car-service-nice\/","og_site_name":"TranspOnyx - Onyx Transfers","article_publisher":"https:\/\/www.facebook.com\/TranspOnyx\/","article_modified_time":"2026-04-04T18:48:18+00:00","og_image":[{"width":1921,"height":890,"url":"https:\/\/transponyx.com\/wp-content\/uploads\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@TranspOnyx","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/","url":"https:\/\/transponyx.com\/corporate-car-service-nice\/","name":"Corporate Car Service Nice \u2013 Executive Ground Transport","isPartOf":{"@id":"https:\/\/transponyx.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/#primaryimage"},"image":{"@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/#primaryimage"},"thumbnailUrl":"https:\/\/transponyx.com\/wp-content\/uploads\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp","datePublished":"2026-03-10T11:22:32+00:00","dateModified":"2026-04-04T18:48:18+00:00","description":"Premium corporate car service in Nice with TranspOnyx. Executive airport transfers. Discreet, punctual, fixed rates. Available 24\/7.","breadcrumb":{"@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/transponyx.com\/corporate-car-service-nice\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/#primaryimage","url":"https:\/\/transponyx.com\/wp-content\/uploads\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp","contentUrl":"https:\/\/transponyx.com\/wp-content\/uploads\/Nice-Driver-Nice-Airport-Transfer-Nice-Private-Driver-Luxury-Transportation-Service-French-Riviera-Trips-scaled-e1738276238239-1-e1769969396354.webp","width":1921,"height":890,"caption":"Exp\u00e9rience-de-transport-haut-de-gamme-avec-Nice-Driver-Service-de-chauffeur-priv\u00e9-et-transfert-a\u00e9roport-depuis-Nice-vers-la-French-Riviera."},{"@type":"BreadcrumbList","@id":"https:\/\/transponyx.com\/corporate-car-service-nice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/transponyx.com\/"},{"@type":"ListItem","position":2,"name":"Corporate Car Service Nice"}]},{"@type":"WebSite","@id":"https:\/\/transponyx.com\/#website","url":"https:\/\/transponyx.com\/","name":"TranspOnyx","description":"Driver Services and Much More...","publisher":{"@id":"https:\/\/transponyx.com\/#organization"},"alternateName":"TranspOnyx","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/transponyx.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/transponyx.com\/#organization","name":"TranspOnyx","url":"https:\/\/transponyx.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/transponyx.com\/#\/schema\/logo\/image\/","url":"https:\/\/transponyx.com\/wp-content\/uploads\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp","contentUrl":"https:\/\/transponyx.com\/wp-content\/uploads\/logo-onyx-transfers-transponyx-service-chauffeur-prive-nice-webp-squoosh-e1774093035899.webp","width":252,"height":114,"caption":"TranspOnyx"},"image":{"@id":"https:\/\/transponyx.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/TranspOnyx\/","https:\/\/x.com\/TranspOnyx","https:\/\/www.instagram.com\/transponyx","https:\/\/www.linkedin.com\/company\/transponyx-transfers\/?viewAsMember=true"]}]}},"_links":{"self":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/comments?post=18175"}],"version-history":[{"count":5,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18175\/revisions"}],"predecessor-version":[{"id":18323,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/pages\/18175\/revisions\/18323"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/media\/17089"}],"wp:attachment":[{"href":"https:\/\/transponyx.com\/en\/wp-json\/wp\/v2\/media?parent=18175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}