From f9d4cea6b771ebfcf41475dbf0f846ca9af2984a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 09:05:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2dff4b..099c374 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -162,7 +162,7 @@ export default function EnearestPage() { description="Enea Ristorante, Via Boncompagni 83, Roma RM | Apertura: dalle 17:30 | Tel: 06 7227 2403. Contattaci per prenotazioni, eventi speciali, o semplicemente per scoprire la nostra cucina rivisitata." buttons={[ { text: "Chiama Ora", href: "tel:+390672272403" }, - { text: "Prenota Online", href: "https://www.example.com/reservation" } + { text: "Prenota Tavolo Online", href: "https://www.example.com/reservation" } ]} background={{ variant: "plain" }} useInvertedBackground={false} -- 2.49.1