diff --git a/src/app/page.tsx b/src/app/page.tsx index 9dcd849..aa8529c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file