From a3825d467555763377350f99705822a0a461d317 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:41:45 +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 23df85c..56d26fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Agendar consulta", href: "#contact" }, { text: "Falar no WhatsApp", href: "https://wa.me/558131962165" } ]} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Interior clínica moderna" }, { imageSrc: "http://img.b2bpic.net/free-photo/playful-asian-woman_1098-22085.jpg", imageAlt: "Clareamento dental profissional" }, @@ -181,7 +181,7 @@ export default function LandingPage() { { text: "Agendar Consulta", href: "https://wa.me/558131962165?text=Olá%2C%20gostaria%20de%20agendar%20uma%20consulta" }, { text: "(81) 3196-2165", href: "tel:+558131962165" } ]} - background={{ variant: "fluid" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> -- 2.49.1