Merge version_3 into main #3
@@ -39,7 +39,6 @@ export default function LandingPage() {
|
||||
{ name: "Resultados", id: "blog" },
|
||||
{ name: "Contacto", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Reservar cita", href: "https://wa.me/34662224408" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -53,7 +52,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Reservar cita", href: "https://wa.me/34662224408" },
|
||||
{ text: "Ver tratamientos", href: "/products" }
|
||||
{ text: "Ver tratamientos", href: "#products" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
@@ -183,6 +182,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user