5 Commits

Author SHA1 Message Date
d8a99fc992 Update src/app/page.tsx 2026-03-03 23:02:23 +00:00
d06dd441ca Update src/app/layout.tsx 2026-03-03 23:02:22 +00:00
34224f333e Merge version_3 into main
Merge version_3 into main
2026-03-03 23:00:40 +00:00
8483a490a5 Update src/app/styles/variables.css 2026-03-03 23:00:35 +00:00
0c7afb46ae Merge version_2 into main
Merge version_2 into main
2026-03-03 21:17:09 +00:00
3 changed files with 17 additions and 17 deletions

View File

@@ -148,7 +148,7 @@ export default function HomePage() {
<div id="problem" data-section="problem"> <div id="problem" data-section="problem">
<AboutMetric <AboutMetric
title="A maioria das empresas investe em marketing sem estratégia. Impulsionar posts não é estratégia. Publicar sem planejamento não gera previsibilidade. Marketing precisa de direção." title="Por que a maioria fracassa em marketing digital"
metrics={[ metrics={[
{ {
icon: AlertCircle, icon: AlertCircle,

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #fafffb;; /* --background: #001F3F;;
--card: #f7fffa;; --card: #0066CC;;
--foreground: #001a0a;; --foreground: #FFFFFF;;
--primary-cta: #0a7039;; --primary-cta: #0066CC;;
--secondary-cta: #ffffff;; --secondary-cta: #FBBF24;;
--accent: #a8d9be;; --accent: #60A5FA;;
--background-accent: #6bbf8e;; */ --background-accent: #FBBF24;; */
--background: #fafffb;; --background: #001F3F;;
--card: #f7fffa;; --card: #0066CC;;
--foreground: #001a0a;; --foreground: #FFFFFF;;
--primary-cta: #0a7039;; --primary-cta: #0066CC;;
--primary-cta-text: #fafffb;; --primary-cta-text: #fafffb;;
--secondary-cta: #ffffff;; --secondary-cta: #FBBF24;;
--secondary-cta-text: #001a0a;; --secondary-cta-text: #001a0a;;
--accent: #a8d9be;; --accent: #60A5FA;;
--background-accent: #6bbf8e;; --background-accent: #FBBF24;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);