Compare commits
22 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad7aa82053 | |||
| 4505f317c5 | |||
| 342a71f845 | |||
| 037a5d0628 | |||
| 6aea5d409a | |||
| dd1d1b3eab | |||
| 02aeff3848 | |||
| 78e56a6af1 | |||
| a66ddcaf0f | |||
| 1588849872 | |||
| 9fcd6dcbbf | |||
| 5c3fa8063f | |||
| f14e7cf322 | |||
| 615d32ff50 | |||
| fbbdb348f5 | |||
| df598eb5b6 | |||
| a01df7b12d | |||
| c06d88b3da | |||
| 3ca104b76c | |||
| eab16fd52e | |||
| 170a1dad01 | |||
| cc1e8124d1 |
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
logoAlt="Proinstall Instalação Elétrica Logo"
|
||||
brandName="Proinstall Instalação Elétrica"
|
||||
button={{
|
||||
text: "Pedir Orçamento", href: "#contact"}}
|
||||
text: "Pedir Orçamento", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,23 +168,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "João Mendes", role: "Gerente", company: "Constrói Mais", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-woman-looking-photographer_23-2148339179.jpg", imageAlt: "Foto de João Mendes"},
|
||||
id: "t1", name: "João Mendes", role: "Gerente", company: "Constrói Mais", rating: 5
|
||||
},
|
||||
{
|
||||
id: "t2", name: "Ana Pinto", role: "Proprietária", company: "Café Central", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-florist_1098-13710.jpg", imageAlt: "Foto de Ana Pinto"},
|
||||
id: "t2", name: "Ana Pinto", role: "Proprietária", company: "Café Central", rating: 5
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Luís Cardoso", role: "Investidor Imobiliário", company: "Investe Porto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", imageAlt: "Foto de Luís Cardoso"},
|
||||
id: "t3", name: "Luís Cardoso", role: "Investidor Imobiliário", company: "Investe Porto", rating: 5
|
||||
},
|
||||
{
|
||||
id: "t4", name: "Mariana Castro", role: "Chefe de Obra", company: "Renova Porto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186144.jpg", imageAlt: "Foto de Mariana Castro"},
|
||||
id: "t4", name: "Mariana Castro", role: "Chefe de Obra", company: "Renova Porto", rating: 5
|
||||
},
|
||||
{
|
||||
id: "t5", name: "Ricardo Nogueira", role: "Cliente Particular", company: "Porto", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/anxious-handsome-blonde-man-bites-lips-isolated-purple-wall_141793-66117.jpg", imageAlt: "Foto de Ricardo Nogueira"},
|
||||
id: "t5", name: "Ricardo Nogueira", role: "Cliente Particular", company: "Porto", rating: 5
|
||||
},
|
||||
{
|
||||
id: "t6", name: "Vera Sousa", role: "Cliente Particular", company: "Vila Nova de Gaia", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", imageAlt: "Foto de Vera Sousa"},
|
||||
id: "t6", name: "Vera Sousa", role: "Cliente Particular", company: "Vila Nova de Gaia", rating: 5
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
@@ -248,4 +248,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5faff;
|
||||
--card: #ffffff;
|
||||
--foreground: #001122;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f5faff;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #FFD700;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #001122;
|
||||
--accent: #a8cce8;
|
||||
--background-accent: #7ba3cf;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #FDD11E;
|
||||
--background-accent: #E5BE00;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user