diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a4899..c12f12e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,10 @@ export default function LandingPage() { tag="Supporto" title="Hai bisogno di assistenza?" description="Contatta gli uffici ASP Trapani o visita lo sportello fisico più vicino a te per maggiori informazioni." - buttons={[{ text: "Chiama ora", href: "tel:0924502400" }]} + buttons={[ + { text: "Chiama ora", href: "tel:0924502400" }, + { text: "Trova sportello fisico", href: "#" } + ]} /> @@ -169,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file