"use client"; import Image from "next/image"; import Link from "next/link"; import { ArrowRight, BadgePercent, Sparkles } from "lucide-react"; import { motion, useReducedMotion } from "motion/react"; import { Button } from "@/components/ui/button"; export function HeroBento() { const reduceMotion = useReducedMotion(); const initial = reduceMotion ? false : { opacity: 0, y: 20 }; return (
Celebración ARI

Hasta50% OFFen tesoros seleccionados

Personajes, mochilas y regalos que convierten cualquier día en una celebración.

Promoción principal de Ari Shopping
Héroes favoritos

Acción y aventura

Colección Marvel
Novedad

Tesoros para regalar

Personajes y peluches
); }