Update src/app/page.tsx
This commit is contained in:
@@ -53,25 +53,25 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Ana Silva", handle: "@anasilva", testimonial: "Excelente equipe. Atencioso e profissionalismo impecável.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg", imageAlt: "professional law firm interior"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg?_wi=1", imageAlt: "professional law firm interior"},
|
||||
{
|
||||
name: "Carlos Mendes", handle: "@carlosmendes", testimonial: "O Dr. Eli resolveu meu caso com rapidez e clareza.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-her-office-smart-woman_482257-25807.jpg", imageAlt: "professional portrait of lawyer"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-business-woman-her-office-smart-woman_482257-25807.jpg?_wi=1", imageAlt: "professional portrait of lawyer"},
|
||||
{
|
||||
name: "Beatriz Souza", handle: "@bsouza", testimonial: "Atendimento humano e muito técnico. Recomendo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "happy client portrait professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1", imageAlt: "happy client portrait professional"},
|
||||
{
|
||||
name: "Ricardo Alves", handle: "@ricardoalves", testimonial: "Excelente suporte jurídico e muita atenção aos detalhes.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-talking-with-candidate-taking-his-resume-job-interview-office_637285-6533.jpg", imageAlt: "professional business portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-talking-with-candidate-taking-his-resume-job-interview-office_637285-6533.jpg?_wi=1", imageAlt: "professional business portrait"},
|
||||
{
|
||||
name: "Fernanda Lima", handle: "@fernandalima", testimonial: "Profissionalismo exemplar e resultados acima da média.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg", imageAlt: "smiling business woman portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg?_wi=1", imageAlt: "smiling business woman portrait"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Fale Conosco", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Cliente 1"},
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Eli Dinael Souza - Advogado & Associados"
|
||||
description="Escritório de advocacia em Campinas/SP focado em transformar a realidade de nossos clientes com uma advocacia estratégica e atenciosa. Nossa missão é entregar resultados pautados na ética e na transparência."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-business-woman-her-office-smart-woman_482257-25807.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/middle-aged-business-woman-her-office-smart-woman_482257-25807.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,11 +136,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Nota 5.0", quote: "Excelente equipe. Atencioso e profissionalismo impecável.", name: "Ana Silva", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg"},
|
||||
id: "1", title: "Nota 5.0", quote: "Excelente equipe. Atencioso e profissionalismo impecável.", name: "Ana Silva", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", title: "Nota 5.0", quote: "Muito prestativo e conhece muito bem o direito.", name: "Carlos Mendes", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-talking-with-candidate-taking-his-resume-job-interview-office_637285-6533.jpg"},
|
||||
id: "2", title: "Nota 5.0", quote: "Muito prestativo e conhece muito bem o direito.", name: "Carlos Mendes", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-talking-with-candidate-taking-his-resume-job-interview-office_637285-6533.jpg?_wi=2"},
|
||||
{
|
||||
id: "3", title: "Nota 5.0", quote: "Um atendimento muito humano e cuidadoso.", name: "Beatriz Souza", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg"},
|
||||
id: "3", title: "Nota 5.0", quote: "Um atendimento muito humano e cuidadoso.", name: "Beatriz Souza", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-businesswoman-corporate-woman-showing-thumbs-up-smiling-complimenting-recommending-company-standing-white-background_1258-122203.jpg?_wi=2"},
|
||||
{
|
||||
id: "4", title: "Nota 5.0", quote: "Muito satisfeito com o resultado do meu processo.", name: "Ricardo Alves", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-with-long-hair-dressed-green-jacket_613910-10368.jpg"},
|
||||
{
|
||||
@@ -171,7 +171,7 @@ export default function LandingPage() {
|
||||
name: "message", placeholder: "Como podemos ajudar?", required: true,
|
||||
}}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/spiral-notepad-with-pen-reading-glasses_1252-803.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user