Our journey begins in Senegal, West Africa, where we work directly with small local farmers to source authentic, sustainably grown ingredients. Harvested in small batches, our products reflect both respect for the land and commitment to quality. From soursop leaf powder, hibiscus powder, and clove powder to golden Senegalese honey and soursop fruit products, each offering is carefully prepared to bring the vibrant flavors of Africa to your cup and kitchen.

SeneLeaf™ is about more than food—it’s about connection. By blending African traditions with modern lifestyles, we create products that invite you to enjoy time-honored tastes while embracing balance and nourishment in your everyday routine.

Our mission is to share these premium products—from Senegal to the United States—so that families everywhere can celebrate flavor, culture, and community with every sip and spoonful.

At SeneLeaf™, every product we offer carries the essence of Senegal’s soil, sun, and centuries-old traditions of wellness. We specialize in small-batch herbal teas, powders, and honeys that connect the richness of West African heritage with the pursuit of modern health.

For centuries across Africa and the Caribbean, soursop leaves have been steeped as a calming tea. Rich in naturally occurring antioxidants and phytonutrients, soursop leaf tea is cherished for supporting overall balance, relaxation, and vitality. Many enjoy it as part of their evening ritual, while others value it for digestive and immune support. By offering both loose leaf powder and convenient tea bags, SeneLeaf™ brings this timeless tradition to your home in its purest form.

Known as bissap in Senegal, hibiscus tea is more than a drink—it is a cultural staple. Hibiscus is naturally high in Vitamin C and polyphenols, making it a refreshing choice for those seeking hydration, heart-friendly wellness, and immune nourishment. Its tangy, ruby-red infusion is enjoyed hot or chilled, a true celebration of flavor and health.

Clove has long been valued for its warming, restorative qualities. It is naturally rich in antioxidants and compounds like eugenol, which are associated with digestive comfort and oral health. Our clove powder and tea capture this aromatic spice in its purest Senegalese form.

Ginger is celebrated worldwide as a daily wellness staple. With its natural anti-inflammatory compounds, ginger supports digestion, circulation, and overall vitality. In powder or tea bag form, it delivers warmth, clarity, and energy in every cup.

Our Golden Honey line reflects the unparalleled quality of Senegalese honey. Unlike mass-produced honey from South Asia or elsewhere, Senegalese honey is nurtured in pristine, biodiverse landscapes where bees gather nectar from wildflowers unique to the region. This creates honey that is richer in taste, higher in natural enzymes, and deeply reflective of its terroir. Harvested in small batches, every jar ensures purity, authenticity, and integrity.


We choose Senegal because it is more than a source—it is a story. From the farmers who preserve generational knowledge, to the biodiversity of the land itself, Senegal produces herbs and honey with unmatched character. Our small-batch process takes more time from field to your home, but it ensures each product reflects quality, care, and cultural authenticity.


SeneLeaf™ is continuously expanding its line of nutritional products. Alongside teas and powders, we are exploring soursop-based innovations such as:

  • Soursop gels – smooth, nutrient-rich for culinary and wellness uses
  • Soursop jelly purées – versatile in cooking, baking, or enjoyed on their own
  • Soursop-infused honey blends – merging two West African treasures into one

As we grow, our commitment remains the same: to deliver authentic, sustainable, small-batch products that honor Senegalese traditions while meeting modern wellness needs.

