From c0fbb14e8259932c068c073096b6ce87a2fdf87d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:52:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68d5f5b..0ed0ddf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { { imageSrc: "https://images.unsplash.com/photo-1524316503610-d02f43d39578?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Roupas de tênis"}, { - imageSrc: "https://images.unsplash.com/photo-1589148002364-d1ee9412c9b6?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Bolsa de tênis"}, + imageSrc: "https://images.unsplash.com/photo-1589148002364-d1ee9412c9b6?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Bolsa de tênis"}, ]} /> @@ -248,11 +248,11 @@ export default function LandingPage() { ]} blogs={[ { - id: "insta-post-1", category: "Raquetes", title: "Escolha a Raquete Certa para Você", excerpt: "Dicas essenciais para encontrar sua raquete ideal.", imageSrc: "https://images.unsplash.com/photo-1589713876932-23c4a229a3a9?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", authorName: "Tennis One", authorAvatar: "asset://brand-logo", date: "2 dias atrás"}, + id: "insta-post-1", category: "Raquetes", title: "Escolha a Raquete Certa para Você", excerpt: "Dicas essenciais para encontrar sua raquete ideal.", imageSrc: "https://images.unsplash.com/photo-1589713876932-23c4a229a3a9?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", authorName: "Tennis One", authorAvatar: "asset://brand-logo", date: "2 dias atrás"}, { id: "insta-post-2", category: "Tênis", title: "Performance nas Quadras", excerpt: "Conheça os tênis que elevam seu jogo.", imageSrc: "https://images.unsplash.com/photo-1560945532-a5e27a69623e?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", authorName: "Tennis One", authorAvatar: "asset://brand-logo", date: "1 semana atrás"}, { - id: "insta-post-3", category: "Dicas", title: "Como Melhorar Seu Saque", excerpt: "Técnicas e treinos para um saque poderoso.", imageSrc: "https://images.unsplash.com/photo-1589148002364-d1ee9412c9b6?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", authorName: "Tennis One", authorAvatar: "asset://brand-logo", date: "3 semanas atrás"}, + id: "insta-post-3", category: "Dicas", title: "Como Melhorar Seu Saque", excerpt: "Técnicas e treinos para um saque poderoso.", imageSrc: "https://images.unsplash.com/photo-1589148002364-d1ee9412c9b6?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", authorName: "Tennis One", authorAvatar: "asset://brand-logo", date: "3 semanas atrás"}, ]} /> @@ -274,7 +274,7 @@ export default function LandingPage() { name: "message", placeholder: "Sua Mensagem...", rows: 4, required: true, }} - imageSrc="https://images.unsplash.com/photo-1589713876932-23c4a229a3a9?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" + imageSrc="https://images.unsplash.com/photo-1589713876932-23c4a229a3a9?q=80&w=1770&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2" mediaAnimation="opacity" mediaPosition="right" buttonText="Enviar Mensagem" -- 2.49.1