From 4f6cbd8d063f96ef6968baddd36cde5dbd87b172 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:24:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0eae5d..35ff85f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -47,9 +47,7 @@ export default function HomePage() { id: item.id, }))} button={{ - text: "Ligar Agora", - href: "tel:(67)3410-1011", - }} + text: "Ligar Agora", href: "tel:(67)3410-1011"}} animateOnLoad={true} /> @@ -58,7 +56,7 @@ export default function HomePage() {