Update src/app/page.tsx

This commit is contained in:
2026-06-10 14:52:51 +00:00
parent fecaec16bb
commit cbff2160aa

View File

@@ -78,7 +78,7 @@ export default function LandingPage() {
handle: "@cliente.s",
testimonial: "Minha experiência com a Gabriela tem sido transformadora.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-mature-stylish-man-with-beard-mustache_273609-6982.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-mature-stylish-man-with-beard-mustache_273609-6982.jpg?_wi=1",
imageAlt: "Cliente satisfeita",
},
{
@@ -86,7 +86,7 @@ export default function LandingPage() {
handle: "@cliente.m",
testimonial: "Desde o início me senti acolhido e seguro.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg?_wi=1",
imageAlt: "Cliente satisfeito",
},
{
@@ -94,7 +94,7 @@ export default function LandingPage() {
handle: "@cliente.e",
testimonial: "Atendimento impecável, com muita empatia e competência.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-casually-dressed-young-woman-with-wavy-hair-no-make-up-sitting-basket-armchair_343059-361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-casually-dressed-young-woman-with-wavy-hair-no-make-up-sitting-basket-armchair_343059-361.jpg?_wi=1",
imageAlt: "Cliente satisfeita",
},
{
@@ -102,7 +102,7 @@ export default function LandingPage() {
handle: "@cliente.d",
testimonial: "Explica com clareza e passa segurança.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg?_wi=1",
imageAlt: "Cliente satisfeito",
},
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
},
]}
avatarText="Mais de 12 pacientes avaliaram a experiência como acolhedora, segura e transformadora."
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg?_wi=1"
imageAlt="Gabriela Paschoali, psicóloga em ambiente claro e acolhedor"
showBlur={true}
avatars={[
@@ -167,15 +167,15 @@ export default function LandingPage() {
icon: Droplets,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg?_wi=1",
imageAlt: "Mulher com preocupação excessiva",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg?_wi=1",
imageAlt: "Mulher em estado de calma",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg?_wi=2",
imageAlt: "woman thinking worried anxiety",
},
{
@@ -192,7 +192,7 @@ export default function LandingPage() {
imageAlt: "Pessoa em relacionamento saudável",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg?_wi=1",
imageAlt: "woman thinking worried anxiety",
},
{
@@ -243,7 +243,7 @@ export default function LandingPage() {
imageAlt: "Pessoa com clareza na decisão",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/handsome-mature-stylish-man-with-beard-mustache_273609-6982.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-mature-stylish-man-with-beard-mustache_273609-6982.jpg?_wi=2",
imageAlt: "woman thinking worried anxiety",
},
{
@@ -252,15 +252,15 @@ export default function LandingPage() {
icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-closed-home_23-2150656205.jpg?_wi=2",
imageAlt: "Pessoa em processo de mudança",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-casually-dressed-young-woman-with-wavy-hair-no-make-up-sitting-basket-armchair_343059-361.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-casually-dressed-young-woman-with-wavy-hair-no-make-up-sitting-basket-armchair_343059-361.jpg?_wi=2",
imageAlt: "Pessoa adaptando-se a mudanças",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg?_wi=2",
imageAlt: "woman thinking worried anxiety",
},
]}
@@ -288,7 +288,7 @@ export default function LandingPage() {
title: "Satisfação dos Pacientes",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg"
imageSrc="http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg?_wi=2"
imageAlt="Gabriela Paschoali, psicóloga"
mediaAnimation="opacity"
metricsAnimation="opacity"
@@ -377,7 +377,7 @@ export default function LandingPage() {
imageAlt: "Espaço de diálogo e confiança",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg?_wi=3",
imageAlt: "active listening therapy session",
},
{
@@ -394,7 +394,7 @@ export default function LandingPage() {
imageAlt: "Abordagem centrada na pessoa",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg?_wi=3",
imageAlt: "active listening therapy session",
},
{
@@ -411,7 +411,7 @@ export default function LandingPage() {
imageAlt: "Caminho claro para decisões",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg?_wi=2",
imageAlt: "active listening therapy session",
},
{
@@ -428,7 +428,7 @@ export default function LandingPage() {
imageAlt: "Espaço de sigilo e confiança",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg?_wi=2",
imageAlt: "active listening therapy session",
},
]}
@@ -457,7 +457,7 @@ export default function LandingPage() {
imageAlt: "Contato inicial com a terapeuta",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-outdoor_624325-1049.jpg?_wi=4",
imageAlt: "active listening therapy session",
},
{
@@ -474,7 +474,7 @@ export default function LandingPage() {
imageAlt: "Confirmação de horário da consulta",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-business-woman-standing-with-arms-folded-posing-co-working-coffee-shop-interior-looking-camera_74855-9743.jpg?_wi=4",
imageAlt: "active listening therapy session",
},
{
@@ -491,7 +491,7 @@ export default function LandingPage() {
imageAlt: "Ambiente seguro para desabafar",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-style-illustration-mental-health-day-awareness_23-2151813235.jpg?_wi=3",
imageAlt: "active listening therapy session",
},
{
@@ -508,7 +508,7 @@ export default function LandingPage() {
imageAlt: "Crescimento pessoal e emocional",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/anime-style-character-meditating-contemplating-mindfulness_23-2151476702.jpg?_wi=3",
imageAlt: "active listening therapy session",
},
]}