From 3ecaa18014e653cdbff39c198a9416bcce01e7e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:06:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7625c44..ba0713d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,6 @@ export default function LandingPage() { tag="Especialidades" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" gridVariant="uniform-all-items-equal" products={[ { @@ -95,6 +94,7 @@ export default function LandingPage() { } ]} carouselMode="buttons" + animationType="slide-up" /> @@ -105,7 +105,6 @@ export default function LandingPage() { tag="Galería de Fotos" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" features={[ { id: 1, @@ -173,7 +172,6 @@ export default function LandingPage() { tag="Ubicación" textboxLayout="default" useInvertedBackground={false} - animationType="slide-up" features={[ { id: 1, -- 2.49.1