Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b94641a5c | |||
| dc833b6425 | |||
| f6e1cf7b20 | |||
| 9e757a931a | |||
| eed5e66229 | |||
| 09f339bfe8 |
@@ -1,54 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import "@/styles/globals.css";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Bebek Protol MasBim | Authentic Indonesian Duck in Ponorogo", description: "Experience legendary Bebek Protol at MasBim in Ponorogo. Tender, spicy duck dishes crafted with traditional Javanese recipes. Reserve your table now.", keywords: "Indonesian duck, bebek protol, Ponorogo restaurant, Javanese cuisine, authentic duck dishes, sambal, nasi bebek", openGraph: {
|
||||
title: "Bebek Protol MasBim | Authentic Indonesian Duck Restaurant", description: "Discover mouth-watering Bebek Protol—tender, shredded duck with aromatic spices. A culinary gem in Ponorogo.", type: "website", siteName: "Bebek Protol MasBim", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-dish-bozbash-lamb-stew-with-chickpeas_140725-5086.jpg", alt: "Signature Bebek Protol dish"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Bebek Protol MasBim | Authentic Indonesian Duck", description: "Experience legendary duck dishes in Ponorogo. Authentic flavors, warm hospitality, unforgettable meals.", images: ["http://img.b2bpic.net/free-photo/top-view-azerbaijani-dish-bozbash-lamb-stew-with-chickpeas_140725-5086.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Bebek Protol MasBim", description: "Experience authentic Indonesian duck cuisine in Ponorogo"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1416,7 +1384,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -34,7 +34,8 @@ export default function LandingPage() {
|
||||
{ name: "Location", id: "location" },
|
||||
]}
|
||||
button={{
|
||||
text: "Reserve Now", href: "#contact"}}
|
||||
text: "Reserve Now", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -45,7 +46,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-dish-bozbash-lamb-stew-with-chickpeas_140725-5086.jpg", alt: "Signature Bebek Protol dish"},
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-azerbaijani-dish-bozbash-lamb-stew-with-chickpeas_140725-5086.jpg", alt: "Signature Bebek Protol dish"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by locals since opening"
|
||||
buttons={[
|
||||
@@ -84,11 +86,14 @@ export default function LandingPage() {
|
||||
tagIcon={UtensilsCrossed}
|
||||
products={[
|
||||
{
|
||||
id: "bebek-goreng", name: "Bebek Goreng", price: "Rp 65,000", variant: "Crispy, golden-fried duck served with sambal", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-fresh-salad_1258-291.jpg", imageAlt: "Crispy Bebek Goreng"},
|
||||
id: "bebek-goreng", name: "Bebek Goreng", price: "Rp 65,000", variant: "Crispy, golden-fried duck served with sambal", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-fresh-salad_1258-291.jpg", imageAlt: "Crispy Bebek Goreng"
|
||||
},
|
||||
{
|
||||
id: "nasi-bebek", name: "Nasi Bebek", price: "Rp 45,000", variant: "Fragrant rice with tender duck meat and herbs", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-meat-balls-spices_114579-2463.jpg", imageAlt: "Nasi Bebek with rice"},
|
||||
id: "nasi-bebek", name: "Nasi Bebek", price: "Rp 45,000", variant: "Fragrant rice with tender duck meat and herbs", imageSrc: "http://img.b2bpic.net/free-photo/rice-garnish-with-meat-balls-spices_114579-2463.jpg", imageAlt: "Nasi Bebek with rice"
|
||||
},
|
||||
{
|
||||
id: "sambal-extra", name: "Extra Spicy Sambal", price: "Rp 8,000", variant: "Traditional chili paste for true heat lovers", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sambal-dish-arrangement_23-2149076157.jpg", imageAlt: "Extra hot sambal side"},
|
||||
id: "sambal-extra", name: "Extra Spicy Sambal", price: "Rp 8,000", variant: "Traditional chili paste for true heat lovers", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sambal-dish-arrangement_23-2149076157.jpg", imageAlt: "Extra hot sambal side"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -107,11 +112,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Mass-produced ingredients", "Rushed preparation", "Artificial flavors"],
|
||||
"Mass-produced ingredients", "Rushed preparation", "Artificial flavors"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"100% local, fresh duck", "Slow-cooked to perfection", "Traditional Javanese recipes", "Authentic spice blends"],
|
||||
"100% local, fresh duck", "Slow-cooked to perfection", "Traditional Javanese recipes", "Authentic spice blends"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
ariaLabel="About our restaurant section"
|
||||
@@ -126,7 +133,8 @@ export default function LandingPage() {
|
||||
description="Jl. Janoko No.42b, Ponorogo, East Java — A warm welcome awaits you at our traditional restaurant where every dish tells a story of passion and heritage."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Jl.+Janoko+No.42b,+Ponorogo"},
|
||||
text: "Get Directions", href: "https://maps.google.com/?q=Jl.+Janoko+No.42b,+Ponorogo"
|
||||
},
|
||||
{ text: "Call Now", href: "tel:+62" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -142,7 +150,7 @@ export default function LandingPage() {
|
||||
title="Reserve Your Culinary Experience Today"
|
||||
description="Join us for an unforgettable meal. Every visit is a journey through authentic Javanese flavors and warm hospitality. Your table is waiting."
|
||||
buttons={[
|
||||
{ text: "Reserve a Table", href: "#" },
|
||||
{ text: "Reserve Now – Walk-ins Welcome", href: "#" },
|
||||
{ text: "See Full Menu", href: "#menu" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
|
||||
Reference in New Issue
Block a user