Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-04-27 22:03:43 +00:00

View File

@@ -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: "#" }
]}
/>
</div>
@@ -169,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}