<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lakanto Malaysia Best Sweetener</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" xintegrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css">
<link rel="stylesheet" href="style1.css">
<style>
/* Styles specific ONLY to index.html can remain here */
/* For example, if the hero image styling is unique */
/* All general, responsive, and shared styles have been moved to style1.css */
.view-all-link { /* Keeping this here temporarily if not moved to style1.css yet */
font-size: 1rem;
font-weight: 700;
text-decoration: none;
color: #5B321D;
}
.view-all-link:hover {
color: #EF3340;
text-decoration: underline;
}
</style>
</head>
<body>
<div class="w-100 text-center small py-1 bg-danger d-none d-lg-block">
<span> LOOKS LIKE SUGAR, TASTES LIKE SUGAR.</span>
</div>
<header class="sticky-top">
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow-sm">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="img/logo-lakanto.png" alt="Lakanto Logo" height="65">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item">
<a class="nav-link active" href="index.html">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT LAKANTO</a>
</li>
<li class="nav-item">
<a class="nav-link" href="products.html">PRODUCTS</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="recipes.html">RECIPES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">CONTACT</a>
</li>
</ul>
<form class="d-flex">
<a href="shop.html" class="btn btn-danger" role="button">BUY NOW</a>
</form>
</div>
</div>
</nav>
</header>
<main>
<section>
<img src="img/hero_banner.jpg" class="img-fluid" alt="Lakanto Luo Han Guo Sweetener Banner">
</section>
<section id="category" class="section-placeholder">
<div class="container">
<div class="text-center mb-5">
<h3>CATEGORY</h3>
</div>
<div class="row g-4">
<div class="col-4">
<div class="card text-center border-0">
<img src="img/cat_1.png" class="card-img-top" alt="Category 1">
<div class="card-body">
<h5 class="card-title">Sweeteners</h5>
<p class="card-text text-muted">1:1 Sugar Replacement</p>
<a href="products.html?filter=Sweeteners" class="btn text-white w-100" style="background-color: #FF862A; border-color: #FF862A;">More</a>
</div>
</div>
</div>
<div class="col-4">
<div class="card text-center border-0">
<img src="img/cat_2.png" class="card-img-top" alt="Category 2">
<div class="card-body">
<h5 class="card-title">Drinks</h5>
<p class="card-text text-muted">Net Carb & Gluten-Free</p>
<a href="products.html?filter=Drinks" class="btn text-white w-100" style="background-color: #64D4AA; border-color: #64D4AA;">More</a>
</div>
</div>
</div>
<div class="col-4">
<div class="card text-center border-0">
<img src="img/cat_3.png" class="card-img-top" alt="Category 3">
<div class="card-body">
<h5 class="card-title">Breakfast</h5>
<p class="card-text text-muted">2:1 Sugar Replacement</p>
<a href="products.html?filter=Breakfast" class="btn text-white w-100" style="background-color: #FF5887; border-color: #FF5887;">More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="products" class="section-placeholder section-placeholder-dark">
<div class="container product-scroll-container">
<div class="text-center mb-5">
<h3 class="product-title m-0">PRODUCTS</h3>
</div>
<button class="scroll-btn" id="scrollLeftBtn"><i class="bi bi-arrow-left"></i></button>
<div class="product-scroll-wrapper pb-3" id="productScroller">
<div class="card text-center">
<a href="product-1.html"><img src="img/products/product-1.jpg" class="card-img-top p-2" alt="Lakanto Sweetener 200g & 1kg"></a>
<div class="card-body"><h5 class="card-title"><a href="product-1.html">Lakanto Sweetener 200g & 1kg</a></h5></div>
</div>
<div class="card text-center">
<a href="product-3.html"><img src="img/products/product-3.jpg" class="card-img-top p-2" alt="LAKANTO Hot Chocolate"></a>
<div class="card-body"><h5 class="card-title"><a href="product-3.html">LAKANTO Hot Chocolate</a></h5></div>
</div>
<div class="card text-center">
<a href="product-4.html"><img src="img/products/product-4.jpg" class="card-img-top p-2" alt="LAKANTO Teh Tarik"></a>
<div class="card-body"><h5 class="card-title"><a href="product-4.html">LAKANTO Teh Tarik</a></h5></div>
</div>
<div class="card text-center">
<a href="product-5.html"><img src="img/products/product-5.jpg" class="card-img-top p-2" alt="LAKANTO White Coffee"></a>
<div class="card-body"><h5 class="card-title"><a href="product-5.html">LAKANTO White Coffee</a></h5></div>
</div>
<div class="card text-center">
<a href="product-6.html"><img src="img/products/product-6.jpg" class="card-img-top p-2" alt="LAKANTO Chunky Peanut Butter"></a>
<div class="card-body"><h5 class="card-title"><a href="product-6.html">LAKANTO Chunky Peanut Butter</a></h5></div>
</div>
<div class="card text-center">
<a href="product-7.html"><img src="img/products/product-7.jpg" class="card-img-top p-2" alt="LAKANTO Creamy Peanut Butter"></a>
<div class="card-body"><h5 class="card-title"><a href="product-7.html">LAKANTO Creamy Peanut Butter</a></h5></div>
</div>
<div class="card text-center">
<a href="product-8.html"><img src="img/products/product-8.jpg" class="card-img-top p-2" alt="LAKANTO Dark Chocolate Peanut Spread"></a>
<div class="card-body"><h5 class="card-title"><a href="product-8.html">LAKANTO Dark Chocolate Peanut Spread</a></h5></div>
</div>
<div class="card text-center">
<a href="product-9.html"><img src="img/products/product-9.jpg" class="card-img-top p-2" alt="LAKANTO Cocoa Hazelnut Flavoured Granola"></a>
<div class="card-body"><h5 class="card-title"><a href="product-9.html">LAKANTO Cocoa Hazelnut Flavoured Granola</a></h5></div>
</div>
<div class="card text-center">
<a href="product-10.html"><img src="img/products/product-10.jpg" class="card-img-top p-2" alt="LAKANTO Mixberry Flavoured Yoghurt Granola"></a>
<div class="card-body"><h5 class="card-title"><a href="product-10.html">LAKANTO Mixberry Flavoured Yoghurt Granola</a></h5></div>
</div>
<div class="card text-center">
<a href="product-11.html"><img src="img/products/product-11.jpg" class="card-img-top p-2" alt="Lakanto Golden Sweetener"></a>
<div class="card-body"><h5 class="card-title"><a href="product-11.html">Lakanto Golden Sweetener</a></h5></div>
</div>
</div>
<button class="scroll-btn" id="scrollRightBtn"><i class="bi bi-arrow-right"></i></button>
</div>
</section>
<section class="promo-banner text-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-10 promo-text-box">
<h2>A NATURAL, ZERO-CALORIE SWEETENER
THAT TASTES JUST LIKE SUGAR</h2>
<p class="lead mt-3">Lakanto is the combination of highly-purified monk fruit extract, 300x sweeter than sugar, and erythritol,
zero-calorie sugar alcohol, that brings you a perfect 1 to 1 sugar substitute that is healthy to you without
sacrificing any sweetness. Ditch other sweeteners that contain calories or aftertaste and join the Lakanto
revolution.</p>
<a href="products.html" class="btn btn-light btn-lg mt-3">Discover More</a>
</div>
</div>
</div>
</section>
<section id="benefits" class="section-placeholder" style="background-color: #d82c37; color: #ffffff;">
<div class="container">
<div class="text-center mb-5">
<h3 style="color: white;">KEY BENEFITS</h3>
</div>
<div class="row text-center g-4">
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-1.png" class="img-fluid" alt="Benefit 1"></div>
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-2.png" class="img-fluid" alt="Benefit 2"></div>
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-3.png" class="img-fluid" alt="Benefit 3"></div>
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-4.png" class="img-fluid" alt="Benefit 4"></div>
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-5.png" class="img-fluid" alt="Benefit 5"></div>
<div class="col-6 col-md-4 col-lg-2"><img src="img/icon-6.png" class="img-fluid" alt="Benefit 6"></div>
</div>
</div>
</section>
<section id="history" class="section-placeholder" style="background-color: #FDFAF4;">
<div class="container text-white">
<div class="row align-items-center g-5">
<div class="col-lg-12 mb-4">
<h3 class="text-center" style="color: #5B321D;">SARAYA, 70 YEARS IMPROVING HEALTH</h3>
<p style="color: #5B321D;">Behind the development of Lakanto sweeteners 70 years of improving health are present. SARAYA, founded in 1952, was the developer of Japan’s first medicated soap solution that could wash, sterilize, and disinfect hands at the same time, vital in stopping epidemic infections in post-war Japan. Since then, from being a soap and detergents manufacturer, SARAYA has expanded not only by developing vegetable-based detergents that avoid the use of petroleum but also by providing many solutions that protect users from infections.<br/><br/>Lakanto, our natural sweetener that replaces sugar, follows the same philosophy of prevention by helping in stopping the increase of diabetes, one of today’s most worrisome lifestyle diseases.<br/><br/>Join Lakanto in our mission to make the world a healthier place.</p>
</div>
<div class="col-lg-12">
<div class="row g-3">
<div class="col-6"><img src="img/1952.png" class="img-fluid rounded" alt="Modern Lakanto"></div>
<div class="col-6"><img src="img/2022.png" class="img-fluid rounded" alt="Vintage Lakanto"></div>
</div>
</div>
</div>
</div>
</section>
<section id="monk-fruit" class="section-placeholder mb-0">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h3>MONK FRUIT THE LONGEVITY FRUIT</h3>
<img src="img/why-monk-fruit-.png" class="img-fluid mt-5" alt="Blood Sugar Chart">
</div>
<div class="col-12 text-left mt-5">
<p style="color: #5B321D; text-align: justify;">Over 1000 years ago in the remote highlands of China, a fruit was treasured not only for its sweetness but for its healing capabilities. Used by
Buddhist monks in Guilin, China, as mentioned in 13th-century records, this fruit is called Luo Han Guo, or Monk Fruit on the west. It also has
another name due to its benefits: the longevity fruit.</p>
<p style="color: #5B321D; text-align: justify;">A small round fruit in the gourd family (think squash, watermelons, and cucumbers) the monk fruit, which spoils quickly but is used dry as herbal
medicine, was traditionally been made into a Chinese tea for the treatment of cough and respiratory irritations, also believed to promote long life
(the monk fruit is native to a region in China with an unusually high number of residents age 100 or more).</p>
<p style="color: #5B321D; text-align: justify;">While monk fruit itself has been treating illness in China for thousands of years, the processed version is relatively new due to the fruit having
interfering flavors that prevented its use as a sweetener</p>
</div>
</div>
</div>
</section>
<section id="special" class="mb-5">
<div id="banner-what-makes" class="responsive-banner mb-5"></div>
<div class="container">
<div class="row align-items-center mb-5">
<div class="col-md-6 text-center">
<img src="img/blood-sugar.png" class="img-fluid" alt="Good for Diabetes">
</div>
<div class="col-md-6">
<h3 class="fw-bold">ZERO IMPACT ON BLOOD SUGAR</h3>
<p>Unlike most fruits, whose sweetness comes from fructose, Monk Fruit's sweetness comes from natural mogrosides. Mogrosides are 300 times sweeter than sugar but are metabolized differently by the body than sugar. That's why Lakanto has a zero glycemic index and has no impact on blood sugar or insulin levels.</p>
<p>Lakanto is safe for diabetics, ketogenic diets, and other sugar-sensitive lifestyles.</p>
</div>
</div>
<div class="row align-items-center flex-row-reverse">
<div class="col-md-6 text-center">
<img src="img/sweetness_profile.png" class="img-fluid" alt="Sweetness Profile Graph">
</div>
<div class="col-md-6">
<h3 class="fw-bold">TASTES JUST LIKE SUGAR</h3>
<p>Lakanto is the perfect 1:1 sugar substitute. Its clean, sugar-like taste makes it easy to replace sugar in all your favorite recipes. Simply replace sugar with an equal amount of Lakanto.</p>
</div>
</div>
</div>
</section>
<section>
<div id="banner-how-its-made" class="responsive-banner mb-5"></div>
<div class="container">
<div class="row">
<div class="col-12 text-center">
<img src="img/Image_3.png" class="img-fluid mt-5" alt="lakanto">
</div>
</div>
</div>
</section>
<section id="recipes" class="section-placeholder" style="background-color: #FDFAF4;">
<div class="container">
<div class="d-flex justify-content-between align-items-center mb-5">
<h3 class="mb-0">LATEST RECIPES</h3>
<a href="recipes.html" class="view-all-link">View all</a>
</div>
<div class="row g-4">
<div class="col-6 col-md-3">
<a href="recipes.html?recipe=1" class="recipe-card-link">
<div class="card">
<img src="img/recipes/sago.png" class="card-img-top" alt="Recipe 1">
<div class="card-body">
<h5 class="card-title">Kuih Sago With Lakanto Sweetener</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-3">
<a href="recipes.html?recipe=2" class="recipe-card-link">
<div class="card">
<img src="img/recipes/ketayap.png" class="card-img-top" alt="Recipe 2">
<div class="card-body">
<h5 class="card-title">Kuih Ketayap With LAKANTO Sweetener</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-3">
<a href="recipes.html?recipe=3" class="recipe-card-link">
<div class="card">
<img src="img/recipes/soy.png" class="card-img-top" alt="Recipe 3">
<div class="card-body">
<h5 class="card-title">Soya Bean With LAKANTO Sweetener</h5>
</div>
</div>
</a>
</div>
<div class="col-6 col-md-3">
<a href="recipes.html?recipe=4" class="recipe-card-link">
<div class="card">
<img src="img/recipes/calamansi.png" class="card-img-top" alt="Recipe 4">
<div class="card-body">
<h5 class="card-title">Calamansi Juice With LAKANTO Sweetener </h5>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
</main>
<footer class="bg-danger text-white py-4">
<div class="container d-flex justify-content-between align-items-center">
<a href="#">
<img src="img/logo-lakanto-footer.png" alt="Lakanto Logo" style="height: 40px;">
</a>
<p class="mb-0">© 2025 Lakanto. All Rights Reserved.</p>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
<script>
document.addEventListener('DOMContentLoaded', function() {
const scroller = document.getElementById('productScroller');
const leftBtn = document.getElementById('scrollLeftBtn');
const rightBtn = document.getElementById('scrollRightBtn');
if (scroller && leftBtn && rightBtn) {
const scrollAmount = 300;
const updateButtonState = () => {
leftBtn.disabled = scroller.scrollLeft <= 0;
const maxScrollLeft = scroller.scrollWidth - scroller.clientWidth;
rightBtn.disabled = scroller.scrollLeft >= maxScrollLeft - 1;
};
leftBtn.addEventListener('click', () => scroller.scrollLeft -= scrollAmount);
rightBtn.addEventListener('click', () => scroller.scrollLeft += scrollAmount);
scroller.addEventListener('scroll', updateButtonState);
updateButtonState();
}
});
</script>
</body>
</html>
All system for education purposes only. For more tools: Telegram @jackleet