2 Commits

Author SHA1 Message Date
0c3f0b6e2d Update src/app/page.tsx 2026-05-08 15:00:38 +00:00
54f0621af8 Merge version_1 into main
Merge version_1 into main
2026-05-08 14:59:24 +00:00

View File

@@ -51,6 +51,10 @@ export default function LandingPage() {
title="Un Oasis de Paz en Tu Hogar"
description="Encuentra el regalo perfecto para fortalecer tu fe y embellecer tu espacio con nuestra colección curada de artículos espirituales."
tag="Tu fe, nuestro propósito"
buttons={[
{ text: "Explorar Colección", href: "#products" },
{ text: "Contáctanos", href: "#contact" }
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-house-with-decorative-details-interior_169016-2180.jpg", imageAlt: "Interior de santuario pacífico"},
@@ -195,4 +199,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}