diff --git a/src/app/page.tsx b/src/app/page.tsx index eafc92c..34546f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,6 +67,8 @@ export default function LandingPage() { buttons={[ { text: "Programar Consulta Gratuita", href: "#contact"}, + { + text: "Ver Servicios", href: "#features"}, ]} marqueeItems={[ { @@ -253,4 +255,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file