Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -164,7 +164,7 @@ export default function LandscapingPage() {
|
||||
cardTag="La Voce dei Nostri Pazienti"
|
||||
cardTagIcon={MessageSquareHeart}
|
||||
cardTitle="Centinaia di pazienti soddisfatti si affidano al Centro San Giovan Giuseppe per le loro cure."
|
||||
buttons={[{ text: "Contattaci", href: "#contact" }]}
|
||||
buttons={[{ text: "Contattaci", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -216,27 +216,16 @@ export default function LandscapingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" className="relative overflow-hidden">
|
||||
<div className="absolute inset-0 w-full h-full">
|
||||
<video
|
||||
src="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336614.jpg"
|
||||
autoPlay
|
||||
muted
|
||||
loop
|
||||
playsInline
|
||||
aria-hidden="true"
|
||||
className="w-full h-full object-cover"
|
||||
/>
|
||||
<div className="absolute inset-0 bg-foreground/70" />
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Contattaci per una Consulenza"
|
||||
description="Il nostro team è pronto ad assisterti. Compila il modulo e ti ricontatteremo entro 24 ore."
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="none"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Invia Messaggio"
|
||||
contentClassName="!grid-cols-1 max-w-[600px] mx-auto"
|
||||
mediaWrapperClassName="hidden"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/3d-character-emerging-from-smartphone_23-2151336614.jpg"
|
||||
videoAriaLabel="3D character emerging from smartphone for contact form"
|
||||
mediaPosition="left"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Nome Completo", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Indirizzo Email", required: true },
|
||||
@@ -283,4 +272,4 @@ export default function LandscapingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user