Merge version_2 into main #5
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Contatti", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Prova Gratuita", href: "#contact"
|
||||
text: "Prenota Ora — Prova Gratuita", href: "#contact"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Prenota Prova Gratuita", href: "tel:+39123456789" },
|
||||
{ text: "Prenota Ora — Prova Gratuita", href: "tel:+39123456789" },
|
||||
{ text: "Richiedi Informazioni", href: "#contact-form" }
|
||||
]}
|
||||
/>
|
||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user