Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-18 10:36:55 +00:00

View File

@@ -57,25 +57,25 @@ export default function LandingPage() {
testimonials={[
{
name: "María G.", handle: "@mariag", testimonial: "Excelente trato y profesionalidad absoluta.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg", imageAlt: "dental clinic professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=1", imageAlt: "dental clinic professional portrait"},
{
name: "Juan R.", handle: "@juanr", testimonial: "La mejor clínica de la ciudad, muy contento.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg", imageAlt: "dental clinic professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=1", imageAlt: "dental clinic professional portrait"},
{
name: "Ana S.", handle: "@anas", testimonial: "Muy detallistas y amables con los niños.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", imageAlt: "dental clinic professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=1", imageAlt: "dental clinic professional portrait"},
{
name: "Pedro M.", handle: "@pedrom", testimonial: "Cero dolor, tratamiento muy eficiente.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg", imageAlt: "dental clinic professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=1", imageAlt: "dental clinic professional portrait"},
{
name: "Lucía P.", handle: "@luciap", testimonial: "Salud dental al mejor nivel, gracias.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg", imageAlt: "dental clinic professional portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=1", imageAlt: "dental clinic professional portrait"},
]}
buttons={[
{
text: "Reserva tu cita", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg"
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23918.jpg?_wi=2"
imageAlt="dental clinic professional portrait"
avatars={[
{
@@ -187,13 +187,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "María González", handle: "@mariag", testimonial: "El personal es increíblemente amable.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg"},
id: "1", name: "María González", handle: "@mariag", testimonial: "El personal es increíblemente amable.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-showing-dental-jaw-female-patient-clinic_23-2147862036.jpg?_wi=2"},
{
id: "2", name: "Juan Pérez", handle: "@juanp", testimonial: "Un proceso muy rápido y eficiente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg"},
id: "2", name: "Juan Pérez", handle: "@juanp", testimonial: "Un proceso muy rápido y eficiente.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg?_wi=2"},
{
id: "3", name: "Ana López", handle: "@anal", testimonial: "Muy contenta con el resultado final.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg"},
id: "3", name: "Ana López", handle: "@anal", testimonial: "Muy contenta con el resultado final.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-striped-jersey-looking-camera_1187-5166.jpg?_wi=2"},
{
id: "4", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "El mejor dentista de la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg"},
id: "4", name: "Carlos Ruíz", handle: "@carlosr", testimonial: "El mejor dentista de la ciudad.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-male-dentist_23-2147862083.jpg?_wi=2"},
{
id: "5", name: "Luis Sánchez", handle: "@luiss", testimonial: "Atención impecable en todo momento.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-senior-marriage-eating-breakfast-together_329181-14782.jpg"},
]}