Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-09 05:37:47 +00:00
2 changed files with 22 additions and 23 deletions

View File

@@ -1,17 +1,11 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { Inter } from "next/font/google";
import "@/styles/globals.css";
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Bebek Protol MasBim - Authentic Indonesian Duck Restaurant", description: "Experience authentic Bebek Protol at MasBim restaurant in Ponorogo. Tender, shredded duck infused with aromatic Javanese spices."};
title: "Bebek Protol MasBim", description: "Experience authentic Indonesian duck cuisine in Ponorogo"};
export default function RootLayout({
children,
@@ -20,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
<body className={inter.className}>
{children}
<script

View File

@@ -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,19 +86,19 @@ 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"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "Reserve Table", href: "#cta" }
]}
ariaLabel="Menu highlights section"
/>
</div>
@@ -110,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"
@@ -129,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" }}
@@ -145,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" }}