Update src/app/page.tsx
This commit is contained in:
@@ -50,15 +50,15 @@ export default function DentalClinicPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Josiane Pinheiro", handle: "Paciente", testimonial: "Excelente profissional! Muito atencioso e cuidadoso. Recomendo!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-yellow-jacket_23-2149020781.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-yellow-jacket_23-2149020781.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Carlos Santos", handle: "Paciente", testimonial: "Melhor dentista da região. Ambiente acolhedor e limpo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
name: "Ana Costa", handle: "Paciente", testimonial: "Procedimentos modernos e sem dor. Muito satisfeito!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-hair-bun-wearing-denim-shirt_273609-19444.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-hair-bun-wearing-denim-shirt_273609-19444.jpg?_wi=1"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -130,15 +130,15 @@ export default function DentalClinicPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Josiane Pinheiro", role: "Paciente", company: "Araras", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-yellow-jacket_23-2149020781.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-yellow-jacket_23-2149020781.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Carlos Santos", role: "Paciente", company: "Araras", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4143.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Ana Costa", role: "Paciente", company: "Araras", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-hair-bun-wearing-denim-shirt_273609-19444.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-with-hair-bun-wearing-denim-shirt_273609-19444.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Roberto Silva", role: "Paciente", company: "Araras", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user