Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -142,6 +142,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -160,6 +161,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="gallery" data-section="gallery">
|
||||
@@ -179,6 +181,7 @@ export default function LandingPage() {
|
||||
description="Un vistazo a nuestras instalaciones, equipo y el cuidado que ponemos en cada detalle."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -197,6 +200,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -214,7 +218,7 @@ export default function LandingPage() {
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
tagAnimation="none"
|
||||
buttonAnimation="none"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user