From a9b5b01e36f13457b6b18ccf102d24ac3cab9c44 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:40:18 +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 56d26fd..23df85c 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: "glowing-orb" }} + background={{ variant: "fluid" }} 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: "glowing-orb" }} + background={{ variant: "fluid" }} useInvertedBackground={false} /> -- 2.49.1