Merge version_1 into main #1
@@ -78,7 +78,7 @@ export default function ContactPage() {
|
||||
description="Ada pertanyaan tentang madu atau ingin memesan? Isi form di bawah atau hubungi langsung melalui telepon dan WhatsApp."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=3"
|
||||
imageAlt="Customer service dan komunikasi WhatsApp"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -130,7 +130,7 @@ export default function ContactPage() {
|
||||
description="Kunjungi kami langsung di Jalan Purbaya untuk melihat dan memilih madu berkualitas. Kami siap melayani dengan ramah dan profesional. Jam operasional: Senin - Jumat 08:00 - 17:00, Sabtu 08:00 - 14:00, Minggu Tutup."
|
||||
tag="Alamat Kami"
|
||||
tagIcon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-malaga-map-template_23-2149048536.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-malaga-map-template_23-2149048536.jpg?_wi=2"
|
||||
imageAlt="Peta lokasi Grosir Madu Maulana di Salatiga"
|
||||
buttons={[
|
||||
{
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Source_Sans_3 } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Grosir Madu Maulana | Madu Murni Asli Salatiga",
|
||||
description: "Grosir madu murni asli di Salatiga. Tersedia madu grosir dan eceran berkualitas tinggi. Hubungi WhatsApp 0881-2268-888 untuk pemesanan cepat.",
|
||||
keywords: "madu murni Salatiga, grosir madu Salatiga, jual madu asli Salatiga, supplier madu Jawa Tengah, madu herbal Salatiga, madu berkualitas, madu grosir murah",
|
||||
metadataBase: new URL("https://grosirmadumaulana.local"),
|
||||
alternates: {
|
||||
canonical: "https://grosirmadumaulana.local",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Grosir Madu Maulana | Madu Murni Asli Salatiga",
|
||||
description: "Pemasok madu murni berkualitas tinggi dengan harga grosir. Tersedia untuk konsumsi pribadi, herbal, dan bisnis reseller. Pesan via WhatsApp sekarang.",
|
||||
url: "https://grosirmadumaulana.local",
|
||||
siteName: "Grosir Madu Maulana",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg",
|
||||
alt: "Madu Murni Asli Grosir Madu Maulana",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Grosir Madu Maulana | Madu Murni Asli",
|
||||
description: "Madu berkualitas tinggi dengan harga grosir. Hubungi WhatsApp 0881-2268-888",
|
||||
images: ["http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${sourceSans3.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
tagIcon={Droplets}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg?_wi=1"
|
||||
imageAlt="Madu murni asli Salatiga mengalir emas"
|
||||
imagePosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -116,7 +116,7 @@ export default function HomePage() {
|
||||
name: "Madu Murni",
|
||||
price: "Hubungi untuk harga",
|
||||
variant: "100% Raw Natural Honey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-healthy-homemade-drink-jar_181624-11066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-healthy-homemade-drink-jar_181624-11066.jpg?_wi=1",
|
||||
imageAlt: "Madu murni asli berkualitas tinggi",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function HomePage() {
|
||||
name: "Madu Hutan",
|
||||
price: "Hubungi untuk harga",
|
||||
variant: "Dark Forest Honey Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-made-sweet-dessert_23-2147693991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-made-sweet-dessert_23-2147693991.jpg?_wi=1",
|
||||
imageAlt: "Madu hutan alami premium",
|
||||
},
|
||||
{
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
name: "Madu Herbal",
|
||||
price: "Hubungi untuk harga",
|
||||
variant: "Honey Blend with Traditional Herbs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-petals_23-2148132597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-petals_23-2148132597.jpg?_wi=1",
|
||||
imageAlt: "Madu herbal tradisional berkhasiat",
|
||||
},
|
||||
]}
|
||||
@@ -220,7 +220,7 @@ export default function HomePage() {
|
||||
description="Kunjungi kami langsung di Jalan Purbaya untuk melihat dan memilih madu berkualitas. Kami siap melayani dengan ramah dan profesional."
|
||||
tag="Alamat Kami"
|
||||
tagIcon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-malaga-map-template_23-2149048536.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/flat-malaga-map-template_23-2149048536.jpg?_wi=1"
|
||||
imageAlt="Peta lokasi Grosir Madu Maulana di Salatiga"
|
||||
buttons={[
|
||||
{
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
description="Ada pertanyaan tentang madu atau ingin memesan? Isi form di bawah atau hubungi langsung melalui telepon dan WhatsApp."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=1"
|
||||
imageAlt="Customer service dan komunikasi WhatsApp"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function ProductsPage() {
|
||||
name: "Madu Murni Asli",
|
||||
price: "Hubungi untuk harga grosir",
|
||||
variant: "100% Raw Natural Honey - Murni Tanpa Campuran",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-healthy-homemade-drink-jar_181624-11066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-healthy-homemade-drink-jar_181624-11066.jpg?_wi=2",
|
||||
imageAlt: "Madu murni asli berkualitas tinggi",
|
||||
},
|
||||
{
|
||||
@@ -63,7 +63,7 @@ export default function ProductsPage() {
|
||||
name: "Madu Hutan Premium",
|
||||
price: "Hubungi untuk harga grosir",
|
||||
variant: "Dark Forest Honey - Kaya Nutrisi Alami",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-made-sweet-dessert_23-2147693991.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-made-sweet-dessert_23-2147693991.jpg?_wi=2",
|
||||
imageAlt: "Madu hutan alami premium",
|
||||
},
|
||||
{
|
||||
@@ -71,7 +71,7 @@ export default function ProductsPage() {
|
||||
name: "Madu Herbal Tradisional",
|
||||
price: "Hubungi untuk harga grosir",
|
||||
variant: "Honey Blend with Traditional Herbs - Kesehatan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-petals_23-2148132597.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-jar-with-petals_23-2148132597.jpg?_wi=2",
|
||||
imageAlt: "Madu herbal tradisional berkhasiat",
|
||||
},
|
||||
{
|
||||
@@ -79,7 +79,7 @@ export default function ProductsPage() {
|
||||
name: "Madu Liar Organik",
|
||||
price: "Hubungi untuk harga grosir",
|
||||
variant: "Wild Organic Honey - Langka & Istimewa",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-jar-with-honey-with-wooden-cap-laced-as-gift-white-craft-paper-morning-light-breakfast_346278-647.jpg?_wi=2",
|
||||
imageAlt: "Madu liar organik langka dan istimewa",
|
||||
},
|
||||
]}
|
||||
@@ -130,7 +130,7 @@ export default function ProductsPage() {
|
||||
description="Tertarik membeli madu dalam jumlah besar untuk reseller atau kebutuhan pribadi? Hubungi kami sekarang untuk mendapatkan penawaran harga terbaik dan konsultasi gratis."
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-businesswoman-working-home-communicating-cell-phone_637285-4625.jpg?_wi=2"
|
||||
imageAlt="Customer service dan komunikasi WhatsApp"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user