Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-15 00:51:32 +00:00

View File

@@ -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."
/>
</div>
@@ -132,4 +132,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}