Merge version_1 into main #2
@@ -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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg",
|
||||
},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg",
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -224,6 +224,7 @@ export default function LandingPage() {
|
||||
<div id="results" data-section="results">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="centered"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
@@ -277,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?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling_1303-25872.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -285,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?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-telling-you-smile_23-2148612963.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -293,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?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-green-shirt-showing-double-thumbs-up-looking-happy_176474-81947.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -301,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?_wi=2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-giving-injection-patient_1170-2135.jpg",
|
||||
},
|
||||
]}
|
||||
title="Lo que dicen nuestros pacientes"
|
||||
|
||||
Reference in New Issue
Block a user