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}