4 Commits

Author SHA1 Message Date
6813517064 Merge version_2 into main
Merge version_2 into main
2026-03-05 10:31:43 +00:00
841154b2a6 Update src/app/page.tsx 2026-03-05 10:31:39 +00:00
cecf67e746 Update src/app/layout.tsx 2026-03-05 10:31:39 +00:00
5c54dc2b34 Merge version_1 into main
Merge version_1 into main
2026-03-05 10:30:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1414,4 +1414,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardFour
title="Nuestra Colección"
description="Selecciona entre nuestros relojes únicos, cada uno crafted con precisión suiza y materiales premium."
description="Elige entre nuestros 50+ relojes artesanales únicos, cada uno certificado con precisión suiza. Garantía de por vida en todas las piezas."
tag="Disponible Ahora"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
@@ -203,4 +203,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}