{"id":1133,"date":"2022-09-13T08:26:36","date_gmt":"2022-09-13T08:26:36","guid":{"rendered":"https:\/\/www.wowcontentproduction.com\/?page_id=1133"},"modified":"2026-07-22T10:58:41","modified_gmt":"2026-07-22T10:58:41","slug":"rolunk","status":"publish","type":"page","link":"https:\/\/www.wowcontentproduction.com\/en\/rolunk\/","title":{"rendered":"about us"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1133\" class=\"elementor elementor-1133\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section data-dce-background-color=\"#FFFFFF\" class=\"elementor-section elementor-top-section elementor-element elementor-element-321ab80 elementor-section-height-min-height elementor-section-content-space-evenly elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"321ab80\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-55c2c32\" data-id=\"55c2c32\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-459a987 elementor-widget elementor-widget-html\" data-id=\"459a987\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n  :root{\n    --yellow: #FFCC00;\n    --page-bg: #FFFFFF;\n    --ink: #101820;\n    --ink-soft: #55575C;\n\n    --heading-font: Montserrat, \"Helvetica Neue\", Arial, sans-serif;\n    --body-font: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n  }\n\n  *{box-sizing:border-box;}\n  html,body{margin:0;padding:0;}\n  body{\n    background:var(--page-bg);\n    color:var(--ink);\n    font-family:var(--body-font);\n    -webkit-font-smoothing:antialiased;\n    overflow-x:hidden;\n  }\n  img{max-width:100%;}\n\n  .kicker{ display:flex; align-items:center; gap:10px; }\n  .kicker .bar{ width:26px; height:3px; background:var(--yellow); border-radius:2px; flex:none; }\n  .kicker span{ font-family:var(--heading-font); font-weight:700; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--ink-soft); }\n\n  \/* ============================================================\n     INTRO (a f\u0151c\u00edm)\n  ============================================================ *\/\n  .intro{\n    max-width:1180px; margin:0 auto;\n    padding: clamp(56px,9vw,100px) 20px 0;\n    text-align:center;\n    opacity:0; transform:translateY(16px);\n    animation: intro-in .8s cubic-bezier(.2,.7,.2,1) .1s forwards;\n  }\n  .intro h2{\n    margin:0 auto; max-width:34ch;\n    font-family:var(--heading-font); font-weight:800;\n    font-size:clamp(32px,5.4vw,54px); line-height:1.16; letter-spacing:-.01em;\n    color:var(--ink); text-wrap:balance;\n  }\n  .intro h2 span{ color:var(--yellow); }\n  @keyframes intro-in{ to{ opacity:1; transform:translateY(0); } }\n\n  \/* ============================================================\n     ACTS (J\u00f6v\u0151k\u00e9p \/ C\u00e9lunk \/ Legnagyobb \u00e9rt\u00e9k\u00fcnk)\n  ============================================================ *\/\n  .acts{ max-width:1180px; margin:0 auto; padding: clamp(60px,9vw,104px) 20px clamp(70px,10vw,120px); display:flex; flex-direction:column; gap:clamp(80px,12vw,140px); }\n\n  .act{\n    position:relative;\n    display:grid; grid-template-columns: 1fr 1fr; gap:clamp(28px,5vw,64px);\n    align-items:center;\n  }\n  .act.reverse .media{ order:2; }\n  .act.reverse .copy{ order:1; }\n  @media (max-width:840px){\n    .act, .act.reverse{ grid-template-columns:1fr; }\n    .act .media, .act.reverse .media, .act .copy, .act.reverse .copy{ order:initial; }\n  }\n\n  .act .ghost-num{\n    position:absolute; top:-0.42em; font-family:var(--heading-font); font-weight:800;\n    font-size:clamp(120px,16vw,220px); line-height:1;\n    color:transparent; -webkit-text-stroke:1.5px rgba(26,26,26,.10);\n    z-index:0; pointer-events:none; user-select:none;\n  }\n  .act:not(.reverse) .ghost-num{ left:-.06em; }\n  .act.reverse .ghost-num{ right:-.06em; }\n\n  .act .media{\n    position:relative; z-index:1;\n    min-height:220px;\n    border-radius:26px; overflow:hidden; aspect-ratio:7\/4;\n    background: linear-gradient(155deg,#EFEFEC,#DEDEDA);\n    box-shadow:0 34px 70px -30px rgba(20,20,20,.28);\n    opacity:0; transform:translateY(28px) scale(.98);\n    transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1);\n  }\n  .act.in-view .media{ opacity:1; transform:translateY(0) scale(1); }\n  .act .media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; will-change:transform; }\n\n  .act .copy{\n    position:relative; z-index:1;\n    opacity:0; transform:translateY(20px);\n    transition: opacity .8s .12s cubic-bezier(.2,.7,.2,1), transform .8s .12s cubic-bezier(.2,.7,.2,1);\n  }\n  .act.in-view .copy{ opacity:1; transform:translateY(0); }\n\n  .act .kicker{ margin-bottom:14px; }\n\n  .act h3{ margin:0 0 16px; font-family:var(--heading-font); font-weight:800; font-size:clamp(28px,3.6vw,42px); line-height:1.08; color:var(--ink); }\n  .act p{ margin:0; max-width:46ch; font-size:16.5px; line-height:1.7; color:var(--ink-soft); }\n\n  \/* ============================================================\n     CLOSING (z\u00e1r\u00f3 CTA)\n  ============================================================ *\/\n  .closing{\n    max-width:900px; margin:0 auto;\n    padding: 0 20px clamp(72px,11vw,128px);\n    text-align:center;\n  }\n  .closing h2{\n    margin:0 0 30px; margin-inline:auto; max-width:34ch;\n    font-family:var(--heading-font); font-weight:800;\n    font-size:clamp(28px,4.2vw,44px); line-height:1.18; letter-spacing:-.01em;\n    color:var(--ink); text-wrap:balance;\n  }\n  .closing h2 span{ color:var(--yellow); }\n  .closing .cta-btn, .closing .cta-btn:hover, .closing .cta-btn:focus{\n    text-decoration:none !important;\n  }\n  .closing .cta-btn{\n    display:inline-flex; align-items:center; gap:9px;\n    background:var(--yellow); color:#333333;\n    font-family:var(--heading-font); font-weight:700; font-size:18px;\n    padding:16px 32px; border-radius:30px;\n    box-shadow: 0 12px 26px -14px rgba(16,24,32,.4);\n    transition: transform .2s ease, box-shadow .2s ease;\n  }\n  .closing .cta-btn:hover{ transform:translateY(-2px); box-shadow: 0 16px 30px -12px rgba(16,24,32,.45); }\n  .closing .cta-btn:focus-visible{ outline:2px solid var(--ink); outline-offset:3px; }\n\n  @media (prefers-reduced-motion: reduce){\n    .intro{ animation:none !important; opacity:1 !important; transform:none !important; }\n    .act .media, .act .copy{ transition:none !important; opacity:1 !important; transform:none !important; }\n  }\n<\/style>\n\n<header class=\"intro\">\n  <h2>Discover WOW Content Production <span>vision for the future<\/span>, <span>its purpose<\/span> and <span>its greatest value<\/span>!<\/h2>\n<\/header>\n\n<section class=\"acts\">\n  <article class=\"act\" data-act>\n    <span class=\"ghost-num\" aria-hidden=\"true\">01<\/span>\n    <figure class=\"media\">\n      <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png\" width=\"700\" height=\"400\" alt=\"The WOW Content Production team during filming, with tablets in their hands\">\n    <\/figure>\n    <div class=\"copy\">\n      <div class=\"kicker\"><span class=\"bar\"><\/span><span>Where are we going?<\/span><\/div>\n      <h3>Our vision for the future<\/h3>\n      <p>In the future we envisage, truly valuable companies will find it easier to identify their customers\u2019 needs through social media. This applies to any kind of content that helps a given company achieve exponential growth.<\/p>\n    <\/div>\n  <\/article>\n\n  <article class=\"act reverse\" data-act>\n    <span class=\"ghost-num\" aria-hidden=\"true\">02<\/span>\n    <figure class=\"media\">\n      <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-4.png\" width=\"700\" height=\"400\" alt=\"The WOW Content Production team in an office reception area, with a poster\">\n    <\/figure>\n    <div class=\"copy\">\n      <div class=\"kicker\"><span class=\"bar\"><\/span><span>What do we want to achieve?<\/span><\/div>\n      <h3>Our goal<\/h3>\n      <p>Our aim is for the photographic and video content in 100% to support your company\u2019s marketing strategy, rather than simply being a routine task to which resources must be allocated just because everyone else is doing it at the moment\u2026<\/p>\n    <\/div>\n  <\/article>\n\n  <article class=\"act\" data-act>\n    <span class=\"ghost-num\" aria-hidden=\"true\">03<\/span>\n    <figure class=\"media\">\n      <img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-5.png\" width=\"700\" height=\"400\" alt=\"The WOW Content Production team in an industrial hall, during filming\">\n    <\/figure>\n    <div class=\"copy\">\n      <div class=\"kicker\"><span class=\"bar\"><\/span><span>What drives us?<\/span><\/div>\n      <h3>Our greatest asset<\/h3>\n      <p>Our greatest strength lies in our customer-focused approach. We aim to anticipate, understand and meet our customers\u2019 current and future needs. To this end, we work in close collaboration with our long-term partners.<\/p>\n    <\/div>\n  <\/article>\n<\/section>\n\n<section class=\"closing\">\n  <h2>May you have one just like that too <span>your video<\/span>, something to be proud of!<\/h2>\n  <a class=\"cta-btn\" href=\"https:\/\/www.wowcontentproduction.com\/en\/contact\/\">I would like to work with you<\/a>\n<\/section>\n\n<script>\n  var acts = document.querySelectorAll('[data-act]');\n  var reduceMotion = window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  if('IntersectionObserver' in window){\n    var io = new IntersectionObserver(function(entries){\n      entries.forEach(function(e){\n        if(e.isIntersecting){ e.target.classList.add('in-view'); io.unobserve(e.target); }\n      });\n    }, { threshold:.25 });\n    acts.forEach(function(a){ io.observe(a); });\n  } else {\n    acts.forEach(function(a){ a.classList.add('in-view'); });\n  }\n\n  if(!reduceMotion){\n    var imgs = document.querySelectorAll('.act .media img');\n    var ticking = false;\n    function onScroll(){\n      if(ticking) return;\n      ticking = true;\n      requestAnimationFrame(function(){\n        var vh = window.innerHeight;\n        imgs.forEach(function(img){\n          var r = img.parentElement.getBoundingClientRect();\n          var center = r.top + r.height\/2;\n          var offset = (center - vh\/2) \/ vh;\n          img.style.transform = 'translateY(' + (offset * 22) + 'px) scale(1.12)';\n        });\n        ticking = false;\n      });\n    }\n    document.addEventListener('scroll', onScroll, { passive:true });\n    onScroll();\n  }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Ismerd meg a WOW Content Production j\u00f6v\u0151k\u00e9p\u00e9t, c\u00e9lj\u00e1t \u00e9s legnagyobb \u00e9rt\u00e9k\u00e9t! 01 Merre tartunk? J\u00f6v\u0151k\u00e9p\u00fcnk Az \u00e1ltalunk elk\u00e9pzelt j\u00f6v\u0151ben az igaz\u00e1n \u00e9rt\u00e9kes c\u00e9gek k\u00f6nnyebben megfogj\u00e1k tudni ismerni a fogyaszt\u00f3ik ig\u00e9nyeit a k\u00f6z\u00f6ss\u00e9gi m\u00e9dia seg\u00edts\u00e9g\u00e9vel. Legyen sz\u00f3 b\u00e1rmilyen olyan tartalmakr\u00f3l, amik seg\u00edtik az adott c\u00e9g exponenci\u00e1lis n\u00f6veked\u00e9s\u00e9t. 02 Mit szeretn\u00e9nk el\u00e9rni? C\u00e9lunk A c\u00e9lunk az, hogy [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1133","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v26.3) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\u00f3lunk | WOW Content Production<\/title>\n<meta name=\"description\" content=\"Ismerd meg a WOW Content Production j\u00f6v\u0151k\u00e9p\u00e9t, k\u00fcldet\u00e9s\u00e9t \u00e9s legnagyobb \u00e9rt\u00e9k\u00e9t!\" \/>\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.wowcontentproduction.com\/en\/rolunk\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"r\u00f3lunk\" \/>\n<meta property=\"og:description\" content=\"Ismerd meg a WOW Content Production j\u00f6v\u0151k\u00e9p\u00e9t, k\u00fcldet\u00e9s\u00e9t \u00e9s legnagyobb \u00e9rt\u00e9k\u00e9t!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wowcontentproduction.com\/en\/rolunk\/\" \/>\n<meta property=\"og:site_name\" content=\"Wow Content Production\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-22T10:58:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated 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.wowcontentproduction.com\/rolunk\/\",\"url\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/\",\"name\":\"R\u00f3lunk | WOW Content Production\",\"isPartOf\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png\",\"datePublished\":\"2022-09-13T08:26:36+00:00\",\"dateModified\":\"2026-07-22T10:58:41+00:00\",\"description\":\"Ismerd meg a WOW Content Production j\u00f6v\u0151k\u00e9p\u00e9t, k\u00fcldet\u00e9s\u00e9t \u00e9s legnagyobb \u00e9rt\u00e9k\u00e9t!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wowcontentproduction.com\/rolunk\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage\",\"url\":\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png\",\"contentUrl\":\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wowcontentproduction.com\/rolunk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.wowcontentproduction.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"r\u00f3lunk\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wowcontentproduction.com\/#website\",\"url\":\"https:\/\/www.wowcontentproduction.com\/\",\"name\":\"Wow Content Production\",\"description\":\"Film, Media, Marketing\",\"publisher\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wowcontentproduction.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wowcontentproduction.com\/#organization\",\"name\":\"Wow Content Production\",\"url\":\"https:\/\/www.wowcontentproduction.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.wowcontentproduction.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2022\/09\/base_logo_transparent_background.png\",\"contentUrl\":\"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2022\/09\/base_logo_transparent_background.png\",\"width\":3125,\"height\":1875,\"caption\":\"Wow Content Production\"},\"image\":{\"@id\":\"https:\/\/www.wowcontentproduction.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"About us | WOW Content Production","description":"Learn about WOW Content Production's vision, mission and greatest value!","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.wowcontentproduction.com\/en\/rolunk\/","og_locale":"en_GB","og_type":"article","og_title":"r\u00f3lunk","og_description":"Ismerd meg a WOW Content Production j\u00f6v\u0151k\u00e9p\u00e9t, k\u00fcldet\u00e9s\u00e9t \u00e9s legnagyobb \u00e9rt\u00e9k\u00e9t!","og_url":"https:\/\/www.wowcontentproduction.com\/en\/rolunk\/","og_site_name":"Wow Content Production","article_modified_time":"2026-07-22T10:58:41+00:00","og_image":[{"url":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/","url":"https:\/\/www.wowcontentproduction.com\/rolunk\/","name":"About us | WOW Content Production","isPartOf":{"@id":"https:\/\/www.wowcontentproduction.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage"},"image":{"@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png","datePublished":"2022-09-13T08:26:36+00:00","dateModified":"2026-07-22T10:58:41+00:00","description":"Learn about WOW Content Production's vision, mission and greatest value!","breadcrumb":{"@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wowcontentproduction.com\/rolunk\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/#primaryimage","url":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png","contentUrl":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2026\/05\/rolunk-oldal-3.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.wowcontentproduction.com\/rolunk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wowcontentproduction.com\/"},{"@type":"ListItem","position":2,"name":"r\u00f3lunk"}]},{"@type":"WebSite","@id":"https:\/\/www.wowcontentproduction.com\/#website","url":"https:\/\/www.wowcontentproduction.com\/","name":"Wow Content Production","description":"Film, Media, Marketing","publisher":{"@id":"https:\/\/www.wowcontentproduction.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wowcontentproduction.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.wowcontentproduction.com\/#organization","name":"Wow Content Production","url":"https:\/\/www.wowcontentproduction.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.wowcontentproduction.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2022\/09\/base_logo_transparent_background.png","contentUrl":"https:\/\/www.wowcontentproduction.com\/wp-content\/uploads\/2022\/09\/base_logo_transparent_background.png","width":3125,"height":1875,"caption":"Wow Content Production"},"image":{"@id":"https:\/\/www.wowcontentproduction.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/pages\/1133","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/comments?post=1133"}],"version-history":[{"count":84,"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/pages\/1133\/revisions"}],"predecessor-version":[{"id":11437,"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/pages\/1133\/revisions\/11437"}],"wp:attachment":[{"href":"https:\/\/www.wowcontentproduction.com\/en\/wp-json\/wp\/v2\/media?parent=1133"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}