Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7da159e9b1 | |||
| 08584e6934 | |||
| 567f6b662f | |||
| 4ed331f92e |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Contatti", id: "contact" }
|
{ name: "Contatti", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Prenota Prova Gratuita", href: "#contact"
|
text: "Prenota Ora — Prova Gratuita", href: "#contact"
|
||||||
}}
|
}}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Prenota Prova Gratuita", href: "tel:+39123456789" },
|
{ text: "Prenota Ora — Prova Gratuita", href: "tel:+39123456789" },
|
||||||
{ text: "Richiedi Informazioni", href: "#contact-form" }
|
{ text: "Richiedi Informazioni", href: "#contact-form" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user