From bcd8e031b41e61f74047c0fc7f0aedc68ff075d3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:04:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ce55d21..77ad97c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,6 +51,10 @@ export default function LandingPage() { variant: "plain"}} title="Eleven Kultúrbisztró" description="Artistic vibes, world-class coffee, and culinary delights in the heart of Kaposvár." + buttons={[ + { text: "Book a Table", href: "#contact" }, + { text: "Explore Menu", href: "#products" } + ]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-using-digital-tablet-restaurant-table_23-2147936094.jpg", imageAlt: "Luxurious bistro atmosphere"}, -- 2.49.1