Update src/app/page.tsx
This commit is contained in:
@@ -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" }]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user