Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33c3658540 | |||
| 8c45ee87d4 | |||
| d2d2292470 | |||
| 90c8f1840e | |||
| 2675ab38a4 | |||
| 991754d1bf | |||
| a5378d3f2c | |||
| 2c694ac6c5 | |||
| b31bd74c02 | |||
| 929819d806 | |||
| 7122be918e |
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user