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 +}