Update src/app/page.tsx

This commit is contained in:
2026-03-06 09:05:18 +00:00
parent 8b2d1241b8
commit f9d4cea6b7

View File

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