Merge version_1 into main #1
@@ -60,8 +60,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
tagAnimation="reveal-blur"
|
||||
buttonAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="chi-siamo" data-section="chi-siamo">
|
||||
@@ -74,7 +74,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Scopri di Più", href: "#specialita" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageWrapperClassName="w-full md:w-1/2"
|
||||
imageClassName="rounded-lg object-cover h-full"
|
||||
className="py-16 md:py-24"
|
||||
@@ -94,7 +94,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="prodotti" data-section="prodotti">
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonianze" data-section="testimonianze">
|
||||
@@ -129,8 +129,8 @@ export default function LandingPage() {
|
||||
{ src: "http://img.b2bpic.net/free-photo/delighted-woman-enjoying-conversation-phone-outdoors-girl-with-takeaway-coffee-talking-smart-phone-woman-headphones-listening-music-nature_1391-460.jpg", alt: "young woman enjoying coffee" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-man-posing-outdoor_344912-723.jpg", alt: "senior man with gentle smile" }
|
||||
]}
|
||||
ratingAnimation="reveal-blur"
|
||||
avatarsAnimation="reveal-blur"
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -143,8 +143,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
buttonAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="contatti" data-section="contatti">
|
||||
@@ -178,8 +178,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="reveal-blur"
|
||||
buttonAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user