diff --git a/src/app/page.tsx b/src/app/page.tsx index 2adc87e..35ecc39 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { text: "WhatsApp", href: "https://wa.me/5500000000000"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=1" /> @@ -77,7 +77,7 @@ export default function LandingPage() { { title: "Expertise Comprovada", description: "Anos de mercado entregando valor real e segurança."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg?_wi=1" mediaAnimation="blur-reveal" /> @@ -92,27 +92,27 @@ export default function LandingPage() { title: "Agilidade", description: "Processos otimizados para seu tempo.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg?_wi=2"}, ], }, { title: "Suporte Premium", description: "Acompanhamento em todas as etapas.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=3"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg?_wi=3"}, ], }, { title: "Resultados Garantidos", description: "Foco total na sua satisfação.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/wood-desk-with-chair-laptop_23-2148267480.jpg?_wi=4"}, ], }, ]} @@ -167,7 +167,7 @@ export default function LandingPage() { tag="Contato" title="Pronto para começar?" description="Entre em contato agora e receba um atendimento exclusivo da equipe Valverde." - imageSrc="http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-grainy-texture-background_23-2151891739.jpg?_wi=5" buttonText="Falar no WhatsApp" onSubmit={(email) => console.log(email)} mediaAnimation="blur-reveal"