5 Commits

Author SHA1 Message Date
0303bccb66 Update src/app/page.tsx 2026-04-23 22:39:00 +00:00
980439a22f Merge version_3 into main
Merge version_3 into main
2026-04-23 22:38:00 +00:00
ca3ea67485 Update theme colors 2026-04-23 22:37:57 +00:00
42b14d12bc Merge version_2 into main
Merge version_2 into main
2026-04-23 22:37:43 +00:00
6ce2cc1d13 Merge version_1 into main
Merge version_1 into main
2026-04-23 22:35:34 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -102,10 +102,10 @@ export default function LandingPage() {
metrics={[
{
icon: Lightbulb,
label: "Proyectos lanzados", value: "150+"},
label: "150+ Negocios Digitalizados", value: "150+"},
{
icon: Zap,
label: "Velocidad media", value: "2s"},
label: "2s Promedio de Carga", value: "2s"},
{
icon: ShieldCheck,
label: "Satisfacción", value: "100%"},
@@ -257,4 +257,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);