Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5acc8c0eb5 | |||
| e8d406cbdb | |||
| 287b04a583 | |||
| 41544df4c0 | |||
| 473ec716c4 |
@@ -157,7 +157,7 @@ export default function LandingPage() {
|
||||
title="Por que escolher a Top Car?"
|
||||
metrics={[
|
||||
{
|
||||
label: "Orçamento Transparente", value: "100%", icon: CheckCircle,
|
||||
label: "Orçamento Transparente", value: "Sem Surpresas", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
label: "Avaliação Google", value: "4.8", icon: Star,
|
||||
@@ -256,4 +256,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user