From 9dfd9720965baa5b2294450713492bfe57912e5d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:47:43 +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 d769ed9..36bb6ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,20 +52,20 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-eats-kebab-lamb-ribs-with-sauce-onions_141793-5188.jpg" imageAlt="Costela & Cia - Ambiente acolhedor com grelhados" mediaAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} testimonials={[ { name: "Carlos Silva", handle: "@carlos_diner", testimonial: "A costela é simplesmente perfeita! Melhor restaurante da região para quem gosta de boa comida e chope gelado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg?_wi=1", imageAlt: "Carlos Silva" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", imageAlt: "Carlos Silva" }, { name: "Marina Santos", handle: "@marina_food_lover", testimonial: "Ambiente acolhedor, atendimento impecável e os grelhados são de primeira qualidade. Super recomendo!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Marina Santos" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Marina Santos" }, { name: "Rafael Costa", handle: "@rafael_gastro", testimonial: "Frequento há anos e nunca decepciona. A salada orgânica acompanha perfeitamente os pratos. 5 estrelas garantidas!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=1", imageAlt: "Rafael Costa" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", imageAlt: "Rafael Costa" } ]} testimonialRotationInterval={6000} @@ -131,15 +131,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "João Martins", role: "Cliente Frequente", company: "São Bernardo do Campo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg?_wi=2", imageAlt: "João Martins" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", imageAlt: "João Martins" }, { id: "2", name: "Fernanda Oliveira", role: "Gerente de Eventos", company: "Eventos Corporativos SP", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Fernanda Oliveira" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Fernanda Oliveira" }, { id: "3", name: "Pedro Gomes", role: "Chef Profissional", company: "Academia Culinária", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=2", imageAlt: "Pedro Gomes" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", imageAlt: "Pedro Gomes" }, { id: "4", name: "Beatriz Alves", role: "Diretora", company: "Grupo Gastronômico", rating: 5, -- 2.49.1