5 Commits

Author SHA1 Message Date
60a379feb7 Update src/app/page.tsx 2026-03-11 09:49:49 +00:00
2176d586d9 Update src/app/page.tsx 2026-03-11 09:49:24 +00:00
0054d1950f Merge version_1 into main
Merge version_1 into main
2026-03-11 09:43:43 +00:00
64345ec80c Merge version_1 into main
Merge version_1 into main
2026-03-11 09:43:14 +00:00
e4b0585e4f Merge version_1 into main
Merge version_1 into main
2026-03-11 09:42:21 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroLogo from "@/components/sections/hero/HeroLogo";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
@@ -40,17 +40,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Madu Murni Asli"
<HeroBillboardScroll
title="Madu Murni Asli"
description="Grosir & eceran madu alami berkualitas tinggi untuk konsumsi, herbal, dan usaha Anda."
tag="Kualitas Premium"
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Hubungi WhatsApp", href: "https://wa.me/6288122268888" },
{ text: "Telepon Sekarang", href: "tel:+6288122268888" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173009.jpg"
imageAlt="Raw honey pouring naturally from honey jar"
showDimOverlay={true}
buttonAnimation="slide-up"
ariaLabel="Hero section - Grosir Madu Maulana"
/>
</div>
@@ -87,7 +89,7 @@ export default function LandingPage() {
reverse: false
},
{
id: "2", title: "Harga Grosir Kompetitif", description: "Kami menawarkan harga grosir terbaik untuk pembelian dalam jumlah besar. Cocok untuk reseller, warung, dan usaha Anda.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pollen-honey-jars_95678-306.jpg" },
id: "2", title: "Harga Grosir Kompetitif", description: "Kami menawarkan harga grosir terbaik untuk pembelian dalam jumlah besar. Cocok untuk reseller, warung, dan usaha Anda.", media: { imageSrc: "http://img.b2bpic.net/free-photo/pollen-honey-jars_95678-306.jpg?_wi=1" },
items: [
{ icon: Tag, text: "Harga grosir" },
{ icon: TrendingDown, text: "Diskon kuantitas" },
@@ -121,7 +123,7 @@ export default function LandingPage() {
id: "2", name: "Madu Herbal Premium", price: "Hubungi untuk harga", variant: "Dengan Campuran Herbal - Grosir & Eceran", imageSrc: "http://img.b2bpic.net/free-photo/honey-pots-bee-pollens-cork-coaster_23-2147918983.jpg", imageAlt: "Herbal infused honey"
},
{
id: "3", name: "Madu Grosir Hemat", price: "Hubungi untuk harga", variant: "Kemasan Besar - Khusus Grosir", imageSrc: "http://img.b2bpic.net/free-photo/pollen-honey-jars_95678-306.jpg", imageAlt: "Wholesale honey container"
id: "3", name: "Madu Grosir Hemat", price: "Hubungi untuk harga", variant: "Kemasan Besar - Khusus Grosir", imageSrc: "http://img.b2bpic.net/free-photo/pollen-honey-jars_95678-306.jpg?_wi=2", imageAlt: "Wholesale honey container"
}
]}
title="Produk Kami"
@@ -147,7 +149,7 @@ export default function LandingPage() {
},
{
id: "3", name: "Dwi Rahayu", role: "Pemilik Cafe", company: "Cafe Natural Salatiga", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=1"
},
{
id: "4", name: "Hendra Wijaya", role: "Pengusaha Minuman", company: "Distributor Minuman Sehat", rating: 5,
@@ -159,7 +161,7 @@ export default function LandingPage() {
},
{
id: "6", name: "Rudi Santoso", role: "Pelanggan Setia", company: "Keluarga Salatiga", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=2"
}
]}
kpiItems={[
@@ -225,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}