Update src/app/page.tsx
This commit is contained in:
@@ -70,28 +70,28 @@ export default function LandingPage() {
|
||||
handle: "Paciente Satisfecha",
|
||||
testimonial: "Excelente atención, me hicieron sentir muy tranquila en todo momento.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "Cliente Feliz",
|
||||
testimonial: "Muy profesional, mi sonrisa cambió completamente.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Cliente Satisfecha",
|
||||
testimonial: "Rápidos, amables y muy limpios. Los recomiendo mucho.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "David Kim",
|
||||
handle: "Paciente Feliz",
|
||||
testimonial: "Mi experiencia fue increíble, el personal es muy atento y los resultados superaron mis expectativas.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -278,7 +278,7 @@ export default function LandingPage() {
|
||||
quote: "Excelente atención, me hicieron sentir muy tranquila en todo momento. Definitivamente regresaré.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Paciente Satisfecha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -286,7 +286,7 @@ export default function LandingPage() {
|
||||
quote: "Muy profesional, mi sonrisa cambió completamente. Estoy feliz con los resultados.",
|
||||
name: "Michael Chen",
|
||||
role: "Cliente Feliz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -294,7 +294,7 @@ export default function LandingPage() {
|
||||
quote: "Rápidos, amables y muy limpios. Los recomiendo mucho por su excelente servicio.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Cliente Satisfecha",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -302,7 +302,7 @@ export default function LandingPage() {
|
||||
quote: "Mi experiencia fue increíble, el personal es muy atento y los resultados superaron mis expectativas.",
|
||||
name: "David Kim",
|
||||
role: "Paciente Feliz",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Lo que dicen nuestros pacientes"
|
||||
|
||||
Reference in New Issue
Block a user