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" />