diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6aadf76..bc0e62f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -153,7 +153,7 @@ export default function AboutPage() { name: "Lucas Oliveira", role: "Proprietário - Oliveira Indústrias", imageSrc: - "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg", + "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1665.jpg?_wi=2", imageAlt: "Lucas Oliveira", }, { @@ -164,7 +164,7 @@ export default function AboutPage() { name: "Beatriz Sousa", role: "Diretora Executiva - Sousa Trading", imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg", + "http://img.b2bpic.net/free-photo/young-woman-sitting-library_273609-15839.jpg?_wi=2", imageAlt: "Beatriz Sousa", }, { @@ -175,7 +175,7 @@ export default function AboutPage() { name: "Victor Teixeira", role: "CFO - Teixeira Tech Solutions", imageSrc: - "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", + "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2", imageAlt: "Victor Teixeira", }, { @@ -186,7 +186,7 @@ export default function AboutPage() { name: "Helena Ferreira", role: "Gerente Administrativa - Ferreira Consultoria", imageSrc: - "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19300.jpg", + "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19300.jpg?_wi=2", imageAlt: "Helena Ferreira", }, ]} diff --git a/src/app/area-cliente/page.tsx b/src/app/area-cliente/page.tsx index 68f526d..3d16ba3 100644 --- a/src/app/area-cliente/page.tsx +++ b/src/app/area-cliente/page.tsx @@ -49,11 +49,11 @@ export default function ClientAreaPage() { background={{ variant: "grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg?_wi=3", imageAlt: "Suporte e atendimento ao cliente", }, { - imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/landing-page-design-mocksite_23-2148157123.jpg?_wi=2", imageAlt: "Dashboard seguro do cliente", }, ]} @@ -112,7 +112,7 @@ export default function ClientAreaPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136449.jpg", + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-travel-agency_52683-136449.jpg?_wi=1", imageAlt: "Equipe de suporte ContaFlow" mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 6815a2a..988ce19 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -100,7 +100,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288160.jpg?_wi=4" imageAlt="Equipe de atendimento ContaFlow" mediaPosition="right" mediaAnimation="slide-up" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 990190b..c293318 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1433,6 +1433,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +