{"id":2765,"date":"2026-01-16T08:12:00","date_gmt":"2026-01-16T08:12:00","guid":{"rendered":"https:\/\/ola-foods.com\/?page_id=2765"},"modified":"2026-04-20T14:22:53","modified_gmt":"2026-04-20T14:22:53","slug":"taste-that-unites","status":"publish","type":"page","link":"https:\/\/ola-foods.com\/sq\/taste-that-unites\/","title":{"rendered":"Shija q\u00eb na bashkon"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2765\" class=\"elementor elementor-2765\" wpc-filter-elementor-widget=\"1\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a06d82f e-con-full e-flex e-con e-parent\" data-id=\"a06d82f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3aa160e elementor-widget elementor-widget-shortcode\" data-id=\"3aa160e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f07eb93 elementor-widget elementor-widget-html\" data-id=\"f07eb93\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  .stage {\r\n      background: red;\r\n    -webkit-mask-image: url('https:\/\/ola-foods.com\/wp-content\/uploads\/2026\/01\/ola-web.svg');\r\n    -webkit-mask-repeat: no-repeat;\r\n    -webkit-mask-position: center;\r\n    -webkit-mask-size: 150px;\r\n    mask-image: url('https:\/\/ola-foods.com\/wp-content\/uploads\/2026\/01\/ola-web.svg');\r\n    mask-repeat: no-repeat;\r\n    mask-position: center;\r\n    mask-size: 150px;\r\n  }\r\n  .stage.play {\r\n    animation: maskScaleDown 2s cubic-bezier(.4,0,.2,1) forwards;\r\n  }\r\n  @keyframes maskScaleDown {\r\n    to {\r\n      -webkit-mask-size: 1500vmax;\r\n      mask-size: 1500vmax;\r\n    }\r\n  }\r\n  .htc { display: none; }\r\n<\/style>\r\n\r\n<script>\r\nwindow.addEventListener(\"load\", () => {\r\n  const stage = document.querySelector(\".stage\");\r\n  if (!stage) return;\r\n\r\n  const h1 = document.querySelector(\".h1\");\r\n  const h2 = document.querySelector(\".h2\");\r\n  const h3 = document.querySelector(\".h3\");\r\n  const t1 = document.querySelector(\".t1\");\r\n  const t2 = document.querySelector(\".t2\");\r\n  const t3 = document.querySelector(\".t3\");\r\n\r\n  \/\/ \u2500\u2500 Helpers \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n  function lerp(a, b, t) { return a + (b - a) * t; }\r\n\r\n  \/\/ ease functions\r\n  function easeNone(t) { return t; }\r\n  function easeInOut(t) { return t < 0.5 ? 2*t*t : -1+(4-2*t)*t; } \/\/ power2\r\n  function easeOut(t)   { return 1 - Math.pow(1 - t, 2); }          \/\/ power2\r\n\r\n  \/\/ Animate a value over time, calling onUpdate each frame\r\n  function animate({ duration, onUpdate, onComplete, easeFn = easeNone }) {\r\n    const start = performance.now();\r\n    function frame(now) {\r\n      const raw = Math.min((now - start) \/ (duration * 1000), 1);\r\n      const t   = easeFn(raw);\r\n      onUpdate(t, raw);\r\n      if (raw < 1) requestAnimationFrame(frame);\r\n      else onComplete && onComplete();\r\n    }\r\n    requestAnimationFrame(frame);\r\n  }\r\n\r\n  \/\/ \u2500\u2500 Initial states \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n  [h1, h3].filter(Boolean).forEach(el => el.style.transform = \"translateX(-100vw)\");\r\n  if (h2) h2.style.transform = \"translateX(100vw)\";\r\n  [t1, t2, t3].filter(Boolean).forEach(el => {\r\n    el.style.opacity   = 0;\r\n    el.style.transform = \"translateY(14px)\";\r\n  });\r\n\r\n  \/\/ Lock scroll & go to top\r\n  window.scrollTo(0, 0);\r\n  document.documentElement.style.overflow = \"hidden\";\r\n  document.body.style.overflow = \"hidden\";\r\n\r\n  const HEADING_START   = 1500; \/\/ ms - headings slide in\r\n  const SCROLL_START    = 2800; \/\/ ms - scroll starts AFTER headings settle\r\n  const SCROLL_DURATION = 3500; \/\/ ms\r\n  const SCROLL_END      = SCROLL_START + SCROLL_DURATION;\r\n\r\n  \/\/ \u2500\u2500 1. Mask reveal at 1s \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n  setTimeout(() => stage.classList.add(\"play\"), 1000);\r\n\r\n  \/\/ \u2500\u2500 2. Slide in headings at 1.5s \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n  setTimeout(() => {\r\n    animate({\r\n      duration: 1,\r\n      easeFn: easeNone,\r\n      onUpdate: (t) => {\r\n        const x1 = lerp(-100, 0, t);\r\n        const x2 = lerp(100,  0, t);\r\n        [h1, h3].filter(Boolean).forEach(el => el.style.transform = `translateX(${x1}vw)`);\r\n        if (h2) h2.style.transform = `translateX(${x2}vw)`;\r\n      }\r\n    });\r\n  }, HEADING_START);\r\n\r\n  \/\/ \u2500\u2500 3. Scroll down at 1.5s \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n  setTimeout(() => {\r\n    const target = window.innerHeight;\r\n    animate({\r\n      duration: SCROLL_DURATION \/ 1000,\r\n      easeFn: easeInOut,\r\n      onUpdate: (t) => window.scrollTo(0, lerp(0, target, t)),\r\n      onComplete: () => {\r\n        \/\/ Unlock scroll\r\n        document.documentElement.style.overflow = \"\";\r\n        document.body.style.overflow = \"\";\r\n\r\n        \/\/ \u2500\u2500 4. Fade in text items with stagger \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\r\n        [t1, t2, t3].filter(Boolean).forEach((el, i) => {\r\n          setTimeout(() => {\r\n            animate({\r\n              duration: 0.6,\r\n              easeFn: easeOut,\r\n              onUpdate: (t) => {\r\n                el.style.opacity   = t;\r\n                el.style.transform = `translateY(${lerp(14, 0, t)}px)`;\r\n              }\r\n            });\r\n          }, i * 300); \/\/ 0.3s stagger\r\n        });\r\n      }\r\n    });\r\n  }, SCROLL_START);\r\n});\r\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9ec7676 e-con-full stage e-flex e-con e-child\" data-id=\"9ec7676\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/ola-foods.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/OlaFoods.mp4&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-element elementor-element-fa71429 h1 elementor-widget elementor-widget-heading\" data-id=\"fa71429\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">TASTE<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c94459 h2 elementor-widget elementor-widget-heading\" data-id=\"6c94459\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">THAT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dc09a3 h3 elementor-widget elementor-widget-heading\" data-id=\"5dc09a3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">UNITES<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b021db e-flex e-con-boxed e-con e-parent\" data-id=\"2b021db\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-28e10e7 t1 elementor-widget elementor-widget-heading\" data-id=\"28e10e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">In every shape, in every plate.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11e1659 t2 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"11e1659\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8b67483 elementor-widget__width-initial t3 elementor-widget elementor-widget-text-editor\" data-id=\"8b67483\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong style=\"color: #ffdf00;\">Ola Pasta<\/strong> is a premium pasta produced in Italy, created to bring the true standard of Italian tradition into every kitchen. Made in Venice, it is crafted from carefully selected durum wheat and follows well-established production processes that ensure consistent structure and precise cooking results.<\/p><p>The use of the trafila al bronzo technique creates a characteristic surface that allows sauces to naturally adhere to the pasta, significantly enhancing the overall taste experience. Its light, matte color is a clear indicator of high quality and careful processing. <strong style=\"color: #ffdf00;\">Ola Pasta<\/strong> is not just an everyday choice, but a product that stands out in both how it is cooked and how it is enjoyed.<\/p>\t\t\t\t\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-bb42dbf e-con-full e-flex e-con e-parent\" data-id=\"bb42dbf\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/ola-foods.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/crop.mp4&quot;,&quot;shape_divider_bottom&quot;:&quot;curve&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t<div class=\"elementor-shape elementor-shape-bottom\" aria-hidden=\"true\" data-negative=\"false\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\">\n    <path class=\"elementor-shape-fill\" d=\"M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z\"\/>\n<\/svg>\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e735b4 elementor-widget elementor-widget-html\" data-id=\"4e735b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<a href=\"https:\/\/ola-foods.com\/wp-content\/uploads\/2026\/01\/crop.mp4\" class=\"play-circle\">\r\n  <svg viewBox=\"0 0 200 200\">\r\n    <defs>\r\n      <path id=\"circlePath\" d=\"M100,100 m-70,0 a70,70 0 1,1 140,0 a70,70 0 1,1 -140,0\"\/>\r\n    <\/defs>\r\n    <text>\r\n      <textPath href=\"#circlePath\">\r\n        PLAY VIDEO \u00b7 PLAY VIDEO \u00b7 PLAY VIDEO \u00b7\r\n      <\/textPath>\r\n    <\/text>\r\n  <\/svg>\r\n  <div class=\"play-btn\"><\/div>\r\n<\/a>\r\n\r\n<style>\r\n.play-circle{\r\n  position:relative;\r\n  width:150px;\r\n  height:150px;\r\n  display:block;\r\n  margin:auto;\r\n  cursor:pointer;\r\n}\r\n.play-circle img{\r\n  width:100%;\r\n  height:100%;\r\n  object-fit:cover;\r\n}\r\n.play-circle svg{\r\n  position:absolute;\r\n  inset:0;\r\n  fill:white;\r\n  animation:spin 18s linear infinite;\r\n  pointer-events:none;\r\n}\r\n.play-circle text{\r\n  font-size:11px;\r\n  letter-spacing:3px;\r\n}\r\n.play-btn{\r\n  position:absolute;\r\n  top:50%;left:50%;\r\n  transform:translate(-50%,-50%);\r\n  width:0;height:0;\r\n  border-left:16px solid white;\r\n  border-top:10px solid transparent;\r\n  border-bottom:10px solid transparent;\r\n  pointer-events:none;\r\n}\r\n@keyframes spin{\r\n  to{transform:rotate(360deg);}\r\n}\r\n<\/style>\r\n\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>TASTE THAT UNITES In every shape, in every plate. Ola Pasta is a premium pasta produced in Italy, created to bring the true standard of Italian tradition into every kitchen. Made in Venice, it is crafted from carefully selected durum wheat and follows well-established production processes that ensure consistent structure and precise cooking results. The [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"nf_dc_page":"","footnotes":""},"class_list":["post-2765","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/pages\/2765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/comments?post=2765"}],"version-history":[{"count":5,"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/pages\/2765\/revisions"}],"predecessor-version":[{"id":5508,"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/pages\/2765\/revisions\/5508"}],"wp:attachment":[{"href":"https:\/\/ola-foods.com\/sq\/wp-json\/wp\/v2\/media?parent=2765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}