From b7430b57421f2d0c21824b16cd30c312f16d9182 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:46:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index de14050..044697e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,9 @@ export default function LandingPage() { { name: "Eventi", id: "events" }, { name: "Contatti", id: "contact" }, ]} + button={{ + text: "Prenota", href: "contact" + }} /> -- 2.49.1