Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c054827e80 | |||
| 973db73cb8 | |||
| 2f280c6763 | |||
| a175312303 |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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 TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
@@ -43,16 +43,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroOverlay
|
<HeroBillboard
|
||||||
title="Madu Murni Asli – Grosir & Eceran di Salatiga"
|
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."
|
description="Kami menyediakan madu alami berkualitas tinggi untuk konsumsi keluarga, bisnis herbal, dan reseller. Dipercaya oleh ribuan pelanggan di Salatiga dan sekitarnya."
|
||||||
|
background={{ variant: "plain" }}
|
||||||
tag="100% Madu Murni Asli"
|
tag="100% Madu Murni Asli"
|
||||||
tagIcon={Leaf}
|
tagIcon={Leaf}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-honeycombs-honey_23-2148359268.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-golden-honeycombs-honey_23-2148359268.jpg"
|
||||||
imageAlt="raw honey dripping spoon golden liquid"
|
imageAlt="raw honey dripping spoon golden liquid"
|
||||||
showBlur={true}
|
|
||||||
showDimOverlay={false}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Hubungi via WhatsApp", href: "https://wa.me/6288122268888?text=Halo%20Grosir%20Madu%20Maulana%2C%20saya%20tertarik%20dengan%20produk%20madu%20anda"
|
text: "Hubungi via WhatsApp", href: "https://wa.me/6288122268888?text=Halo%20Grosir%20Madu%20Maulana%2C%20saya%20tertarik%20dengan%20produk%20madu%20anda"
|
||||||
@@ -328,4 +327,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user