<!-- SeneLeaf Homepage Hero with Motif Border -->
<section class="seneleaf-hero" style="
  --purple:#6A0DAD;
  --gold1:#FFC107;
  --gold2:#FFC700;
  --bg:#000;
  /* Set your hero image here (optional) */
  --hero-image:url('https://YOUR-SITE.com/path/to/your-image.jpg');
  ">
  <style>
    .seneleaf-hero{
      position:relative; overflow:hidden; background:var(--bg); color:#fff;
      display:flex; align-items:center; justify-content:center; min-height:56vh;
      padding:72px 20px;
      /* If you want a center image behind content: */
      background-image:
        var(--hero-image);
      background-position:center;
      background-size:cover;
      background-repeat:no-repeat;
    }
    .seneleaf-hero::before,
    .seneleaf-hero::after{
      content:""; position:absolute; left:0; width:100%; height:88px; z-index:1;
      background-repeat:repeat-x; background-size:auto 88px;
      filter: drop-shadow(0 0 0 rgba(0,0,0,0)); /* keeps WordPress from stripping */
    }
    /* Top border */
    .seneleaf-hero::before{
      top:0;
      background-image: url('data:image/svg+xml;utf8,\
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 64\">\
  <defs>\
    <linearGradient id=\"g\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\
      <stop offset=\"0\" stop-color=\"%23FFC107\"/>\
      <stop offset=\"1\" stop-color=\"%23FFC700\"/>\
    </linearGradient>\
  </defs>\
  <rect width=\"320\" height=\"64\" fill=\"none\"/>\
  <!-- motif unit A (purple) -->\
  <g stroke=\"%236A0DAD\" stroke-width=\"10\" stroke-linecap=\"round\" fill=\"none\">\
    <path d=\"M16 48 L32 20 L48 48\"/>\
    <path d=\"M24 44 L32 30 L40 44\"/>\
  </g>\
  <circle cx=\"32\" cy=\"18\" r=\"5\" fill=\"url(%23g)\"/>\
  <!-- motif unit B (gold) -->\
  <g stroke=\"url(%23g)\" stroke-width=\"10\" stroke-linecap=\"round\" fill=\"none\" transform=\"translate(64,0)\">\
    <path d=\"M16 48 L32 20 L48 48\"/>\
    <path d=\"M24 44 L32 30 L40 44\"/>\
  </g>\
  <circle cx=\"96\" cy=\"18\" r=\"5\" fill=\"%236A0DAD\"/>\
  <!-- Repeat pair across width -->\
  <use href=\"#a\"/>\
</svg>');
    }
    /* Bottom border (colors flipped for variety) */
    .seneleaf-hero::after{
      bottom:0;
      background-image: url('data:image/svg+xml;utf8,\
<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 320 64\">\
  <defs>\
    <linearGradient id=\"g\" x1=\"0\" y1=\"0\" x2=\"1\" y2=\"0\">\
      <stop offset=\"0\" stop-color=\"%23FFC107\"/>\
      <stop offset=\"1\" stop-color=\"%23FFC700\"/>\
    </linearGradient>\
  </defs>\
  <rect width=\"320\" height=\"64\" fill=\"none\"/>\
  <!-- motif unit A (gold) -->\
  <g stroke=\"url(%23g)\" stroke-width=\"10\" stroke-linecap=\"round\" fill=\"none\">\
    <path d=\"M16 48 L32 20 L48 48\"/>\
    <path d=\"M24 44 L32 30 L40 44\"/>\
  </g>\
  <circle cx=\"32\" cy=\"18\" r=\"5\" fill=\"%236A0DAD\"/>\
  <!-- motif unit B (purple) -->\
  <g stroke=\"%236A0DAD\" stroke-width=\"10\" stroke-linecap=\"round\" fill=\"none\" transform=\"translate(64,0)\">\
    <path d=\"M16 48 L32 20 L48 48\"/>\
    <path d=\"M24 44 L32 30 L40 44\"/>\
  </g>\
  <circle cx=\"96\" cy=\"18\" r=\"5\" fill=\"url(%23g)\"/>\
</svg>');
    }

    /* Content wrapper */
    .seneleaf-hero .hero-inner{
      position:relative; z-index:2; max-width:1080px; width:100%; text-align:center;
      backdrop-filter: none;
    }
    .seneleaf-hero h1{
      margin:0 0 10px; font-size:clamp(32px,6vw,64px); font-weight:800; color:var(--purple);
      letter-spacing:.2px;
    }
    .seneleaf-hero p.tag{
      margin:0 auto 22px; font-size:clamp(16px,2.4vw,22px); color:var(--gold2); font-weight:600;
    }
    .seneleaf-hero .cta{
      display:inline-block; background:linear-gradient(90deg,var(--gold1),var(--gold2));
      color:#000; padding:12px 20px; border-radius:14px; font-weight:700; text-decoration:none;
    }

    /* Optional: if you don’t want a center image, set --hero-image:none on the wrapper */
    @media (max-width:768px){
      .seneleaf-hero{ padding:88px 16px; }
    }
  </style>

  <div class="hero-inner">
    <!-- Replace this IMAGE with your own or remove entirely -->
    <img src="https://YOUR-SITE.com/path/to/centerpiece.jpg"
         alt="SeneLeaf – Senegalese wellness teas"
         style="width:100%; max-width:980px; height:auto; border-radius:18px; box-shadow:0 8px 40px rgba(0,0,0,.35); display:block; margin:0 auto 18px;" />

    <!-- Optional headline / tagline / button (remove if you want image-only) -->
    <h1>SeneLeaf™</h1>
    <p class="tag">Drink Green. Live Clean.</p>
    <a class="cta" href="/products">Shop Now</a>
  </div>
</section>

Copyright  © SeneLeaf LLC