From 0c3f0b6e2d99a4e240622663ba96f1508992dc5e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 15:00:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1