{"product_id":"mix-match-10-weekly-meals-plan","title":"MIX \u0026 MATCH 10 WEEKLY MEALS PLAN","description":"\u003c!-- ============================================================\n     JA CARIBBEAN: Landing Page\n     Shopify Custom HTML Section \/ Page Template\n     Paste into: Online Store \u003e Pages \u003e (your page) \u003e Show HTML\n     Or: Themes \u003e Edit Code \u003e Sections \u003e Add new section\n     ============================================================ --\u003e\n\u003cp\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400\u0026amp;family=DM+Sans:wght@300;400;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .jac * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .jac {\n    font-family: 'DM Sans', sans-serif;\n    color: #1a1a1a;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 40px 20px 60px;\n  }\n\n  \/* ── HERO ── *\/\n  .jac-hero {\n    background: linear-gradient(145deg, #1B4D2E 0%, #14391F 60%, #0D2915 100%);\n    border-radius: 20px;\n    padding: 56px 44px 48px;\n    margin-bottom: 12px;\n    position: relative;\n    overflow: hidden;\n    text-align: center;\n  }\n\n  .jac-hero::before {\n    content: '';\n    position: absolute;\n    top: -60px; right: -60px;\n    width: 280px; height: 280px;\n    border-radius: 50%;\n    background: rgba(199, 148, 50, 0.08);\n    pointer-events: none;\n  }\n\n  .jac-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -80px; left: -40px;\n    width: 340px; height: 340px;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.03);\n    pointer-events: none;\n  }\n\n  .jac-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(255,255,255,0.10);\n    border: 1px solid rgba(199, 148, 50, 0.35);\n    border-radius: 100px;\n    padding: 7px 16px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #C79432;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .jac-badge .dot {\n    width: 7px; height: 7px;\n    border-radius: 50%;\n    background: #C79432;\n    flex-shrink: 0;\n  }\n\n  .jac-hero h1 {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(32px, 5vw, 52px);\n    font-weight: 900;\n    line-height: 1.08;\n    color: #ffffff;\n    margin-bottom: 18px;\n  }\n\n  .jac-hero h1 em {\n    font-style: italic;\n    color: #C79432;\n  }\n\n  .jac-hero-sub {\n    font-size: 17px;\n    font-weight: 400;\n    color: rgba(255,255,255,0.80);\n    line-height: 1.6;\n    max-width: 580px;\n    margin: 0 auto 32px;\n  }\n\n  .jac-hero-sub strong {\n    color: #ffffff;\n    font-weight: 600;\n  }\n\n  .jac-cta-btn {\n    display: inline-block;\n    background: #C79432;\n    color: #fff !important;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 16px 36px;\n    border-radius: 100px;\n    text-decoration: none !important;\n    letter-spacing: 0.02em;\n    transition: background 0.2s, transform 0.15s;\n    cursor: pointer;\n    border: none;\n  }\n\n  .jac-cta-btn:hover {\n    background: #a87b28;\n    transform: translateY(-1px);\n  }\n\n  \/* ── TICKER ── *\/\n  .jac-ticker-wrap {\n    background: #C79432;\n    border-radius: 12px;\n    overflow: hidden;\n    padding: 13px 0;\n    margin-bottom: 12px;\n    white-space: nowrap;\n  }\n\n  .jac-ticker-inner {\n    display: inline-block;\n    animation: jac-ticker 28s linear infinite;\n  }\n\n  .jac-ticker-inner span {\n    display: inline-block;\n    font-size: 13px;\n    font-weight: 700;\n    color: #fff;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    padding: 0 28px;\n  }\n\n  .jac-ticker-inner span::after {\n    content: '•';\n    margin-left: 28px;\n    opacity: 0.55;\n  }\n\n  @keyframes jac-ticker {\n    0%   { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  \/* ── IMAGE BLOCKS ── *\/\n  .jac-img-full {\n    width: 100%;\n    border-radius: 16px;\n    display: block;\n    margin-bottom: 12px;\n    object-fit: cover;\n  }\n\n  \/* ── USP ROWS ── *\/\n  .jac-usp-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    background: #F8F4EE;\n    border-radius: 16px;\n    padding: 28px 32px;\n    margin-bottom: 12px;\n  }\n\n  .jac-usp-icon {\n    font-size: 32px;\n    flex-shrink: 0;\n    line-height: 1;\n    margin-top: 2px;\n  }\n\n  .jac-usp-text h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 20px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n    line-height: 1.2;\n  }\n\n  .jac-usp-text p {\n    font-size: 15px;\n    color: #4a4a4a;\n    line-height: 1.65;\n  }\n\n  .jac-usp-text p strong {\n    color: #1B4D2E;\n    font-weight: 600;\n  }\n\n  \/* ── HALAL BANNER ── *\/\n  .jac-halal-banner {\n    background: linear-gradient(135deg, #1B4D2E, #0D2915);\n    border-radius: 16px;\n    padding: 36px 40px;\n    margin-bottom: 12px;\n    text-align: center;\n  }\n\n  .jac-halal-banner .halal-icon {\n    font-size: 40px;\n    margin-bottom: 12px;\n    display: block;\n  }\n\n  .jac-halal-banner h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 12px;\n  }\n\n  .jac-halal-banner p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.80);\n    line-height: 1.65;\n    max-width: 560px;\n    margin: 0 auto;\n  }\n\n  .jac-halal-banner p strong {\n    color: #C79432;\n  }\n\n  \/* ── HOW IT WORKS ── *\/\n  .jac-hiw {\n    background: #fff;\n    border: 1px solid #ececec;\n    border-radius: 20px;\n    padding: 44px 40px;\n    margin-bottom: 12px;\n  }\n\n  .jac-hiw h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 32px;\n    text-align: center;\n  }\n\n  .jac-hiw-row {\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n    padding: 22px 0;\n    border-top: 1px solid #f0f0f0;\n  }\n\n  .jac-hiw-row:first-of-type {\n    border-top: none;\n    padding-top: 0;\n  }\n\n  .jac-hiw-num {\n    font-family: 'Playfair Display', serif;\n    font-size: 42px;\n    font-weight: 900;\n    color: #C79432;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 44px;\n    text-align: center;\n  }\n\n  .jac-hiw-content h4 {\n    font-size: 17px;\n    font-weight: 700;\n    color: #1a1a1a;\n    margin-bottom: 6px;\n  }\n\n  .jac-hiw-content p {\n    font-size: 14px;\n    color: #5a5a5a;\n    line-height: 1.65;\n  }\n\n  \/* ── DELIVERY PANEL ── *\/\n  .jac-delivery {\n    background: #1B4D2E;\n    border-radius: 16px;\n    padding: 36px 40px;\n    margin-bottom: 12px;\n    text-align: center;\n  }\n\n  .jac-delivery h3 {\n    font-family: 'Playfair Display', serif;\n    font-size: 24px;\n    font-weight: 700;\n    color: #fff;\n    margin-bottom: 8px;\n  }\n\n  .jac-delivery .delivery-time {\n    font-size: 32px;\n    font-weight: 700;\n    color: #C79432;\n    font-family: 'Playfair Display', serif;\n    margin: 12px 0 8px;\n  }\n\n  .jac-delivery p {\n    font-size: 14px;\n    color: rgba(255,255,255,0.70);\n    line-height: 1.6;\n    margin-top: 8px;\n  }\n\n  \/* ── PLANS ── *\/\n  .jac-plans {\n    background: #F8F4EE;\n    border-radius: 20px;\n    padding: 44px 40px;\n    margin-bottom: 12px;\n  }\n\n  .jac-plans h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 30px;\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 8px;\n    text-align: center;\n  }\n\n  .jac-plans-sub {\n    text-align: center;\n    font-size: 15px;\n    color: #5a5a5a;\n    margin-bottom: 28px;\n  }\n\n  .jac-plan-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));\n    gap: 12px;\n    margin-bottom: 20px;\n  }\n\n  .jac-plan-card {\n    background: #fff;\n    border: 2px solid #e8e0d4;\n    border-radius: 14px;\n    padding: 20px 16px;\n    text-align: center;\n    text-decoration: none !important;\n    display: block;\n    transition: border-color 0.2s, transform 0.15s;\n  }\n\n  .jac-plan-card:hover {\n    border-color: #C79432;\n    transform: translateY(-2px);\n  }\n\n  .jac-plan-card.featured {\n    border-color: #C79432;\n    background: linear-gradient(145deg, #1B4D2E, #0D2915);\n  }\n\n  .jac-plan-card .meals {\n    font-family: 'Playfair Display', serif;\n    font-size: 36px;\n    font-weight: 900;\n    color: #1B4D2E;\n    line-height: 1;\n    margin-bottom: 4px;\n  }\n\n  .jac-plan-card.featured .meals {\n    color: #C79432;\n  }\n\n  .jac-plan-card .label {\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: #8a8a8a;\n  }\n\n  .jac-plan-card.featured .label {\n    color: rgba(255,255,255,0.65);\n  }\n\n  .jac-plans-cta {\n    text-align: center;\n  }\n\n  \/* ── REVIEWS ── *\/\n  .jac-reviews {\n    margin-bottom: 12px;\n  }\n\n  .jac-reviews h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 26px;\n    font-weight: 900;\n    color: #1a1a1a;\n    margin-bottom: 16px;\n    text-align: center;\n  }\n\n  .jac-review-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 12px;\n  }\n\n  .jac-review-card {\n    background: #F8F4EE;\n    border-radius: 14px;\n    padding: 22px 20px;\n  }\n\n  .jac-review-stars {\n    color: #C79432;\n    font-size: 16px;\n    margin-bottom: 10px;\n    letter-spacing: 2px;\n  }\n\n  .jac-review-card p {\n    font-size: 14px;\n    color: #3a3a3a;\n    line-height: 1.65;\n    font-style: italic;\n    margin-bottom: 14px;\n  }\n\n  .jac-review-card .reviewer {\n    font-size: 13px;\n    font-weight: 700;\n    color: #1B4D2E;\n    font-style: normal;\n  }\n\n  \/* ── CONTACT ── *\/\n  .jac-contact {\n    background: linear-gradient(135deg, #1B4D2E, #0D2915);\n    border-radius: 20px;\n    padding: 44px 40px;\n    text-align: center;\n  }\n\n  .jac-contact h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 28px;\n    font-weight: 900;\n    color: #fff;\n    margin-bottom: 12px;\n  }\n\n  .jac-contact p {\n    font-size: 15px;\n    color: rgba(255,255,255,0.75);\n    margin-bottom: 24px;\n    line-height: 1.6;\n  }\n\n  .jac-contact-link {\n    display: inline-block;\n    background: transparent;\n    border: 2px solid #C79432;\n    color: #C79432!important;\n    font-family: 'DM Sans', sans-serif;\n    font-size: 15px;\n    font-weight: 700;\n    padding: 14px 34px;\n    border-radius: 100px;\n    text-decoration: none !important;\n    letter-spacing: 0.02em;\n    transition: background 0.2s;\n  }\n\n  .jac-contact-link:hover {\n    background: #C79432;\n    color: #fff !important;\n  }\n\n  \/* ── MOBILE ── *\/\n  @media (max-width: 600px) {\n    .jac-hero {\n      padding: 40px 24px 36px;\n    }\n\n    .jac-usp-row {\n      padding: 22px 20px;\n      gap: 16px;\n    }\n\n    .jac-hiw {\n      padding: 32px 24px;\n    }\n\n    .jac-plans {\n      padding: 32px 20px;\n    }\n\n    .jac-delivery {\n      padding: 28px 24px;\n    }\n\n    .jac-contact {\n      padding: 36px 24px;\n    }\n\n    .jac-halal-banner {\n      padding: 28px 24px;\n    }\n\n    .jac-plan-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .jac-ticker-inner { animation: none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"jac\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"jac-hero\"\u003e\n\u003cdiv class=\"jac-badge\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e GTA Delivery · 100% Halal · Made Fresh\u003c\/div\u003e\n\u003ch1\u003e\n\u003cem\u003eReal Caribbean Food\u003c\/em\u003e\u003cbr\u003eDelivered Fresh to Your Door, Every Week\u003c\/h1\u003e\n\u003cp class=\"jac-hero-sub\"\u003eBig, bold island flavours cooked from scratch: \u003cstrong\u003eoxtail, curry goat, jerk chicken\u003c\/strong\u003e. Delivered fresh to your door. No cooking. No cleanup. Just heat and enjoy.\u003c\/p\u003e\n\u003ca class=\"jac-cta-btn\" href=\"#plans\"\u003eChoose Your Meals\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- TICKER --\u003e\n\u003cdiv class=\"jac-ticker-wrap\"\u003e\n\u003cdiv class=\"jac-ticker-inner\"\u003e\n\u003cspan\u003e100% Halal Certified\u003c\/span\u003e \u003cspan\u003eMade Fresh on Delivery Day\u003c\/span\u003e \u003cspan\u003eHomestyle Caribbean Recipes\u003c\/span\u003e \u003cspan\u003eGTA-Wide Delivery\u003c\/span\u003e \u003cspan\u003e24oz Generous Portions\u003c\/span\u003e \u003cspan\u003eNo Prep. No Cleanup.\u003c\/span\u003e \u003cspan\u003eHeat and Enjoy in Minutes\u003c\/span\u003e \u003cspan\u003e100% Halal Certified\u003c\/span\u003e \u003cspan\u003eMade Fresh on Delivery Day\u003c\/span\u003e \u003cspan\u003eHomestyle Caribbean Recipes\u003c\/span\u003e \u003cspan\u003eGTA-Wide Delivery\u003c\/span\u003e \u003cspan\u003e24oz Generous Portions\u003c\/span\u003e \u003cspan\u003eNo Prep. No Cleanup.\u003c\/span\u003e \u003cspan\u003eHeat and Enjoy in Minutes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- USP 1: AUTHENTICITY --\u003e\n\u003cdiv class=\"jac-usp-row\"\u003e\n\u003cdiv class=\"jac-usp-icon\"\u003e🇯🇲\u003c\/div\u003e\n\u003cdiv class=\"jac-usp-text\"\u003e\n\u003ch3\u003eStraight From Our Mada \u0026amp; Abuela's Kitchen\u003c\/h3\u003e\n\u003cp\u003eEvery recipe at Ja Caribbean is the \u003cstrong\u003ereal thing\u003c\/strong\u003e: slow-braised oxtail, rich curry goat, and classic Jamaican jerk passed down through generations. The same bold, homestyle flavours you grew up craving, cooked from scratch and delivered fresh every week.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 1 --\u003e \u003cimg class=\"jac-img-full\" alt=\"Ja Caribbean fresh meals\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/LP_2-GIF.gif?v=1779829820\"\u003e \u003c!-- HALAL BANNER --\u003e\n\u003cdiv class=\"jac-halal-banner\"\u003e\n\u003cspan class=\"halal-icon\"\u003e☪️\u003c\/span\u003e\n\u003ch3\u003e100% Halal, With Zero Compromise\u003c\/h3\u003e\n\u003cp\u003eEvery protein at Ja Caribbean is \u003cstrong\u003eguaranteed halal\u003c\/strong\u003e. No grey areas. No exceptions. Enjoy the bold Caribbean flavours you love with complete peace of mind: same delicious taste, cleaner protein, better conscience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USP 2: CONVENIENCE --\u003e\n\u003cdiv class=\"jac-usp-row\"\u003e\n\u003cdiv class=\"jac-usp-icon\"\u003e⏰\u003c\/div\u003e\n\u003cdiv class=\"jac-usp-text\"\u003e\n\u003ch3\u003eBuilt for Busy GTA Professionals\u003c\/h3\u003e\n\u003cp\u003eYou work hard enough. Cooking every night shouldn't feel like another job. \u003cstrong\u003eWe cook. We portion. We deliver.\u003c\/strong\u003e All you do is heat and enjoy. Ja Caribbean gives you real, satisfying food every week without the stress, the grocery runs, or the cleanup.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 2 --\u003e \u003cimg class=\"jac-img-full\" alt=\"Fresh Caribbean ingredients\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/LP-3.png?v=1779830062\"\u003e \u003c!-- USP 3: FRESH --\u003e\n\u003cdiv class=\"jac-usp-row\"\u003e\n\u003cdiv class=\"jac-usp-icon\"\u003e🌴\u003c\/div\u003e\n\u003cdiv class=\"jac-usp-text\"\u003e\n\u003ch3\u003eMade Fresh From Scratch, On Delivery Day\u003c\/h3\u003e\n\u003cp\u003eDay-fresh vegetables. Homemade marinades. Halal proteins. \u003cstrong\u003eNothing mass-produced. Nothing pre-frozen.\u003c\/strong\u003e Every meal is cooked and delivered on the same day so you get maximum flavour, maximum freshness, every single order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 3 --\u003e \u003cimg class=\"jac-img-full\" alt=\"Fresh Caribbean meal prep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/LP-4.png?v=1779830199\"\u003e \u003c!-- USP 4: PORTIONS --\u003e\n\u003cdiv class=\"jac-usp-row\"\u003e\n\u003cdiv class=\"jac-usp-icon\"\u003e🤤\u003c\/div\u003e\n\u003cdiv class=\"jac-usp-text\"\u003e\n\u003ch3\u003ePortions That Actually Fill You Up\u003c\/h3\u003e\n\u003cp\u003eAuthentic Caribbean food doesn't do tiny servings, and neither do we. Every meal comes packed in a \u003cstrong\u003elarge 24oz airtight, microwavable container\u003c\/strong\u003e designed to leave you full, satisfied, and energized. No sad desk lunches here.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- GIF GRAPHIC --\u003e \u003cimg class=\"jac-img-full\" alt=\"Ja Caribbean meal prep delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/LP_GRAPHIC-1.gif?v=1779830011\"\u003e \u003c!-- USP 5: DELIVERY --\u003e\n\u003cdiv class=\"jac-usp-row\"\u003e\n\u003cdiv class=\"jac-usp-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv class=\"jac-usp-text\"\u003e\n\u003ch3\u003eFresh Delivery Across the GTA, Every Week\u003c\/h3\u003e\n\u003cp\u003eOur meals arrive at your doorstep every \u003cstrong\u003e[insert days]\u003c\/strong\u003e between \u003cstrong\u003e[insert time range]\u003c\/strong\u003e. Stock up for the whole week and enjoy bold island flavours every day without stepping foot in a kitchen.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- IMAGE 4 --\u003e \u003cimg class=\"jac-img-full\" alt=\"Ja Caribbean delivery\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/LP-5_c4fbe55d-2e34-43f1-b5be-e806a964235d.png?v=1779830565\"\u003e \u003c!-- HOW IT WORKS --\u003e\n\u003cdiv class=\"jac-hiw\"\u003e\n\u003ch2\u003eHow It Works\u003c\/h2\u003e\n\u003cdiv class=\"jac-hiw-row\"\u003e\n\u003cdiv class=\"jac-hiw-num\"\u003e1\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-content\"\u003e\n\u003ch4\u003e📅 Order by [insert cutoff day] at [insert time]\u003c\/h4\u003e\n\u003cp\u003ePick your favourite Caribbean meals from our weekly menu. Order by the cutoff each week to lock in your delivery slot.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-row\"\u003e\n\u003cdiv class=\"jac-hiw-num\"\u003e2\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-content\"\u003e\n\u003ch4\u003e🍳 We Cook Everything Fresh\u003c\/h4\u003e\n\u003cp\u003eEvery meal is made from scratch on delivery day using day-fresh ingredients, homemade marinades, and 100% halal proteins. Nothing frozen. Nothing pre-made.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-row\"\u003e\n\u003cdiv class=\"jac-hiw-num\"\u003e3\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-content\"\u003e\n\u003ch4\u003e🚗 Straight to Your Door\u003c\/h4\u003e\n\u003cp\u003eFresh meals delivered to your door every [insert days] across the GTA. No pickups, no detours. We come straight to your doorstep, right on schedule.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-row\"\u003e\n\u003cdiv class=\"jac-hiw-num\"\u003e4\u003c\/div\u003e\n\u003cdiv class=\"jac-hiw-content\"\u003e\n\u003ch4\u003e⏱️ 2–3 Minutes and It's Done\u003c\/h4\u003e\n\u003cp\u003eMicrowave-safe containers. No cooking, no cleanup, no stress. Just open, heat, and enjoy real Caribbean food any night of the week.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DELIVERY SCHEDULE PANEL --\u003e\n\u003cdiv class=\"jac-delivery\"\u003e\n\u003ch3\u003eDelivery Days Across the GTA\u003c\/h3\u003e\n\u003cdiv class=\"delivery-time\"\u003e[Insert Days]\u003c\/div\u003e\n\u003cp\u003eFresh meals arrive between \u003cstrong style=\"color: #fff;\"\u003e[insert time range]\u003c\/strong\u003e directly to your door.\u003cbr\u003eOrder by \u003cstrong style=\"color: #fff;\"\u003e[insert cutoff]\u003c\/strong\u003e to secure your spot for that week's delivery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PLANS --\u003e\n\u003cdiv id=\"plans\" class=\"jac-plans\"\u003e\n\u003ch2\u003eChoose Your Plan\u003c\/h2\u003e\n\u003cp class=\"jac-plans-sub\"\u003ePick the plan that fits your week. Mix and match any meals you like.\u003c\/p\u003e\n\u003cdiv class=\"jac-plan-grid\"\u003e\u003ca class=\"jac-plan-card\" href=\"https:\/\/ja-caribbean.myshopify.com\/products\/mix-match-15-weekly-meals-plan\"\u003e\n\u003cdiv class=\"meals\"\u003e15\u003c\/div\u003e\n\u003cdiv class=\"label\"\u003eMeals \/ Week\u003c\/div\u003e\n\u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"jac-plans-cta\"\u003e\u003ca class=\"jac-cta-btn\" href=\"https:\/\/ja-caribbean.myshopify.com\/products\/mix-match-5-weekly-meals-plan\"\u003eStart Your First Order\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- REVIEWS --\u003e\n\u003cdiv class=\"jac-reviews\"\u003e\n\u003ch2\u003eWhat GTA Customers Are Saying\u003c\/h2\u003e\n\u003cdiv class=\"jac-review-grid\"\u003e\n\u003cdiv class=\"jac-review-card\"\u003e\n\u003cdiv class=\"jac-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e\"The oxtail is incredible. Tastes exactly like my grandmother used to make. I've tried other meal prep services and nothing comes close.\"\u003c\/p\u003e\n\u003cspan class=\"reviewer\"\u003e— Aisha M., Mississauga\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jac-review-card\"\u003e\n\u003cdiv class=\"jac-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e\"Finally a halal meal prep option that doesn't sacrifice flavour. The curry goat had me going back for more. Ordering again this week.\"\u003c\/p\u003e\n\u003cspan class=\"reviewer\"\u003e— Tariq S., Brampton\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"jac-review-card\"\u003e\n\u003cdiv class=\"jac-review-stars\"\u003e★★★★★\u003c\/div\u003e\n\u003cp\u003e\"Portions are massive and the food is FRESH. Came home late from work and had a proper Caribbean meal ready in 3 minutes. This is it.\"\u003c\/p\u003e\n\u003cspan class=\"reviewer\"\u003e— Denise A., Scarborough\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CONTACT --\u003e\n\u003cdiv class=\"jac-contact\"\u003e\n\u003ch2\u003eGot Questions?\u003c\/h2\u003e\n\u003cp\u003eNeed help choosing a plan or want to know more? We're one message away.\u003c\/p\u003e\n\u003ca class=\"jac-contact-link\" href=\"https:\/\/ja-caribbean.myshopify.com\/pages\/contact\"\u003eGet in Touch\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"JA Caribbean","offers":[{"title":"Default Title","offer_id":43638779478090,"sku":null,"price":139.9,"currency_code":"CAD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0563\/9484\/2186\/files\/0_b8418ff0-ddb2-48ae-bd08-468efb78d0b8.png?v=1782765738","url":"https:\/\/jacaribbeanmealprep.com\/products\/mix-match-10-weekly-meals-plan","provider":"JA Caribbean Meal Prep ","version":"1.0","type":"link"}