From 49bc0c4369552bd6fd11a4dcd300ca7b7b1c6ea8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 03:36:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b76349..88828e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,20 +61,20 @@ export default function LandingPage() { testimonials={[ { name: "Carlos Silva", handle: "@carlos_silva", testimonial: "A melhor experiência que já tive com minha família! A comida é simplesmente deliciosa e o atendimento é excepcional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg?_wi=1", imageAlt: "Carlos Silva" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194084.jpg", imageAlt: "Carlos Silva" }, { name: "Marina Costa", handle: "@marina_costa", testimonial: "Pescar aqui é relaxante, a comida é autêntica e caseira. Voltamos toda semana!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg?_wi=1", imageAlt: "Marina Costa" + imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-home_1398-2388.jpg", imageAlt: "Marina Costa" }, { name: "João Oliveira", handle: "@joao_oliveira", testimonial: "O ambiente é limpo, acolhedor e a equipe realmente se importa com seu bem-estar. Altamente recomendado!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg?_wi=1", imageAlt: "João Oliveira" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1576.jpg", imageAlt: "João Oliveira" } ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} /> @@ -132,13 +132,13 @@ export default function LandingPage() {