{"id":61,"date":"2025-01-27T19:18:27","date_gmt":"2025-01-27T19:18:27","guid":{"rendered":"https:\/\/tastyway.ca\/?page_id=61"},"modified":"2026-03-09T17:23:53","modified_gmt":"2026-03-09T17:23:53","slug":"home-page","status":"publish","type":"page","link":"https:\/\/tastyway.ca\/","title":{"rendered":""},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"61\" class=\"elementor elementor-61\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5c7e3d e-flex e-con-boxed e-con e-parent\" data-id=\"f5c7e3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf1d0d0 elementor-widget elementor-widget-html\" data-id=\"bf1d0d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!--\r\nTasty Way \u2014 premium homepage v2\r\nSingle-block WordPress Custom HTML\r\n-->\r\n\r\n<style>\r\n  :root{\r\n    --bg:#080809;\r\n    --bg-soft:#101113;\r\n    --panel:#141518;\r\n    --panel-2:#1a1c20;\r\n    --text:#ffffff;\r\n    --muted:#aeb4bc;\r\n    --line:rgba(255,255,255,.08);\r\n    --line-strong:rgba(255,255,255,.14);\r\n    --brand:#ff7a00;\r\n    --brand-2:#ffb15c;\r\n    --brand-3:#ffd3a2;\r\n    --dark:#0b0b0d;\r\n    --shadow:0 18px 50px rgba(0,0,0,.42);\r\n    --radius:22px;\r\n    --maxw:1200px;\r\n  }\r\n\r\n  *{box-sizing:border-box}\r\n  html{scroll-behavior:smooth}\r\n  body{\r\n    margin:0;\r\n    background:\r\n      radial-gradient(circle at 85% 0%, rgba(255,122,0,.14), transparent 22%),\r\n      radial-gradient(circle at 0% 20%, rgba(255,255,255,.03), transparent 18%),\r\n      linear-gradient(180deg,#09090a 0%, #0b0c0e 100%);\r\n    color:var(--text);\r\n    font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;\r\n  }\r\n\r\n  a{text-decoration:none;color:inherit}\r\n  img{display:block;max-width:100%;height:auto}\r\n  .container{max-width:var(--maxw);margin-inline:auto;padding:0 22px}\r\n\r\n  \/* Header *\/\r\n  .hdr{\r\n    position:sticky;\r\n    top:0;\r\n    z-index:100;\r\n    background:rgba(8,8,9,.74);\r\n    backdrop-filter:blur(14px) saturate(160%);\r\n    border-bottom:1px solid rgba(255,255,255,.06);\r\n  }\r\n  .hdr-wrap{\r\n    display:flex;\r\n    align-items:center;\r\n    justify-content:space-between;\r\n    gap:16px;\r\n    padding:14px 0;\r\n  }\r\n  .brand{\r\n    display:flex;\r\n    align-items:center;\r\n    gap:12px;\r\n    min-width:0;\r\n  }\r\n  .brand img{\r\n    width:50px;\r\n    height:50px;\r\n    border-radius:15px;\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .brand-name{\r\n    font-weight:800;\r\n    letter-spacing:.3px;\r\n    font-size:18px;\r\n    white-space:nowrap;\r\n  }\r\n\r\n  .nav{\r\n    display:flex;\r\n    align-items:center;\r\n    gap:24px;\r\n  }\r\n  .nav a{\r\n    color:#eef1f4;\r\n    opacity:.88;\r\n    font-weight:500;\r\n  }\r\n  .nav a:hover{\r\n    opacity:1;\r\n    color:#fff;\r\n  }\r\n\r\n  .cta{\r\n    display:flex;\r\n    gap:10px;\r\n    align-items:center;\r\n    flex-wrap:wrap;\r\n  }\r\n  .btn{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    justify-content:center;\r\n    gap:10px;\r\n    padding:12px 18px;\r\n    border-radius:14px;\r\n    font-weight:800;\r\n    transition:.18s ease;\r\n    white-space:nowrap;\r\n  }\r\n  .btn:hover{transform:translateY(-2px)}\r\n  .btn-primary{\r\n    background:linear-gradient(135deg,var(--brand),var(--brand-2));\r\n    color:#111;\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .btn-ghost{\r\n    background:rgba(255,255,255,.03);\r\n    color:#fff;\r\n    border:1px solid rgba(255,255,255,.14);\r\n  }\r\n\r\n  #menuToggle{display:none}\r\n  .burger{\r\n    display:none;\r\n    padding:10px 12px;\r\n    border-radius:12px;\r\n    border:1px solid rgba(255,255,255,.14);\r\n    background:rgba(255,255,255,.03);\r\n    cursor:pointer;\r\n  }\r\n\r\n  @media (max-width:960px){\r\n    .burger{display:block}\r\n    .cta{display:none}\r\n    .nav{\r\n      display:none;\r\n      position:absolute;\r\n      top:78px;\r\n      left:16px;\r\n      right:16px;\r\n      background:rgba(20,21,24,.98);\r\n      border:1px solid var(--line);\r\n      border-radius:18px;\r\n      padding:14px;\r\n      flex-direction:column;\r\n      align-items:flex-start;\r\n      box-shadow:var(--shadow);\r\n    }\r\n    #menuToggle:checked ~ .nav{display:flex}\r\n    .hdr-wrap{position:relative}\r\n  }\r\n\r\n  \/* Hero *\/\r\n  .hero{\r\n    position:relative;\r\n    padding:34px 0 42px;\r\n  }\r\n  .hero-grid{\r\n    display:grid;\r\n    grid-template-columns:1.05fr .95fr;\r\n    gap:34px;\r\n    align-items:center;\r\n  }\r\n\r\n  .eyebrow{\r\n    display:inline-flex;\r\n    align-items:center;\r\n    gap:10px;\r\n    padding:10px 14px;\r\n    border-radius:999px;\r\n    background:linear-gradient(90deg, rgba(255,122,0,.18), rgba(255,177,92,.09));\r\n    border:1px solid rgba(255,255,255,.08);\r\n    color:#ffd8ae;\r\n    font-weight:700;\r\n    margin-bottom:18px;\r\n  }\r\n\r\n  .hero h1{\r\n    margin:0 0 14px;\r\n    font-size:clamp(40px,6vw,76px);\r\n    line-height:.98;\r\n    letter-spacing:-2px;\r\n    max-width:700px;\r\n  }\r\n  .hero p{\r\n    margin:0;\r\n    color:var(--muted);\r\n    font-size:clamp(15px,2vw,18px);\r\n    line-height:1.7;\r\n    max-width:620px;\r\n  }\r\n\r\n  .hero-actions{\r\n    display:flex;\r\n    gap:12px;\r\n    flex-wrap:wrap;\r\n    margin-top:26px;\r\n  }\r\n\r\n  .hero-stats{\r\n    display:grid;\r\n    grid-template-columns:repeat(3,1fr);\r\n    gap:14px;\r\n    margin-top:28px;\r\n  }\r\n  .stat{\r\n    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015));\r\n    border:1px solid var(--line);\r\n    border-radius:18px;\r\n    padding:16px;\r\n  }\r\n  .stat strong{\r\n    display:block;\r\n    font-size:16px;\r\n    margin-bottom:6px;\r\n  }\r\n  .stat span{\r\n    color:var(--muted);\r\n    font-size:14px;\r\n    line-height:1.5;\r\n  }\r\n\r\n  .hero-media{\r\n    position:relative;\r\n    min-height:100%;\r\n  }\r\n  .hero-card{\r\n    position:relative;\r\n    overflow:hidden;\r\n    border-radius:30px;\r\n    border:1px solid rgba(255,255,255,.08);\r\n    background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .hero-card img{\r\n    width:100%;\r\n    aspect-ratio:4\/4.5;\r\n    object-fit:cover;\r\n  }\r\n\r\n  .hero-overlay{\r\n    position:absolute;\r\n    inset:auto 18px 18px 18px;\r\n    display:flex;\r\n    justify-content:space-between;\r\n    gap:14px;\r\n    align-items:end;\r\n    background:linear-gradient(180deg, rgba(10,10,11,.18), rgba(10,10,11,.78));\r\n    border:1px solid rgba(255,255,255,.08);\r\n    border-radius:20px;\r\n    padding:16px;\r\n  }\r\n  .hero-overlay strong{\r\n    display:block;\r\n    font-size:18px;\r\n    margin-bottom:4px;\r\n  }\r\n  .hero-overlay span{\r\n    color:#ddd;\r\n    font-size:14px;\r\n  }\r\n  .hero-price{\r\n    background:linear-gradient(135deg,var(--brand),var(--brand-2));\r\n    color:#111;\r\n    padding:10px 12px;\r\n    border-radius:14px;\r\n    font-weight:900;\r\n    white-space:nowrap;\r\n  }\r\n\r\n  .glow{\r\n    position:absolute;\r\n    width:240px;\r\n    height:240px;\r\n    right:-30px;\r\n    bottom:-30px;\r\n    background:radial-gradient(circle, rgba(255,122,0,.18), transparent 68%);\r\n    filter:blur(24px);\r\n    pointer-events:none;\r\n  }\r\n\r\n  @media (max-width:960px){\r\n    .hero-grid{grid-template-columns:1fr}\r\n    .hero-media{order:-1}\r\n    .hero-stats{grid-template-columns:1fr}\r\n  }\r\n\r\n  \/* Section base *\/\r\n  .section{padding:72px 0}\r\n  .section-head{\r\n    display:flex;\r\n    justify-content:space-between;\r\n    align-items:end;\r\n    gap:20px;\r\n    margin-bottom:24px;\r\n  }\r\n  .section-head h2{\r\n    margin:0 0 8px;\r\n    font-size:clamp(30px,4vw,46px);\r\n    line-height:1.04;\r\n    letter-spacing:-1px;\r\n  }\r\n  .section-head p{\r\n    margin:0;\r\n    color:var(--muted);\r\n    max-width:650px;\r\n    line-height:1.7;\r\n  }\r\n\r\n  @media (max-width:800px){\r\n    .section-head{display:block}\r\n  }\r\n\r\n  \/* Student deal band *\/\r\n  .deal{\r\n    position:relative;\r\n    overflow:hidden;\r\n    background:\r\n      radial-gradient(circle at right top, rgba(255,177,92,.15), transparent 28%),\r\n      linear-gradient(135deg, rgba(255,122,0,.14), rgba(255,177,92,.07));\r\n    border:1px solid rgba(255,255,255,.08);\r\n    border-radius:28px;\r\n    padding:28px;\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .deal-grid{\r\n    display:grid;\r\n    grid-template-columns:1.2fr .8fr;\r\n    gap:18px;\r\n    align-items:center;\r\n  }\r\n  .deal h3{\r\n    margin:0 0 10px;\r\n    font-size:34px;\r\n    line-height:1.05;\r\n    letter-spacing:-1px;\r\n  }\r\n  .deal p{\r\n    margin:0;\r\n    color:#f3ddc6;\r\n    line-height:1.7;\r\n    max-width:700px;\r\n  }\r\n  .deal-box{\r\n    background:rgba(9,9,10,.42);\r\n    border:1px solid rgba(255,255,255,.1);\r\n    border-radius:20px;\r\n    padding:18px;\r\n  }\r\n  .deal-box strong{\r\n    display:block;\r\n    font-size:18px;\r\n    margin-bottom:8px;\r\n  }\r\n  .deal-box span{\r\n    display:block;\r\n    color:var(--muted);\r\n    font-size:14px;\r\n    line-height:1.5;\r\n    margin-bottom:4px;\r\n  }\r\n  @media (max-width:900px){\r\n    .deal-grid{grid-template-columns:1fr}\r\n  }\r\n\r\n  \/* Signature cards *\/\r\n  .menu-grid{\r\n    display:grid;\r\n    grid-template-columns:repeat(4,1fr);\r\n    gap:18px;\r\n  }\r\n  .food-card{\r\n    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));\r\n    border:1px solid var(--line);\r\n    border-radius:24px;\r\n    overflow:hidden;\r\n    transition:.2s ease;\r\n    box-shadow:0 10px 28px rgba(0,0,0,.18);\r\n  }\r\n  .food-card:hover{\r\n    transform:translateY(-5px);\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .food-card img{\r\n    width:100%;\r\n    aspect-ratio:4\/3.1;\r\n    object-fit:cover;\r\n  }\r\n  .food-body{\r\n    padding:18px;\r\n  }\r\n  .food-top{\r\n    display:flex;\r\n    justify-content:space-between;\r\n    align-items:start;\r\n    gap:12px;\r\n    margin-bottom:8px;\r\n  }\r\n  .food-top h3{\r\n    margin:0;\r\n    font-size:19px;\r\n    line-height:1.2;\r\n  }\r\n  .chip{\r\n    background:linear-gradient(135deg,var(--brand),var(--brand-2));\r\n    color:#111;\r\n    padding:7px 10px;\r\n    border-radius:999px;\r\n    font-size:12px;\r\n    font-weight:900;\r\n    white-space:nowrap;\r\n  }\r\n  .food-body p{\r\n    margin:0;\r\n    color:var(--muted);\r\n    font-size:14px;\r\n    line-height:1.6;\r\n  }\r\n\r\n  @media (max-width:1100px){\r\n    .menu-grid{grid-template-columns:repeat(2,1fr)}\r\n  }\r\n  @media (max-width:620px){\r\n    .menu-grid{grid-template-columns:1fr}\r\n  }\r\n\r\n  \/* Feature split *\/\r\n  .split{\r\n    display:grid;\r\n    grid-template-columns:.9fr 1.1fr;\r\n    gap:20px;\r\n    align-items:stretch;\r\n  }\r\n  .split-card,\r\n  .split-panel{\r\n    border-radius:26px;\r\n    overflow:hidden;\r\n    border:1px solid var(--line);\r\n    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));\r\n    box-shadow:var(--shadow);\r\n  }\r\n  .split-card img{\r\n    width:100%;\r\n    height:100%;\r\n    min-height:420px;\r\n    object-fit:cover;\r\n  }\r\n  .split-panel{\r\n    padding:28px;\r\n    display:flex;\r\n    flex-direction:column;\r\n    justify-content:center;\r\n  }\r\n  .split-panel .mini{\r\n    color:#ffd0a0;\r\n    font-weight:700;\r\n    margin-bottom:12px;\r\n  }\r\n  .split-panel h3{\r\n    margin:0 0 12px;\r\n    font-size:clamp(28px,4vw,42px);\r\n    line-height:1.05;\r\n    letter-spacing:-1px;\r\n  }\r\n  .split-panel p{\r\n    margin:0 0 18px;\r\n    color:var(--muted);\r\n    line-height:1.7;\r\n  }\r\n  .bullet-list{\r\n    display:grid;\r\n    gap:12px;\r\n    margin:0 0 22px;\r\n  }\r\n  .bullet{\r\n    display:flex;\r\n    gap:12px;\r\n    align-items:flex-start;\r\n    background:rgba(255,255,255,.03);\r\n    border:1px solid rgba(255,255,255,.06);\r\n    border-radius:16px;\r\n    padding:14px;\r\n  }\r\n  .bullet strong{\r\n    display:block;\r\n    margin-bottom:4px;\r\n  }\r\n  .bullet span{\r\n    color:var(--muted);\r\n    font-size:14px;\r\n    line-height:1.5;\r\n  }\r\n\r\n  @media (max-width:960px){\r\n    .split{grid-template-columns:1fr}\r\n    .split-card img{min-height:280px}\r\n  }\r\n\r\n  \/* Gallery *\/\r\n  .gallery{\r\n    display:grid;\r\n    grid-template-columns:1.4fr 1fr 1fr;\r\n    gap:12px;\r\n  }\r\n  .gallery img{\r\n    width:100%;\r\n    height:100%;\r\n    min-height:190px;\r\n    object-fit:cover;\r\n    border-radius:18px;\r\n    border:1px solid var(--line);\r\n  }\r\n  .gallery .big{\r\n    grid-row:span 2;\r\n    min-height:392px;\r\n  }\r\n\r\n  @media (max-width:850px){\r\n    .gallery{grid-template-columns:1fr 1fr}\r\n    .gallery .big{\r\n      grid-column:span 2;\r\n      grid-row:auto;\r\n      min-height:260px;\r\n    }\r\n  }\r\n\r\n  \/* Reviews *\/\r\n  .reviews-grid{\r\n    display:grid;\r\n    grid-template-columns:.9fr 1.1fr;\r\n    gap:18px;\r\n  }\r\n  .review-copy,\r\n  .review-embed{\r\n    background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));\r\n    border:1px solid var(--line);\r\n    border-radius:24px;\r\n    padding:24px;\r\n  }\r\n  .review-copy h3{\r\n    margin:0 0 10px;\r\n    font-size:24px;\r\n  }\r\n  .review-copy p{\r\n    margin:0;\r\n    color:var(--muted);\r\n    line-height:1.7;\r\n  }\r\n\r\n  @media (max-width:900px){\r\n    .reviews-grid{grid-template-columns:1fr}\r\n  }\r\n\r\n  \/* Final CTA *\/\r\n  .final-cta{\r\n    position:relative;\r\n    overflow:hidden;\r\n    border-radius:30px;\r\n    padding:30px;\r\n    border:1px solid rgba(255,255,255,.08);\r\n    background:\r\n      radial-gradient(circle at right top, rgba(255,177,92,.16), transparent 24%),\r\n      linear-gradient(135deg, rgba(255,122,0,.14), rgba(255,177,92,.06)),\r\n      #121316;\r\n    box-shadow:var(--shadow);\r\n    display:flex;\r\n    justify-content:space-between;\r\n    gap:20px;\r\n    align-items:center;\r\n  }\r\n  .final-cta h2{\r\n    margin:0 0 10px;\r\n    font-size:clamp(30px,4vw,48px);\r\n    line-height:1.04;\r\n    letter-spacing:-1px;\r\n  }\r\n  .final-cta p{\r\n    margin:0;\r\n    color:var(--muted);\r\n    max-width:650px;\r\n    line-height:1.7;\r\n  }\r\n\r\n  @media (max-width:900px){\r\n    .final-cta{\r\n      flex-direction:column;\r\n      align-items:flex-start;\r\n    }\r\n  }\r\n\r\n  \/* Footer *\/\r\n  .ftr{\r\n    margin-top:76px;\r\n    border-top:1px solid rgba(255,255,255,.06);\r\n    background:#09090a;\r\n  }\r\n  .ftr-wrap{\r\n    display:flex;\r\n    justify-content:space-between;\r\n    gap:16px;\r\n    align-items:center;\r\n    flex-wrap:wrap;\r\n    padding:24px 0;\r\n  }\r\n  .ftr small{\r\n    color:var(--muted);\r\n    font-size:14px;\r\n  }\r\n  .soc{\r\n    display:flex;\r\n    gap:10px;\r\n    flex-wrap:wrap;\r\n  }\r\n  .soc a{\r\n    padding:10px 14px;\r\n    border-radius:12px;\r\n    border:1px solid rgba(255,255,255,.12);\r\n    background:rgba(255,255,255,.03);\r\n    font-weight:700;\r\n  }\r\n\r\n  @media (prefers-reduced-motion:reduce){\r\n    html{scroll-behavior:auto}\r\n    .btn,.food-card{transition:none}\r\n  }\r\n<\/style>\r\n\r\n<header class=\"hdr\">\r\n  <div class=\"container hdr-wrap\">\r\n    <a class=\"brand\" href=\"#top\" aria-label=\"Tasty Way Home\">\r\n      <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/88c9ea03-4af6-4284-a1f7-ce8193462907@3x.png\" alt=\"Tasty Way logo\" loading=\"eager\" width=\"92\" height=\"92\">\r\n      <span class=\"brand-name\">Tasty Way<\/span>\r\n    <\/a>\r\n\r\n    <label class=\"burger\" for=\"menuToggle\" aria-label=\"Open menu\">\u2630<\/label>\r\n    <input type=\"checkbox\" id=\"menuToggle\" hidden>\r\n\r\n    <nav class=\"nav\" aria-label=\"Primary\">\r\n      <a href=\"#menu\">Favourites<\/a>\r\n      <a href=\"#student\">Student Deal<\/a>\r\n      <a href=\"#story\">Why Tasty Way<\/a>\r\n      <a href=\"#gallery\">Gallery<\/a>\r\n      <a href=\"#reviews\">Reviews<\/a>\r\n    <\/nav>\r\n\r\n    <div class=\"cta\">\r\n      <a class=\"btn btn-ghost\" href=\"https:\/\/tastyway.ca\/index.php\/169-2\/\">Catering<\/a>\r\n      <a class=\"btn btn-primary\" href=\"https:\/\/www.order.store\/store\/tasty-way\/8yiTRf1rSZiBGJrprp6b_A\">Order Now<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/header>\r\n\r\n<section class=\"hero container\" id=\"top\">\r\n  <div class=\"hero-grid\">\r\n    <div>\r\n      <div class=\"eyebrow\">\ud83d\udd25 Fresh shawarma, real flavor, no nonsense<\/div>\r\n      <h1>Modern comfort food with serious flavor.<\/h1>\r\n      <p>\r\n        Tasty Way brings you generous shawarma plates, wraps, hummus, and house favourites made for real hunger. Fast, satisfying, and worth coming back for.\r\n      <\/p>\r\n\r\n      <div class=\"hero-actions\">\r\n        <a class=\"btn btn-primary\" href=\"https:\/\/www.order.store\/store\/tasty-way\/8yiTRf1rSZiBGJrprp6b_A\">Order Delivery<\/a>\r\n        <a class=\"btn btn-ghost\" href=\"https:\/\/www.foodbooking.com\/api\/fb\/_vb_xb5\">Pick-Up<\/a>\r\n        <a class=\"btn btn-ghost\" href=\"#menu\">See Best Sellers<\/a>\r\n      <\/div>\r\n\r\n      <div class=\"hero-stats\">\r\n        <div class=\"stat\">\r\n          <strong>Big portions<\/strong>\r\n          <span>Meals that actually fill you up.<\/span>\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>uOttawa discount<\/strong>\r\n          <span>Students get 10% off with valid ID.<\/span>\r\n        <\/div>\r\n        <div class=\"stat\">\r\n          <strong>Fast and easy<\/strong>\r\n          <span>Quick pick-up and delivery when you need it.<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"hero-media\">\r\n      <div class=\"hero-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/IMG_0075.jpg\" alt=\"Chicken shawarma plate with hummus and pickles\" loading=\"eager\">\r\n        <div class=\"hero-overlay\">\r\n          <div>\r\n            <strong>Chicken Shawarma Plate<\/strong>\r\n            <span>One of our most loved meals<\/span>\r\n          <\/div>\r\n          <div class=\"hero-price\">Order today<\/div>\r\n        <\/div>\r\n      <\/div>\r\n      <div class=\"glow\" aria-hidden=\"true\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\" id=\"student\">\r\n  <div class=\"container\">\r\n    <div class=\"deal\">\r\n      <div class=\"deal-grid\">\r\n        <div>\r\n          <h3>uOttawa students get 10% off<\/h3>\r\n          <p>\r\n            Study hard, eat better. Show your valid uOttawa student ID in store and enjoy 10% off your order. A simple deal for quick lunches, dinner breaks, and long study days.\r\n          <\/p>\r\n        <\/div>\r\n        <div class=\"deal-box\">\r\n          <strong>Student Deal<\/strong>\r\n          <span>10% off for uOttawa students<\/span>\r\n          <span>Valid with student ID<\/span>\r\n          <span>Perfect for lunch, dinner, and study fuel<\/span>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\" id=\"menu\">\r\n  <div class=\"container\">\r\n    <div class=\"section-head\">\r\n      <div>\r\n        <h2>Best sellers<\/h2>\r\n        <p>\r\n          The dishes people keep coming back for \u2014 packed with flavor, built to satisfy, and made to feel worth every bite.\r\n        <\/p>\r\n      <\/div>\r\n      <a class=\"btn btn-primary\" href=\"https:\/\/www.order.store\/store\/tasty-way\/8yiTRf1rSZiBGJrprp6b_A\">Order Online<\/a>\r\n    <\/div>\r\n\r\n    <div class=\"menu-grid\">\r\n      <article class=\"food-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/IMG_0075.jpg\" alt=\"Chicken Shawarma Plate\" loading=\"lazy\">\r\n        <div class=\"food-body\">\r\n          <div class=\"food-top\">\r\n            <h3>Chicken Shawarma Plate<\/h3>\r\n            <span class=\"chip\">Popular<\/span>\r\n          <\/div>\r\n          <p>Loaded with shawarma, fries, pickles, and hummus for a full meal that hits every time.<\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"food-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/WhatsApp-Image-2025-01-31-at-12.56.08-PM.jpeg\" alt=\"Shawarma Wrap\" loading=\"lazy\">\r\n        <div class=\"food-body\">\r\n          <div class=\"food-top\">\r\n            <h3>Shawarma Wrap<\/h3>\r\n            <span class=\"chip\">Fast<\/span>\r\n          <\/div>\r\n          <p>Easy to grab, full of flavor, and perfect when you want something satisfying without waiting long.<\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"food-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/tasty_way_hummusipg.jpg\" alt=\"Hummus\" loading=\"lazy\">\r\n        <div class=\"food-body\">\r\n          <div class=\"food-top\">\r\n            <h3>Hummus<\/h3>\r\n            <span class=\"chip\">Fresh<\/span>\r\n          <\/div>\r\n          <p>Smooth, creamy, and garlicky \u2014 the kind of side that makes everything else better.<\/p>\r\n        <\/div>\r\n      <\/article>\r\n\r\n      <article class=\"food-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/02\/tasty_way_kibbehipg.jpg\" alt=\"Homemade Kibbeh\" loading=\"lazy\">\r\n        <div class=\"food-body\">\r\n          <div class=\"food-top\">\r\n            <h3>Homemade Kibbeh<\/h3>\r\n            <span class=\"chip\">House-made<\/span>\r\n          <\/div>\r\n          <p>Crispy outside, rich and savory inside, with the kind of bite people remember.<\/p>\r\n        <\/div>\r\n      <\/article>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\" id=\"story\">\r\n  <div class=\"container\">\r\n    <div class=\"split\">\r\n      <div class=\"split-card\">\r\n        <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/IMG_0075.jpg\" alt=\"Tasty Way food close up\" loading=\"lazy\">\r\n      <\/div>\r\n\r\n      <div class=\"split-panel\">\r\n        <div class=\"mini\">Why Tasty Way<\/div>\r\n        <h3>Food that feels comforting, filling, and worth coming back for.<\/h3>\r\n        <p>\r\n          This is the kind of place people remember because the portions are generous, the flavor is strong, and the meal actually satisfies. It is simple, dependable comfort food done right.\r\n        <\/p>\r\n\r\n        <div class=\"bullet-list\">\r\n          <div class=\"bullet\">\r\n            <div>\r\n              <strong>Generous portions<\/strong>\r\n              <span>Meals that leave people full and happy, not disappointed.<\/span>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"bullet\">\r\n            <div>\r\n              <strong>Real customer favourites<\/strong>\r\n              <span>From shawarma plates to wraps and sides, the menu is built around what people actually love.<\/span>\r\n            <\/div>\r\n          <\/div>\r\n          <div class=\"bullet\">\r\n            <div>\r\n              <strong>Perfect for students and locals<\/strong>\r\n              <span>Great for quick lunches, after-class meals, dinner, or easy group orders.<\/span>\r\n            <\/div>\r\n          <\/div>\r\n        <\/div>\r\n\r\n        <div class=\"hero-actions\" style=\"margin-top:0\">\r\n          <a class=\"btn btn-primary\" href=\"https:\/\/www.order.store\/store\/tasty-way\/8yiTRf1rSZiBGJrprp6b_A\">Order Your Meal<\/a>\r\n          <a class=\"btn btn-ghost\" href=\"https:\/\/tastyway.ca\/index.php\/169-2\/\">Catering<\/a>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\" id=\"gallery\">\r\n  <div class=\"container\">\r\n    <div class=\"section-head\">\r\n      <div>\r\n        <h2>Real food, real photos<\/h2>\r\n        <p>\r\n          No fake stock shots. Just actual Tasty Way food presented in a cleaner, more premium gallery.\r\n        <\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"gallery\">\r\n      <img decoding=\"async\" class=\"big\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/IMG_0075.jpg\" alt=\"Shawarma plate\" loading=\"lazy\">\r\n      <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/tasty_way_hummusipg.jpg\" alt=\"Hummus bowl\" loading=\"lazy\">\r\n      <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/tasty_way_grape_leavesipg.jpg\" alt=\"Stuffed grape leaves\" loading=\"lazy\">\r\n      <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/02\/tasty_way_kibbehipg.jpg\" alt=\"Kibbeh\" loading=\"lazy\">\r\n      <img decoding=\"async\" src=\"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/WhatsApp-Image-2025-01-31-at-12.56.08-PM.jpeg\" alt=\"Shawarma wrap\" loading=\"lazy\">\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\" id=\"reviews\">\r\n  <div class=\"container\">\r\n    <div class=\"section-head\">\r\n      <div>\r\n        <h2>Reviews<\/h2>\r\n        <p>Let the food photos pull people in, and the reviews help close the decision.<\/p>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"reviews-grid\">\r\n      <div class=\"review-copy\">\r\n        <h3>Built on repeat customers<\/h3>\r\n        <p>\r\n          Great restaurant pages do not just look nice \u2014 they build trust and make ordering feel easy. This layout gives your reviews more breathing room while keeping the page premium.\r\n        <\/p>\r\n      <\/div>\r\n      <div class=\"review-embed\">\r\n        <div style=\"color:#d7d7d7;\"><pre class=\"ti-widget\"><template id=\"trustindex-google-widget-html\"><div class=\" ti-widget  ti-goog ti-review-text-mode-readmore ti-text-align-left\" data-no-translation=\"true\" data-time-locale=\"%d %s ago|today|day|days|week|weeks|month|months|year|years\" data-plugin-version=\"13.2.9\" data-layout-id=\"13\" data-layout-category=\"slider\" data-set-id=\"dark-background\" data-pid=\"\" data-language=\"en\" data-close-locale=\"Close\" data-review-target-width=\"275\" data-css-version=\"2\" data-reply-by-locale=\"Owner's reply\" data-only-rating-locale=\"This user only left a rating.\" data-pager-autoplay-timeout=\"6\"> <div class=\"ti-widget-container ti-col-4\"> <div class=\"ti-footer source-Google\"> <div class=\"ti-row\"> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh4.googleusercontent.com\/-xYBuhI-M-4E\/AAAAAAAAAAI\/AAAAAAAAAAA\/cjEY1rOL1XE\/s160-c-k-mo\/photo.jpg\" alt=\"Tasty Way\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Tasty Way<\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/h.svg\" alt=\"Google star 5.0.6\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><\/span> <div class=\"ti-rating-text\"> <span class=\"nowrap\"><strong>548 Google reviews<\/strong><\/span> <\/div> <div class=\"ti-header-write-btn-container\"> <a href=\"https:\/\/admin.trustindex.io\/api\/googleWriteReview?place-id=ChIJGazuk1AFzkwRBSZUFxCM8D8\" class=\"ti-header-write-btn\" role=\"button\" aria-label=\"Write a review to Google\" target=\"_blank\" rel=\"noopener\">Write a review<\/a> <\/div>  <\/div> <\/div> <\/div> <div class=\"ti-reviews-container\"> <div class=\"ti-controls\"> <div class=\"ti-next\" aria-label=\"Next review\" role=\"button\" tabindex=\"0\"><\/div> <div class=\"ti-prev\" aria-label=\"Previous review\" role=\"button\" tabindex=\"0\"><\/div> <\/div> <div class=\"ti-reviews-container-wrapper\">  <div data-empty=\"0\" data-time=\"1745971200\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVK_msO7e2ZMICGZi1conuJ4rWc9SOvm2VDiKOWQEfYOG6bj7BC=w40-h40-c-rp-mo-br100\" alt=\"Amatulla Rampurawala profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Amatulla Rampurawala <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Best shawarma in this area, very humble service and friendly staff<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1745280000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocJGnkE0OLMZI7J_UnvUJ-mFgqMfGvF_XmFmAlPz3G4QPanJJw=w40-h40-c-rp-mo-br100\" alt=\"Nikita Ekshtat profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Nikita Ekshtat <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->So good thank you so much so juicy and fresh love it<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1744848000\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjXvBEl3biy_gfkHBA0JHtf3BlZKdRm0xV4Eul8pXJBup7eEzpY=w40-h40-c-rp-mo-br100\" alt=\"Ahmed Abdelrahim profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ahmed Abdelrahim <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Best Falafel and fries \ud83c\udf5f in Ottawa, amazing customer service and really friendly people. Food is always fresh and hot.<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1744502400\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjVSIE-f3VEoZ8QlGOi9eUqDbAJaKuZSf_eO-sr7EERKrC8fosoY=w40-h40-c-rp-mo-br100\" alt=\"Ahmed El Domiaty profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ahmed El Domiaty <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Some of the best in the city. Great people too. Always super friendly. Shoutout Pierre, that man knows how to make a great sandwich. Much love to this spot. Check it out<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1744329600\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a\/ACg8ocKLtdHz0JOE0i3mryUzFhmPZY0DukWufUVwVLg4hU681D_qVw=w40-h40-c-rp-mo-br100\" alt=\"Ben W profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Ben W <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Incredible food! The saj is 10\/10 and always delicious meats and falafel<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <div data-empty=\"0\" data-time=\"1744156800\" class=\"ti-review-item source-Google ti-image-layout-thumbnail\" data-id=\"cfcd208495d565ef66e7dff9f98764da\"> <div class=\"ti-inner\"> <div class=\"ti-review-header\"> <div class=\"ti-platform-icon ti-with-tooltip\"> <span class=\"ti-tooltip\">Posted on <\/span> <trustindex-image data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/icon.svg\" alt=\"\" width=\"20\" height=\"20\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-img\"> <trustindex-image data-imgurl=\"https:\/\/lh3.googleusercontent.com\/a-\/ALV-UjWz8Fx963tpzH8zumybefNyPbqZzUXZtjCx4UEEvBCgtSHAWtnW=w40-h40-c-rp-mo-ba4-br100\" alt=\"Abuturab Bohra profile picture\" loading=\"lazy\"><\/trustindex-image> <\/div> <div class=\"ti-profile-details\"> <div class=\"ti-name\"> Abuturab Bohra <\/div> <div class=\"ti-date\"><\/div> <\/div> <\/div> <span class=\"ti-stars\"><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 1\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 2\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 3\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 4\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><trustindex-image class=\"ti-star\" data-imgurl=\"https:\/\/cdn.trustindex.io\/assets\/platform\/Google\/star\/f.svg\" alt=\"Google star 5\" width=\"17\" height=\"17\" loading=\"lazy\"><\/trustindex-image><span class=\"ti-verified-review ti-verified-platform\"><span class=\"ti-verified-tooltip\">Trustindex verifies that the original source of the review is Google.<\/span><\/span><\/span> <div class=\"ti-review-text-container ti-review-content\"><!-- R-CONTENT -->Can't suggest we eating in but the food is fantastic \ud83e\udd29<!-- R-CONTENT --><\/div> <span class=\"ti-read-more\" data-container=\".ti-review-content\" data-collapse-text=\"Hide\" data-open-text=\"Read more\"><\/span> <\/div> <\/div>  <\/div> <div class=\"ti-controls-line\"> <div class=\"dot\"><\/div> <\/div>   <\/div> <\/div> <\/div> <\/template><\/pre><div data-src=\"https:\/\/cdn.trustindex.io\/loader.js?wp-widget\" data-template-id=\"trustindex-google-widget-html\" data-css-url=\"https:\/\/tastyway.ca\/wp-content\/uploads\/trustindex-google-widget.css?1776190681\"><\/div><\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<section class=\"section\">\r\n  <div class=\"container\">\r\n    <div class=\"final-cta\">\r\n      <div>\r\n        <h2>Hungry? Let\u2019s make it easy.<\/h2>\r\n        <p>\r\n          Order now for delivery or pick-up and get your Tasty Way favourites fast. Perfect for lunch, dinner, or a solid study break meal.\r\n        <\/p>\r\n      <\/div>\r\n\r\n      <div class=\"hero-actions\" style=\"margin-top:0\">\r\n        <a class=\"btn btn-primary\" href=\"https:\/\/www.order.store\/store\/tasty-way\/8yiTRf1rSZiBGJrprp6b_A\">Order Delivery<\/a>\r\n        <a class=\"btn btn-ghost\" href=\"https:\/\/www.foodbooking.com\/api\/fb\/_vb_xb5\">Pick-Up<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n<\/section>\r\n\r\n<footer class=\"ftr\">\r\n  <div class=\"container ftr-wrap\">\r\n    <small>\u00a9 <span id=\"year\"><\/span> Tasty Way \u2014 2644 Hickson Cres, Ottawa<\/small>\r\n    <div class=\"soc\" aria-label=\"Social links\">\r\n      <a href=\"https:\/\/www.facebook.com\/kwshawarma.ca\" aria-label=\"Facebook\">Facebook<\/a>\r\n      <a href=\"https:\/\/www.instagram.com\/tastyway_shawarma\/\" aria-label=\"Instagram\">Instagram<\/a>\r\n      <a href=\"https:\/\/www.tiktok.com\/@tasty.way\" aria-label=\"TikTok\">TikTok<\/a>\r\n    <\/div>\r\n  <\/div>\r\n<\/footer>\r\n\r\n<script>\r\n  document.getElementById('year').textContent = new Date().getFullYear();\r\n<\/script>\r\n\r\n<script type=\"application\/ld+json\">\r\n{\r\n  \"@context\": \"https:\/\/schema.org\",\r\n  \"@type\": \"Restaurant\",\r\n  \"name\": \"Tasty Way\",\r\n  \"address\": {\r\n    \"@type\":\"PostalAddress\",\r\n    \"addressLocality\":\"Ottawa\",\r\n    \"addressRegion\":\"ON\",\r\n    \"streetAddress\":\"2644 Hickson Cres\",\r\n    \"postalCode\":\"\"\r\n  },\r\n  \"servesCuisine\": \"Middle Eastern, Shawarma\",\r\n  \"priceRange\": \"$$\",\r\n  \"url\": \"https:\/\/tastyway.ca\/\",\r\n  \"image\": \"https:\/\/tastyway.ca\/wp-content\/uploads\/2025\/01\/IMG_0075.jpg\",\r\n  \"sameAs\": [\r\n    \"https:\/\/www.facebook.com\/kwshawarma.ca\",\r\n    \"https:\/\/www.instagram.com\/tastyway_shawarma\/\",\r\n    \"https:\/\/www.tiktok.com\/@tasty.way\"\r\n  ],\r\n  \"telephone\": \"819-919-6004\",\r\n  \"acceptsReservations\": false\r\n}\r\n<\/script>\t\t\t\t<\/div>\n\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-376b64d e-flex e-con-boxed e-con e-parent\" data-id=\"376b64d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cdf6bc1 elementor-widget elementor-widget-html\" data-id=\"cdf6bc1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- Social Media Navigation Bar -->\r\n<div class=\"social-media-navbar\" style=\"display: flex; justify-content: center; align-items: center; padding: 15px 0; background: linear-gradient(135deg, #b00000, #000000); border-top: 2px solid #555555; animation: fadeIn 1.5s ease-in-out;\">\r\n    <a href=\"https:\/\/www.facebook.com\/kwshawarma.ca\" target=\"_blank\" style=\"margin: 0 20px; color: #ffffff; text-decoration: none; text-align: center; font-size: 16px;\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.icons8.com\/?size=100&id=118497&format=png\" alt=\"Facebook\" style=\"width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;\">\r\n        <p style=\"margin-top: 8px; color: #ffffff;\">Facebook<\/p>\r\n    <\/a>\r\n    <a href=\"https:\/\/www.instagram.com\/tastyway_shawarma\/\" target=\"_blank\" style=\"margin: 0 20px; color: #ffffff; text-decoration: none; text-align: center; font-size: 16px;\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.icons8.com\/?size=100&id=Xy10Jcu1L2Su&format=png\" alt=\"Instagram\" style=\"width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;\">\r\n        <p style=\"margin-top: 8px; color: #ffffff;\">Instagram<\/p>\r\n    <\/a>\r\n    <a href=\"https:\/\/www.tiktok.com\/@tasty.way\" target=\"_blank\" style=\"margin: 0 20px; color: #ffffff; text-decoration: none; text-align: center; font-size: 16px;\">\r\n        <img decoding=\"async\" src=\"https:\/\/img.icons8.com\/?size=100&id=fdfLpA6fsXN2&format=png\" alt=\"TikTok\" style=\"width: 50px; height: 50px; border-radius: 50%; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease;\">\r\n        <p style=\"margin-top: 8px; color: #ffffff;\">TikTok<\/p>\r\n    <\/a>\r\n<\/div>\r\n\r\n<style>\r\n\/* Hover effect for icons *\/\r\n.social-media-navbar a:hover img {\r\n    transform: scale(1.2); \/* Fancy zoom effect *\/\r\n    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);\r\n}\r\n\r\n\/* Glow line effect *\/\r\n.social-media-navbar a:hover p {\r\n    color: #ff6f00; \/* Highlight text on hover *\/\r\n}\r\n\r\n\/* Fade-in effect for the navbar *\/\r\n@keyframes fadeIn {\r\n    0% {\r\n        opacity: 0;\r\n        transform: translateY(-20px);\r\n    }\r\n    100% {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n}\r\n<\/style>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\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>Tasty Way \u2630 Favourites Student Deal Why Tasty Way Gallery Reviews Catering Order Now \ud83d\udd25 Fresh shawarma, real flavor, no nonsense Modern comfort food with serious flavor. Tasty Way brings you generous shawarma plates, wraps, hummus, and house favourites made for real hunger. Fast, satisfying, and worth coming back for. Order Delivery Pick-Up See Best [&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-61","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/pages\/61","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/comments?post=61"}],"version-history":[{"count":52,"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/pages\/61\/revisions"}],"predecessor-version":[{"id":305,"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/pages\/61\/revisions\/305"}],"wp:attachment":[{"href":"https:\/\/tastyway.ca\/index.php\/wp-json\/wp\/v2\/media?parent=61"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}