From 04df0c4e62ef11879a2b2af1d518526cea313bb8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 04:43:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f9fcfd..22e4805 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,6 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg?_wi=12", imageAlt: "perfect dental smile happy" } ]} buttons={[{ text: "Agendar Cita", href: "#contacto" }]} - avatars={[ - { src: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg", alt: "Paciente 1" }, - { src: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg", alt: "Paciente 2" }, - { src: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg", alt: "Paciente 3" }, - { src: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg", alt: "Paciente 4" }, - { src: "http://img.b2bpic.net/free-photo/closeup-portrait-woman-looking-surprised-full-disbelief-wide-open-mouth_273609-13689.jpg", alt: "Paciente 5" } - ]} marqueeItems={[ { type: "text", text: "Certificación ISO 9001" }, { type: "text", text: "Tecnología 3D Digital" }, @@ -135,4 +128,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1