Update src/app/suporte/page.tsx
This commit is contained in:
@@ -53,7 +53,7 @@ export default function SupportPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="largeSizeMediumTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="gradient-bordered"
|
cardStyle="gradient-bordered"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
@@ -72,7 +72,7 @@ export default function SupportPage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="Centro de Suporte e Downloads - Fabrijet"
|
title="Centro de Suporte e Downloads - Fabrijet"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metricsAnimation="entrance-slide"
|
metricsAnimation="blur-reveal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Clock, label: "Atendimento Técnico", value: "24/7" },
|
{ icon: Clock, label: "Atendimento Técnico", value: "24/7" },
|
||||||
{ icon: Zap, label: "Tempo Médio de Resposta", value: "<2h" },
|
{ icon: Zap, label: "Tempo Médio de Resposta", value: "<2h" },
|
||||||
|
|||||||
Reference in New Issue
Block a user