From 2bc68c5c517e5b1789d4e128b444c728121d1d69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:05:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 800af5b..76266ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Expertos en Paisajismo" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748271.jpg" imageAlt="Hermoso jardín paisajístico" buttons={[ @@ -175,7 +175,7 @@ export default function LandingPage() { { text: "Solicitar Presupuesto", href: "mailto:info@jardinerlapro.com" }, { text: "Llamar Ahora", href: "tel:+1234567890" }, ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={true} /> -- 2.49.1