From ba2b38590b65f8a71602ddc62382795b27cbd446 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 16:02:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7a3e2a..c9fe466 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-blond-girl-posing-with-loangboard_158595-2834.jpg" 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?_wi=1", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-thoughtful-dark-skinned-young-sportswoman-stylish-hoodie_273609-18733.jpg", 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?_wi=1", 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", 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?_wi=1", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-taking-selfie_23-2149162154.jpg", 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?_wi=1", imageAlt: "Customer testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs_1303-29725.jpg", imageAlt: "Customer testimonial" } ]} background={{ variant: "plain" }} @@ -105,7 +105,7 @@ export default function LandingPage() {