From a29b777b37c3828f550c2fa44524432a82f77406 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 04:27:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1