10 Commits

Author SHA1 Message Date
8c45ee87d4 Update src/app/page.tsx 2026-04-16 13:27:03 +00:00
d2d2292470 Merge version_8 into main
Merge version_8 into main
2026-04-16 13:24:14 +00:00
90c8f1840e Update src/app/styles/variables.css 2026-04-16 13:24:08 +00:00
2675ab38a4 Merge version_7 into main
Merge version_7 into main
2026-04-13 22:36:41 +00:00
991754d1bf Merge version_6 into main
Merge version_6 into main
2026-04-13 22:36:38 +00:00
a5378d3f2c Merge version_5 into main
Merge version_5 into main
2026-04-13 22:36:25 +00:00
2c694ac6c5 Merge version_4 into main
Merge version_4 into main
2026-04-13 22:35:04 +00:00
b31bd74c02 Merge version_3 into main
Merge version_3 into main
2026-04-13 22:35:02 +00:00
929819d806 Merge version_2 into main
Merge version_2 into main
2026-04-13 22:33:46 +00:00
7122be918e Merge version_2 into main
Merge version_2 into main
2026-04-13 22:33:15 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "t1", name: "Ana Souza", role: "CEO", testimonial: "Simplesmente a melhor solução que já contratei." },
{ id: "t1", name: "Ana Souza", role: "CEO", testimonial: "Aumentamos nossa produtividade em 40% em apenas um mês. Simplesmente a melhor solução que já contratei." },
{ id: "t2", name: "Carlos Lima", role: "CTO", testimonial: "Eficiência e tecnologia em um só lugar." },
]}
title="O que dizem nossos clientes"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #050012;
--card: #040121;
--foreground: #f0e6ff;
--primary-cta: #c89bff;
--background: #fbfbfb;
--card: #ffffff;
--foreground: #121212;
--primary-cta: #1A1A1A;
--primary-cta-text: #050012;
--secondary-cta: #1d123b;
--secondary-cta: #E6E6E6;
--secondary-cta-text: #f0e6ff;
--accent: #684f7b;
--background-accent: #65417c;
--accent: #B3B3B3;
--background-accent: #F2F2F2;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);