From e1047654b882efa94013830b95e65577c5fc512c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:08:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bdb6ad..8b42ccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,10 @@ export default function LandingPage() { title="Our Story" description={[ "Restaurant Dubrovnik brings the authentic flavors of the Adriatic coast to Torrevieja. For years, we've been committed to serving traditional Balkan cuisine prepared with the finest ingredients and time-honored techniques.", "Our kitchen team combines culinary expertise with a passion for hospitality. Every dish celebrates the rich heritage of Croatian and Balkan gastronomy—from hand-rolled pastries to perfectly grilled meats. We believe in generous portions, fair prices, and creating a warm, welcoming atmosphere where families and friends gather to share unforgettable meals.", "Whether you're a local looking for your new favorite restaurant or a tourist seeking authentic Balkan dining, we welcome you to our table. Join us for an evening of exceptional food, attentive service, and genuine hospitality."]} - buttons={[{ text: "Reserve Your Table", href: "#reservation" }]} + buttons={[ + { text: "Reserve Your Table", href: "#reservation" }, + { text: "Explore Our Menu", href: "#menu" } + ]} showBorder={true} useInvertedBackground={false} />