diff --git a/src/app/page.tsx b/src/app/page.tsx index cab8db4..97208cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,6 +112,12 @@ export default function LandingPage() { background={{ variant: "plain" }} tag="⭐ 4.5 estrellas (125 reseñas)" tagIcon={Star} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 1" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 2" }, + { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Cliente 3" } + ]} + avatarText="10+ años de confianza" buttons={[ { text: "📞 Llamar ahora", href: "tel:+34960080146" }, { text: "📝 Solicitar información", href: "#contact" }