diff --git a/src/app/page.tsx b/src/app/page.tsx index d15e95b..cbeefd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,6 +69,10 @@ export default function LandingPage() { buttons={[ { text: "Cotizar ahora", href: "#contact"}, + { + text: "Ver Proceso", href: "#about"}, + { + text: "Contactar", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145997.jpg" mediaAnimation="slide-up" @@ -205,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file