Merge version_2 into main #4
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1512621776951-a57141f2eefd?w=800&q=80", imageAlt: "Ingredientes naturais" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1553531920-f53e0efd896f?w=800&q=80", imageAlt: "Fórmula natural" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1552882657-67d77d82dd4b?w=800&q=80", imageAlt: "Bem-estar feminino" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Vida equilibrada" }
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=1", imageAlt: "Vida equilibrada" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -117,16 +117,16 @@ export default function LandingPage() {
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Dra. Marina Silva", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80", imageAlt: "Dra. Marina Silva - Ginecologista"
|
||||
id: "1", name: "Dra. Marina Silva", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80&_wi=1", imageAlt: "Dra. Marina Silva - Ginecologista"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Dr. Carlos Santos", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Dr. Carlos Santos - Naturopata"
|
||||
id: "2", name: "Dr. Carlos Santos", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=2", imageAlt: "Dr. Carlos Santos - Naturopata"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Dra. Angela Oliveira", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80", imageAlt: "Dra. Angela Oliveira - Especialista"
|
||||
id: "3", name: "Dra. Angela Oliveira", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80&_wi=2", imageAlt: "Dra. Angela Oliveira - Especialista"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Dr. Paulo Costa", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Dr. Paulo Costa - Pesquisador"
|
||||
id: "4", name: "Dr. Paulo Costa", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=3", imageAlt: "Dr. Paulo Costa - Pesquisador"
|
||||
}
|
||||
]}
|
||||
memberVariant="card"
|
||||
@@ -144,19 +144,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Juliana Mendes", role: "Profissional de Marketing", company: "São Paulo, SP", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80", imageAlt: "Juliana Mendes - Testemunha"
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80&_wi=3", imageAlt: "Juliana Mendes - Testemunha"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mariana Conceição", role: "Professora", company: "Rio de Janeiro, RJ", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Mariana Conceição - Testemunha"
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=4", imageAlt: "Mariana Conceição - Testemunha"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Bianca Rocha", role: "Empresária", company: "Belo Horizonte, MG", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80", imageAlt: "Bianca Rocha - Testemunha"
|
||||
imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=800&q=80&_wi=4", imageAlt: "Bianca Rocha - Testemunha"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Camila Nogueira", role: "Estudante", company: "Salvador, BA", rating: 5,
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80", imageAlt: "Camila Nogueira - Testemunha"
|
||||
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800&q=80&_wi=5", imageAlt: "Camila Nogueira - Testemunha"
|
||||
}
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
Reference in New Issue
Block a user