From 6dc7bddcc0f29d1bd08bc1caa8d9c97e112d7358 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 21:31:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52c145c..5d91d0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -59,7 +59,7 @@ export default function LandingPage() { } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Centro de Servicios A3", logoIcon: Printer, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-testing-colours_23-2150538689.jpg", imageAlt: "modern printing press industrial setup", searchPlaceholder: "¿Qué necesitas imprimir?", buttons: [ -- 2.49.1