diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index b5f98f3..8f15b28 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -43,7 +43,7 @@ export default function DashboardPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="plain" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index f2d499b..843b5bf 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -26,7 +26,7 @@ export default function LoginPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="plain" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" diff --git a/src/app/page.tsx b/src/app/page.tsx index 97de1ff..7236883 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="compact" sizing="largeSmallSizeMediumTitles" - background="plain" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -50,7 +50,7 @@ export default function HomePage() { tag="Plataforma SaaS Inteligente" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "circleGradient" }} buttons={[ { text: "Começar Teste de 7 Dias", href: "/login" }, { text: "Ver Demonstração", href: "#demo" },