{"id":7,"date":"2025-06-04T09:11:59","date_gmt":"2025-06-04T07:11:59","guid":{"rendered":"https:\/\/www.pizzayolo.la\/?page_id=7"},"modified":"2025-07-21T09:58:41","modified_gmt":"2025-07-21T07:58:41","slug":"home","status":"publish","type":"page","link":"https:\/\/www.pizzayolo.la\/","title":{"rendered":"Home"},"content":{"rendered":"\n\n\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <title>PizzaYOLO Hero Section<\/title>\n  <style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans:wght@700;900&display=swap');\n    body {\n      margin: 0;\n      font-family: 'Noto Sans', sans-serif;\n      overflow-x: hidden;\n      background: #1f3050;\n    }\n    .hero-container {\n      display: flex;\n      height: 100vh;\n      width: 100%;\n      margin: 0 auto;\n      position: relative;\n      z-index: 1;\n    }\n    .left-side {\n      flex: 1;\n      background-color: #1f3050;\n      color: white;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      align-items: center;\n      text-align: center;\n      padding: 5em 5em 3em 5em;\n      box-sizing: border-box;\n      user-select: none;\n      z-index: 1;\n    }\n    .right-side {\n      width: 56%;\n      margin-left: -6%;\n      position: relative;\n      overflow: hidden;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      user-select: none;\n      z-index: 2;\n      background-color: #da202c;\n      clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);\n    }\n    h1 {\n      font-size: 6rem;\n      font-weight: 900;\n      text-transform: uppercase;\n      line-height: 1.1;\n      margin: 0;\n      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), -2px -2px 4px rgba(255, 255, 255, 0.2);\n      white-space: nowrap;\n    }\n    h1 .pizza {\n      color: #ffcc31;\n      display: inline-block;\n    }\n    h1 .yolo {\n      margin-left: 0.2em;\n      color: white;\n      font-weight: 900;\n      text-transform: uppercase;\n      display: inline-block;\n      background: #da202c;\n      padding: 0.3em 0.8em;\n      transform: skewX(-10deg);\n      border-radius: 0em;\n    }\n    p {\n      font-size: 2rem;\n      margin-top: 1.5rem;\n      max-width: 460px;\n      text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);\n      font-weight: 700;\n    }\n    .btn-order {\n      margin-top: 3rem;\n      background-color: white;\n      color: #da202c;\n      font-weight: 700;\n      padding: 1.2rem 3.5rem;\n      font-size: 1.5rem;\n      border-radius: 9999px;\n      box-shadow: 0 8px 15px rgba(218, 32, 44, 0.35);\n      transition: background-color 0.3s ease;\n      text-decoration: none;\n      display: inline-block;\n      width: max-content;\n      user-select: none;\n    }\n    .btn-order:hover {\n      background-color: #f9f9f9;\n    }\n    .pizza-container {\n      position: relative;\n    }\n    .pizza-img {\n      width: 400px;\n      height: auto;\n      z-index: 3;\n      pointer-events: none;\n      filter: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.5));\n      border-radius: 20px;\n      background: transparent;\n      padding: 0;\n    }\n    .mascot-img {\n      position: absolute;\n      top: 220px;\n      bottom:0;\n      left: -70px;\n      width: 160px;\n      filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.5));\n      pointer-events: none;\n      z-index: 4;\n      background: transparent;\n    }\n    .accent-circle {\n      position: absolute;\n      top: 5rem;\n      right: 7rem;\n      width: 50px;\n      height: 50px;\n      background: #da202c;\n      border-radius: 50%;\n      opacity: 0.15;\n      filter: blur(10px);\n      pointer-events: none;\n      z-index: 3;\n    }\n    @media (min-width: 768px) and (max-width: 1024px) {\n  .right-side {\n    width: 55%;\n    margin-left: -6%; \/* Push the red section left to close the gap *\/\n    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);\n  }\n  .pizza-img {\n    width: 300px;\n  }\n  .mascot-img {\n    position: absolute;\n    top: 260px;\n    bottom: 0;\n    left: -10px;\n    filter: drop-shadow(3px 5px 5px rgba(0, 0, 0, 0.5));\n    pointer-events: none;\n    z-index: 4;\n    background: transparent;\n    width: 120px;\n}\n  .accent-circle {\n    width: 30px;\n    height: 30px;\n    top: 3rem;\n    right: 3rem;\n  }\n @media (min-width: 1024px) and (max-width: 1280px) {\n  h1 {\n    font-size: 5.5rem;\n  }\n}\n  .left-side {\n    padding-left: 3rem;\n    padding-right: 2rem;\n  }\n}\n    @media (max-width: 640px) {\n      .hero-container {\n        flex-direction: column;\n        height: auto;\n      }\n      .right-side {\n        display: none;\n      }\n      .left-side {\n        flex: none;\n        width: 100%;\n        padding: 120px 2rem 3rem 2rem;\n        text-align: center;\n        background-color: #1f3050;\n      }\n      .mobile-pizza {\n        display: block;\n        margin-bottom: 2rem;\n        position: relative;\n      }\n      .mobile-pizza img.pizza-img {\n        width: 250px;\n        margin: 0 auto;\n        border-radius: 20px;\n        display: block;\n      }\n      .mobile-pizza img.mascot-img {\n        width: 100px;\n        left: -20px;\n        bottom: 0;\n      }\n      p {\n        font-size: 1.6rem;\n        font-weight: 600;\n      }\n      h1 {\n        font-size: 2.5rem;\n      }\n      .btn-order {\n        margin: 2rem auto 0 auto;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n      <!-- Pizza and Mascot ABOVE ONLY on MOBILE -->\n        <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Pizza-3.png\"\/>\n        <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/PizzaYOLO_BrandCharacter_4-1-scaled.png\" alt=\"Mascot\" \/>\n      <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design.png\" width=\"120px\"\/>\n      <p>PizzaYOLO &#8211; Turning fast-food into fast-good.<\/p>\n      <a href=\"#order\">Join Us<\/a>\n    <!-- RIGHT SIDE stays as you liked on Laptop -->\n        <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Pizza-3.png\" alt=\"Pizza\" \/>\n        <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/PizzaYOLO_BrandCharacter_4-1-scaled.png\" alt=\"Mascot\" \/>\n  <!-- JS to control visibility -->\n<\/body>\n<\/html>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/9.jpg\" alt=\"9\" itemprop=\"image\" height=\"1763\" width=\"1249\" title=\"9\" onerror=\"this.style.display='none'\" loading='lazy' \/>\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design.png\" alt=\"Untitled design\" itemprop=\"image\" title=\"Untitled design\" onerror=\"this.style.display='none'\" loading='lazy' \/>\n\t\n    PizzaYOLO is a franchise brand of pizzerias where &#8220;Fast-Food&#8221; becomes &#8220;Fast-Good.&#8221; We&#8217;re driven by our passion for gastronomy, our innovative expertise, and our love for the freshest, highest-quality ingredients. Our concept has been tailored to the Lao market! \n<p>It delivers a unique promise to your customers: fresh pizzas made with premium ingredients, quickly prepared, and sold at affordable prices. <\/p>\n<p>PizzaYOLO pizzerias offer take-away pizzas at highly competitive prices while maintaining a quality level comparable to the best pizzerias. <\/p>\n<p>Beyond great food, we are offering a unique entrepreneurial opportunity: open your own pizzeria by joining a well-structured and fast-growing franchise network.<\/p>\n\t\t\t\t<img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design.png\" alt=\"Untitled design\" itemprop=\"image\" title=\"Untitled design\" onerror=\"this.style.display='none'\" loading='lazy' \/>\n\t<h1>\n    MENU\n<\/h1>\n\t<p>Indulge in our most popular pizzas, crafted with love and the finest ingredients.<\/p>\n\t<style>\n   \/* Desktop view - All cards in one row *\/\n.pbody {\n    display: flex;\n    flex-wrap: nowrap; \/* Force in one row on large screens *\/\n    align-items: center;\n    justify-content: center;\n    min-height: 70vh;\n    padding: 20px;\n    gap: 20px;\n}\n\/* Cards auto-shrink to fit large screens *\/\n.card {\n    flex: 1 1 0;\n    min-width: 250px;\n    max-width: 375px;\n    min-height: 380px;\n    background: #f3f3f3;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: flex-end;\n    border-radius: 32px;\n    padding: 20px;\n    margin: 20px 0;\n    transition: transform 0.3s ease;\n}\n.card:hover {\n    transform: translateY(-10px);\n}\n.card-img {\n    align-self: center;\n    max-width: 240px;\n    height: 200px;\n    position: absolute;\n    top: -110px;\n}\n.nome-do-prato,\n.preco-do-prato {\n    font-size: 32px !important;\n    color: #292929;\n    text-align: center;\n}\n.descricao-prato {\n    font-size: 18px;\n    color: #616161;\n    text-align: center;\n}\n\/* For medium screens (tablets) - Allow wrapping *\/\n@media (max-width: 1024px) {\n    .pbody {\n        flex-wrap: wrap; \/* Cards will wrap to next line *\/\n    }\n    .card {\n        flex: 1 1 45%; \/* Two cards per row approx. *\/\n        min-width: 250px;\n    }\n}\n\/* For mobile screens *\/\n@media (max-width: 768px) {\n    .pbody {\n        flex-wrap: wrap; \/* Continue wrapping *\/\n    }\n    .card {\n        width: 90%;\n        min-height: 340px;\n        padding: 15px;\n        margin-bottom: 40px;\n    }\n    .card-img {\n        max-width: 150px;\n        height: 150px;\n        top: -60px;\n    }\n    .nome-do-prato,\n    .preco-do-prato {\n        font-size: 24px;\n    }\n    .descricao-prato {\n        font-size: 16px;\n    }\n}\n<\/style>\n<section>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/07\/Veg-Pizza.png\" alt=\"Imagem do prato\"\/>\n        Vegetarian Pizza\n\n        <p>Tomato sauce, Mozzarella, Eggplant, Fresh tomato, Mushroom,Zucchini<\/p>\n        <p>99,000 LAK<\/p>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/07\/Funghi.png\" alt=\"Imagem do prato\"\/>\n        Funghi Pizza\n\n        <p>Tomato sauce, Mozzarella, Ham, Mushroom<\/p>\n        <p>109,000\u00a0LAK<\/p>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/07\/Sea-Food.png\" alt=\"Imagem do prato\"\/>\n        <p>Seafood Pizza<\/p>\n        <p>Tomato sauce, Mozzarella, Crab stick, Squid, Shrimp<\/p>\n        <p>119,000\u00a0LAK<\/p>\n<\/section>\n\t<h1>\n    Join us\n<\/h1>\n\t<p>Become a part of a thriving pizza franchise! With comprehensive training, ongoing support, and a proven business model, you&#8217;ll be set up for success. Learn more about the PizzaYOLO franchise opportunity and start your entrepreneurial journey today!<\/p>\n\t\t\t<a href=\"\" role=\"button\" target=\"_self\" onclick=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tLearn more\n\t\t\t\t\t\t\t<\/a>\n\t\t\t<a href=\"\" role=\"button\" target=\"_self\" onclick=\"\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tSend Enquiry\n\t\t\t\t\t\t\t<\/a>\n\t<h1>\n    Testimonials\n<\/h1>\n\t<p>Voices of the YOLO Family<\/p>\n\t<style>\n    .testimonial-slider {\n        max-width: 1000px;\n        margin: 0 auto;\n        position: relative;\n        overflow: hidden;\n        padding: 0px 20px;\n        font-family: 'Outfit', sans-serif;\n        color: white;\n        text-align: center;\n    }\n    .testimonial-track {\n        display: flex;\n        transition: transform 0.6s ease-in-out;\n    }\n    .testimonial {\n        min-width: 100%;\n        padding: 30px 20px;\n        box-sizing: border-box;\n        position: relative;\n    }\n    .testimonial p {\n        font-size: 22px;\n        line-height: 1.8;\n        margin-bottom: 20px;\n        max-width: 700px;\n        margin-left: auto;\n        margin-right: auto;\n        position: relative;\n        z-index: 2;\n    }\n    .testimonial h4 {\n        font-size: 24px;\n        font-weight: 600;\n        margin-bottom: 10px;\n        position: relative;\n        z-index: 2;\n    }\n    .testimonial-icon {\n        width: 50px;\n        margin: 0 auto 15px auto;\n    }\n    .stars {\n        color: gold;\n        font-size: 24px;\n        margin-bottom: 15px;\n        letter-spacing: 3px;\n        position: relative;\n        z-index: 2;\n    }\n    .pizza-watermark {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        transform: translate(-50%, -50%);\n        opacity: 0.07;\n        max-width: 300px;\n        z-index: 1;\n    }\n    .slider-buttons {\n        margin-top: 30px;\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n    }\n    .slider-buttons button {\n        width: 50px;\n        height: 50px;\n        background: white;\n        color: #da202c;\n        border: none;\n        border-radius: 50%;\n        cursor: pointer;\n        font-size: 24px;\n        transition: all 0.3s ease;\n        box-shadow: 0 0 10px rgba(0,0,0,0.2);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n    }\n    .slider-buttons button:hover {\n        background: #da202c;\n        color: white;\n        transform: scale(1.1);\n        box-shadow: 0 0 15px rgba(0,0,0,0.4);\n    }\n    .dots {\n        display: flex;\n        justify-content: center;\n        margin-top: 20px;\n        gap: 10px;\n    }\n    .dot {\n        width: 12px;\n        height: 12px;\n        background: white;\n        border-radius: 50%;\n        opacity: 0.5;\n        cursor: pointer;\n        transition: all 0.3s ease;\n    }\n    .dot.active {\n        width: 16px;\n        height: 16px;\n        opacity: 1;\n        background: gold;\n    }\n    @media (max-width: 768px) {\n        .testimonial p {\n            font-size: 18px;\n            max-width: 100%;\n        }\n        .testimonial h4 {\n            font-size: 20px;\n        }\n        .stars {\n            font-size: 20px;\n        }\n        .testimonial-icon {\n            width: 40px;\n        }\n    }\n<\/style>\n<section>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            <p>&#8220;The pizza is so tasty and cheap.&#8221;<\/p>\n            <h4>&#8211; Meenoy<\/h4>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            <p>&#8220;Good pizza! \ud83c\udf55 the employees is so compassionate and kind which just make the pizza taste better &#8230;&#8221;<\/p>\n            <h4>&#8211; salTEA :3<\/h4>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            &#8220;PIZZA YOLO   \ud83c\udf55 #mickeyinlaos\noffers delicious, fresh pizza with a perfectly crisp crust. The friendly staff and peaceful atmosphere make it a great spot for any pizza lover&#8221;\n            <h4>&#8211; Vinod Kohli<\/h4>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            &#8220;The pizza is good and tasty. staff are friendly and easy to talk to. The place itself is also cozy and maybe a bit tight, better for a takeaway place.\nWill definitely come again with friends .&#8221;\n            <h4>&#8211; Sophie Madden <\/h4>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            <p>&#8220;Super convenient, great quality, and totally worth it. If you love good pizza, you gotta try it!&#8221;<\/p>\n            <h4>&#8211; Sam Lim Jr.<\/h4>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/IconWhite_27.png\" alt=\"Pizza Icon\"\/>\n            <img decoding=\"async\" src=\"http:\/\/www.pizzayolo.la\/wp-content\/uploads\/2025\/06\/Untitled-design-6.png\" alt=\"Testimonial Icon\"\/>\n            \u2605\u2605\u2605\u2605\u2605\n            &#8220;Yummy pizza, perfectly baked with fresh ingredients, I think the price was very reasonable. I wanted to take away at first but couldn&#8217;t resist and dined there.\nNice staff, delivery time is accurate and most importantly chef and other staff asked for my feedback twice. &#8220;Amazing customer service &#8211; Top Notch..A1\nThank you, will come back again..&#8221;\n            <h4>&#8211; Himanshu Pandey<\/h4>\n        <button onclick=\"prevSlide()\">\u276e<\/button>\n        <button onclick=\"nextSlide()\">\u276f<\/button>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>PizzaYOLO Hero Section PizzaYOLO &#8211; Turning fast-food into fast-good. Join Us PizzaYOLO is a franchise brand of pizzerias where &#8220;Fast-Food&#8221; becomes &#8220;Fast-Good.&#8221; We&#8217;re driven by our passion for gastronomy, our innovative expertise, and our love for the freshest, highest-quality ingredients. Our concept has been tailored to the Lao market! It delivers a unique promise to&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-7","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":73,"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":470,"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/pages\/7\/revisions\/470"}],"wp:attachment":[{"href":"https:\/\/www.pizzayolo.la\/index.php\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}