|
|
|
|
@@ -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>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|