Compare commits
26 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad7aa82053 | |||
| 4505f317c5 | |||
| 342a71f845 | |||
| 037a5d0628 | |||
| 6aea5d409a | |||
| dd1d1b3eab | |||
| 02aeff3848 | |||
| 78e56a6af1 | |||
| 30508f50cb | |||
| a66ddcaf0f | |||
| 8d99556638 | |||
| 1588849872 | |||
| 628f37917c | |||
| 9fcd6dcbbf | |||
| 19682ad543 | |||
| 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"
|
logoAlt="Proinstall Instalação Elétrica Logo"
|
||||||
brandName="Proinstall Instalação Elétrica"
|
brandName="Proinstall Instalação Elétrica"
|
||||||
button={{
|
button={{
|
||||||
text: "Pedir Orçamento", href: "#contact"}}
|
text: "Pedir Orçamento", href: "#contact"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -168,23 +168,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1", name: "João Mendes", role: "Gerente", company: "Constrói Mais", rating: 5,
|
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: "t2", name: "Ana Pinto", role: "Proprietária", company: "Café Central", 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: "t3", name: "Luís Cardoso", role: "Investidor Imobiliário", company: "Investe Porto", 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: "t4", name: "Mariana Castro", role: "Chefe de Obra", company: "Renova 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: "t5", name: "Ricardo Nogueira", role: "Cliente Particular", company: "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: "t6", name: "Vera Sousa", role: "Cliente Particular", company: "Vila Nova de Gaia", 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"},
|
},
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
kpiItems={[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
--background: #ffffff;
|
--background: #ffffff;
|
||||||
--card: #f9f9f9;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000000;
|
||||||
--primary-cta: #FFD700;
|
--primary-cta: #FFD700;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #000000;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #000000;
|
--secondary-cta-text: #000000;
|
||||||
--accent: #FDD11E;
|
--accent: #FDD11E;
|
||||||
|
|||||||
Reference in New Issue
Block a user