Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 00:48:40 +00:00
2 changed files with 1369 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
tag="Colección Especial"
products={[
{
id: "1", name: "Amuleto de Protección", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dream-catcher-table_23-2150466783.jpg", imageAlt: "Amuleto místico de protección"
id: "1", name: "Amuleto de Protección", price: "$85,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dream-catcher-table_23-2150466783.jpg?_wi=1", imageAlt: "Amuleto místico de protección"
},
{
id: "2", name: "Baraja Tarot Deluxe", price: "$95,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276090.jpg", imageAlt: "Baraja de tarot para adivinación"
@@ -79,7 +79,7 @@ export default function LandingPage() {
id: "5", name: "Vela Energía Sagrada", price: "$55,000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-doing-ritual_23-2150276141.jpg", imageAlt: "Vela ritual de energía sagrada"
},
{
id: "6", name: "Collar Astrológico", price: "$75,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dream-catcher-table_23-2150466783.jpg", imageAlt: "Collar con símbolos astrológicos"
id: "6", name: "Collar Astrológico", price: "$75,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dream-catcher-table_23-2150466783.jpg?_wi=2", imageAlt: "Collar con símbolos astrológicos"
}
]}
gridVariant="bento-grid"