diff --git a/src/app/page.tsx b/src/app/page.tsx index c9fe466..59d9ad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,26 +47,26 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Comprar Agora", href: "#products" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2834.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2834.jpg?_wi=1" imageAlt="Model wearing ELYON streetwear" mediaAnimation="blur-reveal" imagePosition="right" testimonials={[ { name: "João Silva", handle: "@joao.style", testimonial: "ELYON transformou minha forma de vestir. Cada peça tem significado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-thoughtful-dark-skinned-young-sportswoman-stylish-hoodie_273609-18733.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-thoughtful-dark-skinned-young-sportswoman-stylish-hoodie_273609-18733.jpg?_wi=1", imageAlt: "Customer testimonial" }, { name: "Maria Santos", handle: "@maria.faith", testimonial: "Finalmente encontrei uma marca que reflete meus valores.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6281.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6281.jpg?_wi=1", imageAlt: "Customer testimonial" }, { name: "Lucas Costa", handle: "@lucas.urban", testimonial: "Qualidade premium com mensagem profunda. Perfeito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-taking-selfie_23-2149162154.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-taking-selfie_23-2149162154.jpg?_wi=1", imageAlt: "Customer testimonial" }, { name: "Ana Paula", handle: "@ana.style", testimonial: "ELYON é mais que roupa, é um movimento.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs_1303-29725.jpg", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs_1303-29725.jpg?_wi=1", imageAlt: "Customer testimonial" } ]} background={{ variant: "plain" }} @@ -163,16 +163,16 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "test-1", name: "Pedro Oliveira", handle: "@pedrostyle", testimonial: "ELYON mudou minha perspectiva sobre moda. Agora visto com propósito.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-thoughtful-dark-skinned-young-sportswoman-stylish-hoodie_273609-18733.jpg", imageAlt: "Pedro Oliveira" + id: "test-1", name: "Pedro Oliveira", handle: "@pedrostyle", testimonial: "ELYON mudou minha perspectiva sobre moda. Agora visto com propósito.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-thoughtful-dark-skinned-young-sportswoman-stylish-hoodie_273609-18733.jpg?_wi=2", imageAlt: "Pedro Oliveira" }, { - id: "test-2", name: "Gabriela Costa", handle: "@gabi.faith", testimonial: "Finalmente uma marca que entende quem sou. Cada detalhe é perfeito.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6281.jpg", imageAlt: "Gabriela Costa" + id: "test-2", name: "Gabriela Costa", handle: "@gabi.faith", testimonial: "Finalmente uma marca que entende quem sou. Cada detalhe é perfeito.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-model-dressed-summer-clothes-trendy-girl-posing-street-funny-positive-woman-having-fun_158538-6281.jpg?_wi=2", imageAlt: "Gabriela Costa" }, { - id: "test-3", name: "Rafael Santos", handle: "@rafael.urban", testimonial: "Qualidade incomparável e mensagens que tocam o coração.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-taking-selfie_23-2149162154.jpg", imageAlt: "Rafael Santos" + id: "test-3", name: "Rafael Santos", handle: "@rafael.urban", testimonial: "Qualidade incomparável e mensagens que tocam o coração.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-taking-selfie_23-2149162154.jpg?_wi=2", imageAlt: "Rafael Santos" }, { - id: "test-4", name: "Julia Martins", handle: "@julia.style", testimonial: "ELYON não é só moda, é um movimento de fé e autenticidade.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs_1303-29725.jpg", imageAlt: "Julia Martins" + id: "test-4", name: "Julia Martins", handle: "@julia.style", testimonial: "ELYON não é só moda, é um movimento de fé e autenticidade.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs_1303-29725.jpg?_wi=2", imageAlt: "Julia Martins" }, { id: "test-5", name: "Bruno Ferreira", handle: "@bruno.faith", testimonial: "Encontrei em ELYON a expressão verdadeira do meu estilo.", imageSrc: "http://img.b2bpic.net/free-photo/black-model-posing_23-2148171719.jpg", imageAlt: "Bruno Ferreira" @@ -200,7 +200,7 @@ export default function LandingPage() {