5 Commits

Author SHA1 Message Date
5acc8c0eb5 Merge version_4 into main
Merge version_4 into main
2026-04-27 19:15:40 +00:00
e8d406cbdb Update src/app/page.tsx 2026-04-27 19:15:34 +00:00
287b04a583 Merge version_3 into main
Merge version_3 into main
2026-04-27 19:12:34 +00:00
41544df4c0 Update theme colors 2026-04-27 19:12:31 +00:00
473ec716c4 Merge version_2 into main
Merge version_2 into main
2026-04-27 19:11:09 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -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>
);
}
}

View File

@@ -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);