Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 13504834ac | |||
| 61cc0fdee5 | |||
| 08c49f1acd | |||
| 9e84d1a5c9 | |||
| aa07ce28a2 | |||
| 1852e816e9 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
<HeroBillboardCarousel
|
||||
title="Madu Murni Asli"
|
||||
description="Grosir & eceran madu alami berkualitas tinggi untuk konsumsi, herbal, dan usaha Anda."
|
||||
tag="Kualitas Premium"
|
||||
@@ -51,8 +51,11 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glass-jar-full-honey_23-2148173009.jpg", imageAlt: "Raw honey pouring naturally from honey jar"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Hero section - Grosir Madu Maulana"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user