Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 08:09:00 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
@@ -43,7 +43,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroBillboard
title="Madu Murni Asli Grosir & Eceran di Salatiga"
description="Kami menyediakan madu alami berkualitas tinggi untuk konsumsi keluarga, bisnis herbal, dan reseller. Dipercaya oleh ribuan pelanggan di Salatiga dan sekitarnya."
tag="100% Madu Murni Asli"
@@ -51,8 +51,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-honeycombs-honey_23-2148359268.jpg"
imageAlt="raw honey dripping spoon golden liquid"
showBlur={true}
showDimOverlay={false}
buttons={[
{
text: "Hubungi via WhatsApp", href: "https://wa.me/6288122268888?text=Halo%20Grosir%20Madu%20Maulana%2C%20saya%20tertarik%20dengan%20produk%20madu%20anda"
@@ -328,4 +326,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}