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() {