10 Commits

Author SHA1 Message Date
447c7e9d78 Update src/app/page.tsx 2026-04-23 22:42:55 +00:00
32dd0354ef Merge version_5 into main
Merge version_5 into main
2026-04-23 22:40:39 +00:00
7ef5f27fb0 Update src/app/page.tsx 2026-04-23 22:40:33 +00:00
3e3ca61a57 Merge version_4 into main
Merge version_4 into main
2026-04-23 22:39:04 +00:00
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
cc5dde381e Update theme colors 2026-04-23 22:37:39 +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 16 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
<HeroSplit
background={{
variant: "gradient-bars"}}
title="Páginas web que hacen crecer tu negocio"
title="Convierte visitantes en clientes con páginas web de alto impacto"
description="Diseño web profesional y rápido para negocios que quieren destacar en internet y vender más. Sin complicaciones, solo resultados."
buttons={[
{
@@ -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%"},
@@ -122,13 +122,13 @@ export default function LandingPage() {
features={[
{
icon: Smartphone,
title: "100% Adaptable", description: "Tu sitio lucirá perfecto en móviles, tablets y computadoras."},
title: "100% Adaptable", description: "Captura clientes en cualquier dispositivo con un diseño fluido y profesional."},
{
icon: Rocket,
title: "Carga Ultrarrápida", description: "Optimizamos cada detalle para que tus clientes no esperen."},
title: "Carga Ultrarrápida", description: "Maximiza tus tasas de conversión con un sitio que carga instantáneamente."},
{
icon: Lock,
title: "Seguridad Total", description: "Protegemos tus datos y los de tus clientes con certificados SSL."},
title: "Seguridad Total", description: "Genera confianza inmediata y cierra más ventas con seguridad certificada."},
]}
title="Por qué elegir DAF"
description="Nos enfocamos en lo que realmente importa para tu negocio: conversiones, velocidad y un diseño impecable."
@@ -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: #042c53;
--primary-cta: #378add;
--primary-cta-text: #ffffff;
--secondary-cta: #042c53;
--secondary-cta-text: #ffffff;
--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);