Merge version_2 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user