10 Meal Plan
*{box-sizing:border-box;margin:0;padding:0} :root{ --bg:#ffffff; --cream:#f8f8f8; --sage:#bdc65b; --gold:#dcbb02; --olive:#8f9645; --ink:#48493b; --ink-md:#6b6b58; --ink-lo:#8a8a75 ; --border:#e6e2d0; --pale-gold:#faf1c9; --pale-sage:#eef2d6; --pale-olive:#e6e9d6; --radius:999px; --radius-lg:20px; } body{font-family:'Montserrat',Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6} .sb{width:100%;max-width:680px;margin:0 auto} .section{padding:40px 20px;border-radius:var(--radius-lg);margin-bottom:16px} .section.usp-sm{padding:32px 20px} .section--gold{background:var(--pale-gold)} .section--sage{background:var(--pale-sage)} .section--olive{background:var(--pale-olive)} .section--dark{background:var(--ink);color:#fff} .section--dark .eyebrow{color:var(--gold)} .section--dark .heading{color:#fff} .eyebrow{font-size:12px;font-weight:900;letter-spacing:2px;text-transform:uppercase;color:var(--olive);margin-bottom:10px} .heading{font-size:24px;font-weight:800;color:var(--ink);letter-spacing:-.01em;line-height:1.2;margin-bottom:12px} .lead{font-size:15px;color:var(--ink-md);line-height:1.65} .section--dark .lead{color:rgba(255,255,255,.82)} /* HERO */ .hero img{width:100%;height:auto;display:block;border-radius:var(--radius-lg);margin-bottom:16px} /* STATS TICKER */ .stats-ticker{background:var(--ink);overflow:hidden;padding:14px 0;border-radius:var(--radius-lg);margin-bottom:16px} .stats-ticker-inner{display:flex;gap:14px;width:max-content;animation:statscroll 15s linear infinite} .stat-chip{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.08);border-radius:var(--radius);padding:10px 18px;white-space:nowrap} .stat-chip-num{font-family:'Montserrat',sans-serif;font-size:19px;font-weight:900;color:var(--gold);line-height:1} .stat-chip-label{font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:rgba(255,255,255,.82);line-height:1.2} @keyframes statscroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}} @media(prefers-reduced-motion:reduce){.stats-ticker-inner{animation:none;flex-wrap:wrap;justify-content:center}} /* CHEF STORY */ .chef-quote-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:18px} .chef-quote-badge{display:inline-flex;align-items:center;gap:7px;background:var(--pale-gold);border:1px solid var(--border);border-radius:var(--radius);padding:7px 14px;font-size:12px;font-weight:700;color:var(--ink)} .chef-quote-badge .dot{color:var(--olive)} .chef-signoff{margin-top:18px;font-size:14px;font-style:italic;color:var(--ink-lo)} /* FORMULA / MENU TAGS */ .menu-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px} .menu-tag{font-size:12px;font-weight:700;letter-spacing:.5px;background:#fff;border:1px solid var(--border);color:var(--ink-md);padding:7px 14px;border-radius:var(--radius);text-transform:uppercase} .menu-img-wrap{margin-top:22px} .menu-img-wrap img{width:100%;height:auto;border-radius:var(--radius-lg);display:block;border:1px solid var(--border)} /* HOW IT WORKS */ .steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-top:26px} .step-col{background:#fff;padding:26px 18px;text-align:center} .step-circle{width:46px;height:46px;background:var(--gold);color:var(--ink);font-size:19px;font-weight:900;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 14px} .step-col h4{font-size:15px;font-weight:800;color:var(--ink);margin-bottom:6px} .step-col p{font-size:13px;color:var(--ink-md);line-height:1.5} .heat-callout{display:flex;align-items:center;gap:16px;background:var(--ink);border-radius:var(--radius-lg);padding:18px 20px;margin-top:14px} .heat-callout-icon{width:44px;height:44px;flex-shrink:0;background:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px} .heat-callout h4{font-size:15px;font-weight:800;margin-bottom:2px;color:#fff} .heat-callout p{font-size:13px;color:rgba(255,255,255,.75)} /* ORDER DEADLINES */ .deadline-block{border-radius:var(--radius-lg);margin-top:20px;overflow:hidden;box-shadow:0 0 0 1px var(--border)} .deadline-row{display:grid;grid-template-columns:1fr 1fr} .deadline-cell{padding:20px 16px;background:#fff;text-align:center} .deadline-label{font-size:11px;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:var(--ink-lo);margin-bottom:8px} .deadline-arrow{color:var(--olive);font-size:16px;margin:6px 0;display:block} .deadline-day{font-size:15px;font-weight:800;color:var(--ink)} .deadline-day.hl{display:inline-block;margin-top:2px;background:var(--gold);color:var(--ink);padding:4px 14px;border-radius:var(--radius);font-size:14px} @media(max-width:480px){.deadline-row{grid-template-columns:1fr}.deadline-cell{border-bottom:1px solid var(--border)}.deadline-cell:last-child{border-bottom:none}} /* DELIVERY ZONES */ .zones-block{border-radius:var(--radius-lg);padding:18px;margin-top:20px;background:#fff;box-shadow:0 0 0 1px var(--border)} .zones-label{font-size:11px;font-weight:800;letter-spacing:2px;text-transform:uppercase;color:var(--ink-lo);margin-bottom:12px;display:block} .zones{display:flex;flex-wrap:wrap;gap:8px} .zone{font-size:12px;font-weight:700;background:var(--pale-olive);color:var(--ink);padding:6px 14px;border-radius:var(--radius);text-transform:uppercase} .zone.hub{background:var(--sage);color:#fff} .zones-note{font-size:12px;color:var(--ink-lo);margin-top:12px} .zones-note a{color:var(--olive);font-weight:700} .map-img-wrap{margin-top:16px} .map-img-wrap img{width:100%;height:auto;border-radius:var(--radius-lg);display:block;border:1px solid var(--border)} /* CONTACT */ .contact-note{text-align:center} .contact-note h3{font-size:19px;font-weight:800;margin-bottom:8px} .contact-note p{font-size:14px;color:rgba(255,255,255,.82);line-height:1.6;max-width:440px;margin:0 auto} .contact-note a{color:var(--gold);font-weight:700;text-decoration:underline} 11FoodAwards 20-40gProteinPer Meal 650AvgCalories 24ozSatisfyingPortions 6AreasServed 11FoodAwards 20-40gProteinPer Meal 650AvgCalories 24ozSatisfyingPortions 6AreasServed Our Story Comfort Food From Our Kitchen to Yours Cheryl grew up in Singapore, where hawker food is part of everyday life and the best meals are the ones you still crave years later. Our journey began with DFG Noodles, an award winning fleet of food trucks and catering company with multiple awards and a loyal following across Austin. Dim Sum Darling is our next chapter, serving comfort meals from Cheryl's memories across Asia, delivered weekly, alongside standout dishes from award-winning partner chefs. ★ Founder, DFG Noodles · 11 Food Awards ★ Rooted in Singaporean & Southeast Asian Cuisine — Cheryl Chin, Founder & Chef, Dim Sum Darling The Formula Fresh, Balanced, Generous. Every 24oz meal is packed with whole ingredients, designed to be balanced meals, prepared and delivered fresh. 20-40g Protein Avg Under 650 Cal 24oz Portions Whole & Natural Compostable Containers Freshly Cooked Day Before Delivery your Menu Exciting Rotating Menu! New comforting and craveworthy meals drop every other Thursday at midnight, giving you new flavors to look forward to. Asian Fusion Cuisine Comfort Food Rotating Bi-Weekly Menu Simple Process Stress Free Ordering We do all the work so you don't have to! 1 Choose Your Meals 2 We Cook It Fresh 3 We Deliver to You ⚡ Authentic, Satisfying, Flavor Packed Meals in Minutes Heating Instructions on labels make it easy and stress free to enjoy. delivery and order by days Two Delivery Days Every Week Order by the deadline below. Your meals will be delivered between 6–9 PM. Your delivery driver will text you around 5:30 PM with a 15-minute delivery window. Order By Wednesday Midnight ↓ Receive Meals On Friday Order By Saturday Midnight ↓ Receive Meals On Monday Delivery Home Deliveries 2x a Week So you stay fed, we deliver twice a week to these areas below: Areas Served Austin · HQ Pflugerville Cedar Park Round Rock Buda Manor Bee Cave Hutto Kyle Lakeway Westlake Hills Partial Georgetown Partial Leander Partial Dripping Springs Partial Elgin Don't see your city? Request to expand our delivery radius: [email protected] Got Questions? Reach us on our Contact Page.
More you might like
Related
Keto Diet Meal Plan-10 Meals
Related
Paleo Diet Meals Plan-10 Meals
Related
Whole30 Diet Meal Plan-10 Meals
Related