From 08765a9de649178a53ee13873e20740bc716570f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:24:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2394a4b..6b44f95 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -54,7 +54,7 @@ export default function LandingPage() { text: "Ligar Agora", href: "tel:+5531984783087"}, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Painel de Serviços", logoIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23482.jpg", searchPlaceholder: "Qual é o seu problema elétrico?", sidebarItems: [ @@ -130,6 +130,7 @@ export default function LandingPage() {