diff --git a/src/app/page.tsx b/src/app/page.tsx
index 1e5fc4c..9955169 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,31 +41,15 @@ export default function LandingPage() {
@@ -174,40 +103,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Ana Silva",
- handle: "@anasilva_fit",
- testimonial: "O Strength Health mudou minha forma de enxergar o treino diário. Simples e eficaz!",
- imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg",
- },
+ id: "1", name: "Ana Silva", handle: "@anasilva_fit", testimonial: "O Strength Health mudou minha forma de enxergar o treino diário. Simples e eficaz!", imageSrc: "http://img.b2bpic.net/free-photo/sporty-smiling-female-with-crossed-arms-white-t-shirt-grey-background_613910-13675.jpg"},
{
- id: "2",
- name: "Pedro Costa",
- handle: "@pedrocosta",
- testimonial: "As competições internas são viciantes, me motivam a correr muito mais que antes.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-around-neck-holding-dumbbell-looking-camera-with-confident-expression-standing-blue-background_141793-118585.jpg",
- },
+ id: "2", name: "Pedro Costa", handle: "@pedrocosta", testimonial: "As competições internas são viciantes, me motivam a correr muito mais que antes.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-girl-wearing-headband-with-towel-around-neck-holding-dumbbell-looking-camera-with-confident-expression-standing-blue-background_141793-118585.jpg"},
{
- id: "3",
- name: "Camila Oliveira",
- handle: "@camilaol",
- testimonial: "Interface limpa, rápida e monitoramento muito preciso. Essencial para minha rotina.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg",
- },
+ id: "3", name: "Camila Oliveira", handle: "@camilaol", testimonial: "Interface limpa, rápida e monitoramento muito preciso. Essencial para minha rotina.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg"},
{
- id: "4",
- name: "Bruno Souza",
- handle: "@brunostrength",
- testimonial: "Melhor app fitness que já baixei. A integração é perfeita.",
- imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
- },
+ id: "4", name: "Bruno Souza", handle: "@brunostrength", testimonial: "Melhor app fitness que já baixei. A integração é perfeita.", imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg"},
{
- id: "5",
- name: "Juliana Lima",
- handle: "@juliana.lima",
- testimonial: "Superou todas as minhas expectativas de monitoramento de performance.",
- imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-wired-headphones-smiling-stretching-hands-trying-steal-your-cell-phone_176420-12651.jpg",
- },
+ id: "5", name: "Juliana Lima", handle: "@juliana.lima", testimonial: "Superou todas as minhas expectativas de monitoramento de performance.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-man-wired-headphones-smiling-stretching-hands-trying-steal-your-cell-phone_176420-12651.jpg"},
]}
title="Quem alcançou resultados"
description="Veja o que nossa comunidade Strength Health tem a dizer sobre nossa metodologia."
@@ -217,15 +121,11 @@ export default function LandingPage() {