{"id":18,"date":"2025-09-22T20:15:39","date_gmt":"2025-09-22T20:15:39","guid":{"rendered":"http:\/\/127.0.0.1\/wordpress\/?page_id=18"},"modified":"2026-03-09T10:14:57","modified_gmt":"2026-03-09T06:14:57","slug":"our-brands","status":"publish","type":"page","link":"https:\/\/liwanpo-co.com\/?page_id=18","title":{"rendered":"Our Brands"},"content":{"rendered":"\n<div class=\"wp-block-group is-style-default is-layout-flow wp-container-core-group-is-layout-25582dbf wp-block-group-is-layout-flow\" style=\"min-height:0px;margin-top:0;margin-bottom:0;padding-top:0px;padding-right:0;padding-bottom:0px;padding-left:0\">\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@300;400;500;600;700;800;900&display=swap');\n\n  \/* ============== WP SAFE SCOPE ============== *\/\n  .lwp-brands{\n    --text:#000;\n    --muted:#111;\n    --border:#e6e6e6;\n    --shadow:0 2px 10px rgba(0,0,0,.12);\n    --shadowHover:0 10px 22px rgba(0,0,0,.18);\n    --radius:14px;\n    font-family:'Manrope',sans-serif;\n  }\n  .lwp-brands *{ box-sizing:border-box; }\n\n  \/* ============== SHOWCASE (TEXT FIRST) ============== *\/\n  .lwp-brands .showcase{\n    max-width:1080px;\n    margin: 0 auto;\n    padding-top:10px;\n    display:grid;\n    grid-template-columns: 1fr auto;\n    gap:24px;\n    align-items:start;\n  }\n\n  .lwp-brands .brand-text{ text-align:left; }\n\n  \/* \u2705 FORCE BOLD (theme-proof) *\/\n  \/* \u2705 EXTRA-HEAVY TITLE (matches reference image) *\/\n  .lwp-brands .brand-text h2{\n    font-size:42px;\n    font-weight:900 !important;\n    letter-spacing:-0.5px;\n    color:var(--text);\n    line-height:1.15;\n  }\n\n  .lwp-brands .brand-text p{\n    font-size:18px;\n    font-weight:300;\n    line-height:1.6;\n    color:var(--muted);\n    margin:0;\n  }\n\n  \/* ============== BANNER (UNDER TEXT) ============== *\/\n  .lwp-brands .featured-wrap{\n    width:260px;\n    aspect-ratio: 1 \/ 1; \/* square *\/\n    border:1px solid var(--border);\n    border-radius: var(--radius);\n    overflow:hidden;\n    background:#000;\n    box-shadow: var(--shadow);\n  }\n  .lwp-brands img.featured{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    object-position:center;\n    display:block;\n  }\n\n  \/* ============== THUMBNAILS (UNDER BANNER) ============== *\/\n  .lwp-brands .brand-gallery{\n    margin-top:12px;\n    display:none; \/* only shows if gallery exists *\/\n    grid-template-columns: repeat(8, minmax(0, 1fr));\n    gap:8px;\n  }\n\n  .lwp-brands .thumb-btn{\n    border:1px solid var(--border);\n    border-radius:12px;\n    overflow:hidden;\n    padding:10px;\n    background:#fff;\n    cursor:pointer;\n    box-shadow:0 1px 6px rgba(0,0,0,.08);\n    transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease;\n    aspect-ratio:1\/1;\n  }\n  .lwp-brands .thumb-btn:hover{\n    transform: translateY(-2px);\n    box-shadow:0 8px 18px rgba(0,0,0,.14);\n    border-color:#cfcfcf;\n  }\n  .lwp-brands .thumb-btn[aria-current=\"true\"]{\n    border-color:#000;\n    outline:2px solid #000;\n    outline-offset:-2px;\n  }\n  .lwp-brands .thumb-btn img{\n    width:100%;\n    height:100%;\n    object-fit:cover;\n    display:block;\n  }\n\n  \/* ============== BRAND GRID (4 PER ROW) ============== *\/\n  .lwp-brands .brand-grid{\n    display:grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap:20px;\n    margin: 30px auto 40px;\n    max-width:900px;\n    padding: 0 10px;\n  }\n\n  .lwp-brands .grid-item{\n    position:relative;\n    background:#fff;\n    border-radius:14px;\n    cursor:pointer;\n    aspect-ratio: 1 \/ 1;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;\n    box-shadow:0 2px 6px rgba(0,0,0,.10);\n    overflow:hidden;\n    border:1px solid var(--border);\n    user-select:none;\n  }\n\n  .lwp-brands .grid-item img{\n    position:absolute;\n    top:50%;\n    left:50%;\n    transform: translate(-50%, -50%);\n    max-width:72%;\n    max-height:72%;\n    opacity:.95;\n\n    transition: transform .2s ease, opacity .2s ease, filter .2s ease;\n  }\n\n  .lwp-brands .grid-item span{\n    position:absolute;\n    bottom:0;\n    left:0;\n    width:100%;\n    background:rgba(0,0,0,.65);\n    color:#fff;\n    text-align:center;\n    font-size:14px;\n    padding:6px 0;\n    opacity:0;\n    transition: opacity .2s ease;\n  }\n\n  .lwp-brands .grid-item:hover img{\n    transform: translate(-50%, -50%) scale(1.08);\n    opacity:1;\n\n  }\n  .lwp-brands .grid-item:hover{\n    transform: translateY(-4px);\n    box-shadow: var(--shadowHover);\n  }\n  .lwp-brands .grid-item:hover span{ opacity:1; }\n\n  .lwp-brands .grid-item[aria-selected=\"true\"]{\n    border-color:#000;\n    box-shadow: 0 0 0 3px rgba(0,0,0,.12), var(--shadow);\n  }\n  .lwp-brands .grid-item[aria-selected=\"true\"] img{\n\n    opacity:1;\n  }\n\n  \/* ============== RESPONSIVE ============== *\/\n  @media (max-width:1100px){\n    .lwp-brands .brand-grid{ grid-template-columns: repeat(3, minmax(0,1fr)); }\n  }\n  @media (max-width:900px){\n    .lwp-brands .showcase{\n      grid-template-columns: 1fr;\n    }\n    .lwp-brands .featured-wrap{\n      width:100%;\n      max-width:320px;\n      margin-top:16px;\n    }\n    .lwp-brands .brand-text h2{ font-size:34px; }\n    .lwp-brands .brand-gallery{ grid-template-columns: repeat(4, minmax(0, 1fr)); }\n    .lwp-brands .brand-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }\n  }\n  @media (max-width:480px){\n    .lwp-brands .brand-grid{ grid-template-columns: 1fr; }\n    .lwp-brands .brand-gallery{ grid-template-columns: repeat(2, minmax(0, 1fr)); }\n  }\n<\/style>\n\n<div class=\"lwp-brands\" id=\"lwpBrands\">\n  <!-- \u2705 TEXT FIRST -->\n  <div class=\"showcase\" id=\"brand-container\">\n    <div class=\"brand-text\">\n      <h2 id=\"brandTitle\"><strong>Our Brands<\/strong><\/h2>\n      <p id=\"brandText\">\n        Over the years, Li Wan Po &amp; Co. Ltd. has developed a close and privileged relationship with its partners both abroad and locally.\n        Our range of products can be found across a wide network of hypermarkets, supermarkets and independent retailers throughout Mauritius.\n        Our food and beverages are also distributed to a variety of hotels and restaurants.\n      <\/p>\n    <\/div>\n\n    <!-- \u2705 BANNER UNDER THE TEXT (default image so it always shows) -->\n    <div class=\"featured-wrap\" id=\"featuredWrap\" hidden>\n      <img decoding=\"async\"\n        id=\"brandImage\"\n        class=\"featured\"\n        src=\"\"\n        alt=\"Featured brand\"\n        loading=\"lazy\">\n    <\/div>\n\n    <!-- \u2705 THUMBS UNDER BANNER (hidden unless gallery exists) -->\n    <div id=\"brandGallery\" class=\"brand-gallery\" aria-label=\"Product images\"><\/div>\n  <\/div>\n\n  <!-- \u2705 GRID -->\n  <div class=\"brand-grid\" id=\"brandGrid\" aria-label=\"Brands grid\"><\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function(){\n  const root = document.getElementById('lwpBrands');\n  if(!root || root.dataset.init === \"1\") return;\n  root.dataset.init = \"1\";\n\n  const brandData = {\n    \"Aashirvaad\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Aashirvaad-1.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Aashirvaad.jpg\", text: \"Aashirvaad Whole Wheat Atta is a popular brand of whole wheat flour, known for its quality and nutritional value.\" },\n    \"All Gold\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/All-Gold.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/544569972_1323959333073470_2943765213939384278_n.jpg\", text: \"All Gold is a South African brand known for its tomato sauce and other food products.\" },\n    \"Anchor Yeast\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Anchor-Yeast.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Anchor-Yeast.jpg\", text: \"Anchor Yeast is a leading South African brand recognized for its baking and brewing yeast products.\" },\n    \"Beacon\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Beacon.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Beacon.jpg\", text: \"Beacon is a South African confectionery brand known for sweets and chocolates like Jelly Tots and Marshmallow Eggs.\" },\n    \"Black Cat\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Black-Cat.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Black-Cat.jpg\", text: \"Black Cat is a South African brand best known for its peanut butter, made with 99% peanuts.\" },\n    \"Bovril\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Bovril.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Bovril.jpg\", text: \"Bovril is a South African brand known for its rich, savory beef extract, perfect for soups, stews, or toast.\" },\n    \"Cavendish & Harvey\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Cavendish.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Cavendish.jpg\", text: \"Cavendish & Harvey is a German brand known for its premium hard candies and fruit sweets, famous for rich flavors and high-quality ingredients.\" },\n    \"Colman\u2019s\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Colmans.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Colmans.jpg\", text: \"Colman\u2019s is a brand known for its mustards, spices, and condiments, trusted for its sharp mustard and versatile seasoning blends.\" },\n    \"Crosse & Blackwell\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/CNB.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/CNB.jpg\", text: \"Crosse & Blackwell is a classic condiment brand enjoyed by South Africans for centuries, known for its mayonnaise and sauces.\" },\n    \"Devon\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Devon.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Devon.jpg\", text: \"Devon is a Maltese brand offering biscuits, cookies, and snacks under the Sunshine Snacks range, known for quality and flavor.\" },\n    \"Elit Chocolate\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Elit.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Elit.jpg\", text: \"Elit Chocolate is a Turkish chocolatier known for premium dragees, truffles, and chocolates crafted since 1924.\" },\n    \"Goodmaid\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Goodmaid.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Goodmaid.jpg\", text: \"Goodmaid is a Malaysian brand offering a wide range of household and industrial cleaning products including eco-friendly lines.\" },\n    \"GPR Gold Butter Cookies\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/GPR.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/GPR.jpg\", text: \"GPR Gold Butter Cookies are premium Malaysian treats made with 100% pure butter, offering a rich, melt-in-your-mouth experience.\" },\n    \"Green Garden\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Green-Garden.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Green-Garden.jpg\", text: \"Green Garden is a Thai brand specializing in coconut-based products and sweet corn, offering dairy-free, halal-certified options.\" },\n    \"Koo\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/KOO.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/KOO.jpg\", text: \"Koo is a trusted South African brand offering a wide range of canned products including baked beans, sweetcorn, and fruits.\" },\n    \"Lady Boba\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Lady-Boba.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Lady-Boba.jpg\", text: \"Lady Boba is a ready-to-drink bubble tea brand, offering authentic Taiwanese milk and fruit teas in canned formats.\" },\n    \"Marmite\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Marmite.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Marmite.jpg\", text: \"Marmite is a yeast extract spread famous for its bold, savory flavor, rich in B vitamins, loved or hated for its strong taste.\" },\n    \"Meiji\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Meiji.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Meiji.jpg\", text: \"Meiji offers snacks like Hello Panda biscuits and crackers, known for quality and delicious flavors.\" },\n    \"Mrs H.S. Ball\u2019s Chutney\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Mrs-Balls.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Mrs-Balls.jpg\", text: \"Mrs H.S. Ball\u2019s Chutney is a South African classic made from fruits and spices, adding tangy sweetness to many dishes.\" },\n    \"Myojo\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Myojo.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Myojo.jpg\", text: \"Myojo is a brand known for instant noodles with rich broths and springy textures, providing quick, tasty meals.\" },\n    \"Nissin\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Nissin.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Nissin.jpg\", text: \"Nissin is a Japanese brand celebrated for its instant noodles with diverse flavors like Ramen, Cup Noodles, and more.\" },\n    \"Oyster Brand\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Oyster.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Oyster.jpg\", text: \"Oyster Brand specializes in premium sauces and condiments, offering authentic Thai oyster and soy sauces.\" },\n    \"Pokka\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Pokka.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Pokka.jpg\", text: \"Pokka is a Singaporean beverage brand offering coffee, green tea, fruit juices, and flavored drinks.\" },\n    \"Pro \u00e0 Pro\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Pro-a-pro.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Pro-a-pro.jpg\", text: \"Pro \u00e0 Pro is a French food distributor offering grocery, fresh, and frozen products to restaurants and catering businesses.\" },\n    \"Progel\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Progel.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Progel.jpg\", text: \"Progel is a Mauritian brand specializing in hand wash and antibacterial hygiene products.\" },\n    \"Promax\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Promax.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Promax.jpg\", text: \"Promax is a Mauritian cleaning brand offering detergents, disinfectants, and household hygiene products.\" },\n    \"Rooiberg\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Rooiberg.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Rooiberg.jpg\", text: \"Rooiberg is a South African winery offering quality wines including Sauvignon Blanc, Chardonnay, and Shiraz.\" },\n    \"Sagiko\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Sagiko.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/546844388_1329901669145903_3236287318709817748_n.jpg\", text: \"Sagiko is a Vietnamese brand offering fruit juices and drinks in unique flavors like grass jelly and tamarind.\" },\n    \"Silverleaf\": { image: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Silverleaf.jpg\", featured: \"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/Silverleaf.jpg\", text: \"Silverleaf is a South African brand specializing in canned fruits such as peach halves, pear halves, and fruit cocktails.\" }\n  };\n\n  const brandGrid = document.getElementById('brandGrid');\n  const brandTitle = document.getElementById('brandTitle');\n  const brandText  = document.getElementById('brandText');\n  const brandImage = document.getElementById('brandImage');\n  const brandGallery = document.getElementById('brandGallery');\n  const featuredWrap = document.getElementById('featuredWrap');\n  const brandContainer = document.getElementById('brand-container');\n\n  function setSelectedGridItem(selectedName){\n    brandGrid.querySelectorAll('.grid-item').forEach(el=>{\n      el.setAttribute('aria-selected', el.dataset.brand === selectedName ? 'true' : 'false');\n    });\n  }\n\n  function renderGallery(brandName){\n    const data = brandData[brandName];\n    const gallery = Array.isArray(data.gallery) ? data.gallery : [];\n\n    if(!gallery.length){\n      brandGallery.style.display = 'none';\n      brandGallery.innerHTML = '';\n      return;\n    }\n\n    brandGallery.style.display = 'grid';\n    brandGallery.innerHTML = '';\n\n    gallery.slice(0,8).forEach((src, idx)=>{\n      const btn = document.createElement('button');\n      btn.type = 'button';\n      btn.className = 'thumb-btn';\n      btn.setAttribute('aria-current', idx === 0 ? 'true' : 'false');\n\n      const im = document.createElement('img');\n      im.src = src;\n      im.alt = brandName + ' product image ' + (idx + 1);\n      im.loading = 'lazy';\n\n      btn.appendChild(im);\n\n      btn.addEventListener('click', ()=>{\n        brandImage.src = src;\n        brandImage.alt = brandName + ' banner image';\n        brandGallery.querySelectorAll('.thumb-btn').forEach(b=>b.setAttribute('aria-current','false'));\n        btn.setAttribute('aria-current','true');\n      });\n\n      brandGallery.appendChild(btn);\n    });\n  }\n\n  function showBrand(brandName, scroll=true){\n    const data = brandData[brandName];\n    if(!data) return;\n\n    \/\/ \u2705 Replace intro text with brand feature text\n    brandTitle.innerHTML = '<strong>' + brandName + '<\/strong>'; \/\/ \u2705 KEEP BOLD\n    brandText.textContent  = data.text || '';\n\n    \/\/ \u2705 Show and update featured banner only after selection\n    featuredWrap.hidden = false;\n    brandImage.src = data.featured || data.image || '';\n    brandImage.alt = brandName + ' banner image';\n\n    renderGallery(brandName);\n    setSelectedGridItem(brandName);\n\n    if(scroll){\n      const y = brandContainer.getBoundingClientRect().top + window.pageYOffset - 180;\n      window.scrollTo({ top:y, behavior:'smooth' });\n    }\n  }\n\n  \/\/ build grid\n  Object.keys(brandData).forEach((brandName)=>{\n    const item = document.createElement('div');\n    item.className = 'grid-item';\n    item.dataset.brand = brandName;\n    item.setAttribute('role','button');\n    item.setAttribute('tabindex','0');\n    item.setAttribute('aria-selected','false');\n\n    const img = document.createElement('img');\n    img.src = brandData[brandName].image;\n    img.alt = brandName + ' logo';\n    img.loading = 'lazy';\n\n    const span = document.createElement('span');\n    span.textContent = brandName;\n\n    item.appendChild(img);\n    item.appendChild(span);\n\n    item.addEventListener('click', ()=>showBrand(brandName,true));\n    item.addEventListener('keydown', (e)=>{\n      if(e.key === 'Enter' || e.key === ' '){\n        e.preventDefault();\n        showBrand(brandName,true);\n      }\n    });\n\n    brandGrid.appendChild(item);\n  });\n\n  \/\/ \u2705 Intro-only mode on first load:\n  \/\/ Keep the intro heading\/paragraph, and keep featured image hidden.\n  \/\/ A brand is only shown after the user clicks one.\n  setSelectedGridItem('');\n});\n<\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Our Brands Over the years, Li Wan Po &amp; Co. Ltd. has developed a close and privileged relationship with its partners both abroad and locally. Our range of products can be found across a wide network of hypermarkets, supermarkets and independent retailers throughout Mauritius. Our food and beverages are also distributed to a variety of [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-18","page","type-page","status-publish","hentry"],"featured_image_url":[],"post_author":"admin","assigned_categories":"","yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/liwanpo-co.com\/?page_id=18\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor\" \/>\n<meta property=\"og:description\" content=\"Our Brands Over the years, Li Wan Po &amp; Co. Ltd. has developed a close and privileged relationship with its partners both abroad and locally. Our range of products can be found across a wide network of hypermarkets, supermarkets and independent retailers throughout Mauritius. Our food and beverages are also distributed to a variety of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/liwanpo-co.com\/?page_id=18\" \/>\n<meta property=\"og:site_name\" content=\"Li Wan Po &amp; Co. Ltd - Food service distributor\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-09T06:14:57+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/?page_id=18\",\"url\":\"https:\\\/\\\/liwanpo-co.com\\\/?page_id=18\",\"name\":\"Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#website\"},\"datePublished\":\"2025-09-22T20:15:39+00:00\",\"dateModified\":\"2026-03-09T06:14:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/?page_id=18#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/liwanpo-co.com\\\/?page_id=18\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/?page_id=18#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/liwanpo-co.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Brands\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#website\",\"url\":\"https:\\\/\\\/liwanpo-co.com\\\/\",\"name\":\"Li Wan Po &amp; Co. Ltd - Food service distributor\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/liwanpo-co.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#organization\",\"name\":\"Li Wan Po &amp; Co. Ltd - Food service distributor\",\"url\":\"https:\\\/\\\/liwanpo-co.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/liwanpo-co.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/LWP-Logo.png\",\"contentUrl\":\"https:\\\/\\\/liwanpo-co.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/LWP-Logo.png\",\"width\":400,\"height\":95,\"caption\":\"Li Wan Po &amp; Co. Ltd - Food service distributor\"},\"image\":{\"@id\":\"https:\\\/\\\/liwanpo-co.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/liwanpo-co.com\/?page_id=18","og_locale":"en_US","og_type":"article","og_title":"Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor","og_description":"Our Brands Over the years, Li Wan Po &amp; Co. Ltd. has developed a close and privileged relationship with its partners both abroad and locally. Our range of products can be found across a wide network of hypermarkets, supermarkets and independent retailers throughout Mauritius. Our food and beverages are also distributed to a variety of [&hellip;]","og_url":"https:\/\/liwanpo-co.com\/?page_id=18","og_site_name":"Li Wan Po &amp; Co. Ltd - Food service distributor","article_modified_time":"2026-03-09T06:14:57+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/liwanpo-co.com\/?page_id=18","url":"https:\/\/liwanpo-co.com\/?page_id=18","name":"Our Brands - Li Wan Po &amp; Co. Ltd - Food service distributor","isPartOf":{"@id":"https:\/\/liwanpo-co.com\/#website"},"datePublished":"2025-09-22T20:15:39+00:00","dateModified":"2026-03-09T06:14:57+00:00","breadcrumb":{"@id":"https:\/\/liwanpo-co.com\/?page_id=18#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/liwanpo-co.com\/?page_id=18"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/liwanpo-co.com\/?page_id=18#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/liwanpo-co.com\/"},{"@type":"ListItem","position":2,"name":"Our Brands"}]},{"@type":"WebSite","@id":"https:\/\/liwanpo-co.com\/#website","url":"https:\/\/liwanpo-co.com\/","name":"Li Wan Po &amp; Co. Ltd - Food service distributor","description":"","publisher":{"@id":"https:\/\/liwanpo-co.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/liwanpo-co.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/liwanpo-co.com\/#organization","name":"Li Wan Po &amp; Co. Ltd - Food service distributor","url":"https:\/\/liwanpo-co.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/liwanpo-co.com\/#\/schema\/logo\/image\/","url":"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/LWP-Logo.png","contentUrl":"https:\/\/liwanpo-co.com\/wp-content\/uploads\/2025\/10\/LWP-Logo.png","width":400,"height":95,"caption":"Li Wan Po &amp; Co. Ltd - Food service distributor"},"image":{"@id":"https:\/\/liwanpo-co.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/pages\/18","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=18"}],"version-history":[{"count":93,"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions"}],"predecessor-version":[{"id":817,"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=\/wp\/v2\/pages\/18\/revisions\/817"}],"wp:attachment":[{"href":"https:\/\/liwanpo-co.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=18"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}