diff --git a/src/app/page.tsx b/src/app/page.tsx index ba751fe..7d1a506 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -181,7 +181,7 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Orari e Contatti" title="Vieni a trovarci o ordina subito" - description="Via dei Mille, 41, 16147 Genova (GE) | Tel: +39 351 224 1877. \n\nOrari: Lun-Mer e Ven-Dom 11:00–23:30; Giovedì 11:00–00:30." + description="📍 Via dei Mille, 41, 16147 Genova (GE) | 📞 +39 351 224 1877 \n\nOrari: Lun-Mer e Ven-Dom 11:00–23:30; Giovedì 11:00–00:30." buttons={[ { text: "Chiama ora", href: "tel:+393512241877"}, @@ -223,4 +223,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file