diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fc4e4c..d15e95b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,10 +69,6 @@ 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" @@ -111,7 +107,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Patronaje Digital", descriptions: [ - ""], + "Precisión total en cada patrón con software especializado."], imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-designer-studio-working-clothing_23-2150407891.jpg"}, { id: "f2", title: "Corte y Confección", descriptions: [ @@ -209,4 +205,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}