From bd4a0d2f032f7647b3e7a38085a865d9ccfed769 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:59:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b34f98..f1c8ab0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,6 +87,7 @@ export default function LandingPage() { animationType="blur-reveal" textboxLayout="default" gridVariant="bento-grid" + useInvertedBackground={false} title="Galería de Trabajos" description="Ejemplos reales desarrollados con IA." products={[ @@ -103,6 +104,7 @@ export default function LandingPage() { author="Cliente Satisfecho" ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" + useInvertedBackground={false} avatars={[{ src: "http://img.b2bpic.net/free-photo/intercultural-economists_1098-14116.jpg", alt: "Autor" }]} /> @@ -113,6 +115,7 @@ export default function LandingPage() { description="Cuéntame sobre tu proyecto y te contactaré pronto." inputs={[{ name: "nombre", type: "text", placeholder: "Nombre", required: true }, { name: "email", type: "email", placeholder: "Email", required: true }]} textarea={{ name: "desc", placeholder: "Descripción del proyecto" }} + useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/medium-shot-disabled-man-working-desk_23-2149313753.jpg" /> -- 2.49.1