Merge version_1 into main #4
@@ -32,7 +32,7 @@ export default function BlogPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function CookiePolicyPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ export default function HomePage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -31,14 +31,14 @@ export default function BookingPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="booking-form" data-section="booking-form">
|
||||
<ContactSplitForm
|
||||
title="Prenota la Tua Visita"
|
||||
description="Compila il modulo di prenotazione per fissare un appuntamento presso DentiClinic. Scegli il servizio desiderato e una data che ti convenga. Risponderemo entro 24 ore."
|
||||
description="Compila il modulo di prenotazione per fissare un appuntamento presso DentiClinic. Scegli il servizio desiderato e una data che ti convenga. Rispondiamo entro 24 ore."
|
||||
inputs={[
|
||||
{
|
||||
name: "nome", type: "text", placeholder: "Nome e Cognome", required: true,
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function PrivacyPolicyPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function ServicesPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function TeamPage() {
|
||||
]}
|
||||
button={{
|
||||
text: "Prenota Visita", href: "/prenotazione"}}
|
||||
animateOnLoad={false}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user