From 393880a335e0603c88017132e3e6695f1477ba3f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 00:51:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8629a31..92dce02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { id: "5", name: "La Ilíada - Colección", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-vintage-disks-second-hand-market_23-2149338471.jpg" }, { id: "6", name: "El Viaje del Héroe", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426418.jpg" }, ]} - title="Relatos de Héroes y Mitos" + title="Selección Curada de Épicas" description="Ediciones especiales y novedades que capturan la épica del camino del héroe." /> @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1