{% extends 'base_page.html' %} {% load static %} {% load helper %} {% block json-ld %} {% endblock %} {% block content %}
{# Header #}

Featured Products

{% for product in featured_products %} {% include 'featured_product_item.html' with product=product %} {% endfor %}
View All Products
{# Offer Image #}
{% for banner in home_banners %} {{ banner.description }} {% endfor %}

About SD Precise Bioscience

SD PRECISE BIOSCIENCE has more than 6 years' experience in the cosmetic industry Our goal is to supply best quality ingredients available for Cosmetic, Personal Care & other chemical Industries.

We source our products from all over the world in bulk for cost-savings for our customers. Our raw materials range from surfactants , preservatives , skin lightening , essential oils, extracts, cosmetic butters, that can be used as is or blended together with other ingredients to produce an end-use product.

Read More
{# Testimonials #}

What Our Client Says

{% for client in testimonials %}
{% if client.client_image %} {% else %} {% endif %}
{{ client.client_name }} {{ client.about_client }}
{{ client.review|linebreaks }}
{% endfor %}

Get In Touch

{% csrf_token %}
{% endblock %}