Specifications
{{item.name}}
{{item.value}}
Module Size500*62.5*17mm
LED Type:SMD1415
Brightness:600nit(Typ.)
Scan Type:1/24
Viewing Angle:140°/140°
Contrast Ratio:>3000:1
Refresh Rate:3840Hz
Weight:18kg/m²
IP RatingIP65/IP41
Operation Time (Hour/Day)24/7
Life Time (Light Source):100000hrs
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nature's Candy - All About Fruits</title>
<style>
:root {
--primary: #FF7043;
--secondary: #81C784;
--dark: #3E2723;
--light: #F1F8E9;
--accent: #FFCA28;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: var(--light);
color: var(--dark);
line-height: 1.6;
}
header {
background-color: white;
padding: 20px 50px;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
header .logo {
font-size: 24px;
font-weight: bold;
color: var(--primary);
}
header nav a {
text-decoration: none;
color: var(--dark);
margin-left: 20px;
font-weight: 500;
}
header nav a:hover {
color: var(--primary);
}
.hero {
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('https://unsplash.com') no-repeat center center/cover;
height: 450px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
color: white;
padding: 20px;
}
.hero h1 {
font-size: 50px;
margin-bottom: 10px;
}
.hero p {
font-size: 18px;
margin-bottom: 25px;
max-width: 600px;
}
.cta-btn {
background-color: var(--accent);
color: var(--dark);
padding: 12px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.container {
max-width: 1100px;
margin: 50px auto;
padding: 0 20px;
}
.section-title {
text-align: center;
font-size: 35px;
margin-bottom: 30px;
color: var(--primary);
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 30px;
}
.card {
background: white;
border-radius: 15px;
overflow: hidden;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
transition: transform 0.3s ease;
}
.card:hover {
transform: translateY(-10px);
}
.card img {
width: 100%;
height: 200px;
object-fit: cover;
}
.card-content {
padding: 20px;
}
.card-content h3 {
margin-bottom: 10px;
color: var(--secondary);
font-size: 22px;
}
footer {
background-color: var(--dark);
color: white;
text-align: center;
padding: 30px;
margin-top: 50px;
}
@media (max-width: 768px) {
.hero h1 { font-size: 35px; }
header { padding: 20px; }
}
</style>
</head>
<body>
<header>
<div class="logo">Nature's Candy</div>
<nav>
<a href="#about">About</a>
<a href="#gallery">Fruits</a>
<a href="#contact">Contact</a>
</nav>
</header>
<div class="hero">
<h1>Embrace the Sweetness of Nature</h1>
<p>Discover the vibrant world of fresh fruits, packed with essential vitamins, antioxidants, and pure deliciousness.</p>
<a href="#gallery" class="cta-btn">Explore Fruits</a>
</div>
<div class="container" id="about">
<h2 class="section-title">Why Eat Fruit?</h2>
<p style="text-align: center; max-width: 800px; margin: 0 auto; font-size: 18px;">Fruits are low in fat, sodium, and calories, yet high in nutrients. They are excellent sources of dietary fiber, vitamin C, and potassium. Whether you want to boost your immunity or find a healthy snack, fruits are nature's perfect food.</p>
</div>
<div class="container" id="gallery">
<h2 class="section-title">Our Fruit Showcase</h2>
<div class="grid">
<div class="card">
<img src="https://unsplash.com" alt="Fresh Strawberries">
<div class="card-content">
<h3>Strawberries</h3>
<p>Rich in vitamin C and manganese, these sweet red gems are perfect for desserts or a simple afternoon snack.</p>
</div>
</div>
<div class="card">
<img src="https://unsplash.com" alt="Ripe Mangoes">
<div class="card-content">
<h3>Mangoes</h3>
<p>Known as the "king of fruits", mangoes are tropical, juicy, and incredibly sweet, bursting with Vitamin A and C.</p>
</div>
</div>
<div class="card">
<img src="https://unsplash.com" alt="Blueberries">
<div class="card-content">
<h3>Blueberries</h3>
<p>These powerful superfoods are loaded with antioxidants and make the perfect addition to breakfast bowls and smoothies.</p>
</div>
</div>
</div>
</div>
<footer>
<p>© 2026 Nature's Candy. Eat fresh, live well.</p>
</footer>
</body>
</html>CUSTOMER REVIEWS
{{commentStat.averageRating}}
{{commentStat.total}} Revirews
All({{commentStat.total}})
Images({{commentStat.imgSum}})
5 Star({{commentStat.praiseSum}})



{{item.comments}}