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} />