From 659a4d87c03c215bfed4ca99b74f5fc93c75a972 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 02:03:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af9d4ab..13c4a50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,35 +64,35 @@ export default function LandingPage() { handle: "@anasilva", testimonial: "O ambiente é incrível e super acolhedor. Finalmente me sinto em casa treinando!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg?_wi=1", }, { name: "Bruno Costa", handle: "@brunoc", testimonial: "A estrutura da piscina é impecável. Profissionais nota 10!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg?_wi=2", }, { name: "Carla Dias", handle: "@carladias", testimonial: "Academia inclusiva, limpa e com horários flexíveis. Recomendo muito.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg?_wi=3", }, { name: "Daniela Menezes", handle: "@danimenezes", testimonial: "Transformação real. Equipe super atenciosa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg?_wi=4", }, { name: "Eduardo Santos", handle: "@edsantos", testimonial: "O melhor pilates que já fiz. Ambiente sofisticado e confortável.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-fitness-woman-keeps-hand-waist-being-good-physical-shape-wears-red-top-turns-gaze-away-with-happy-smile-enjoys-spending-free-time-gym_273609-33738.jpg?_wi=5", }, ]} buttons={[ @@ -180,13 +180,13 @@ export default function LandingPage() { title: "Estrutura Moderna", description: "Piscina tratada, equipamentos de ponta e vestiários confortáveis.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg?_wi=1", }, { title: "Horários Flexíveis", description: "Aberta de segunda a sexta das 06h15 às 22h, e sábados das 09h às 13h.", buttonIcon: "Clock", - imageSrc: "http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg?_wi=2", }, ]} title="Por que a Volt?" @@ -214,7 +214,7 @@ export default function LandingPage() { description: "Lutas, hidroterapia e muito mais.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg" + imageSrc="http://img.b2bpic.net/free-photo/health-club-without-people-with-exercise-equipment_637285-8446.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1