From ae4e74ce82237622b3647641bc64a50b4d984aa8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:39:10 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1cdc6cc..51c9510 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1382,4 +1382,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From ebf22eb76009db51472a2ad99ddfdc841c76e88f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:39:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 346e92e..4b5e44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,17 +108,6 @@ export default function LandingPage() { }, ], }, - { - title: "Asesoría Especializada", description: "Atención personalizada de profesionales que entienden tus necesidades específicas.", icon: Users, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/people-job-caucasian-stethoscope-thoughtful_1301-3079.jpg", imageAlt: "Consultoría profesional" - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg?_wi=2", imageAlt: "Recomendaciones de expertos" - }, - ], - }, ]} animationType="slide-up" textboxLayout="default" @@ -235,7 +224,6 @@ export default function LandingPage() { title: "Servicios", items: [ { label: "Venta de Materiales", href: "#services" }, { label: "Entrega a Domicilio", href: "#services" }, - { label: "Asesoría Especializada", href: "#services" }, ], }, { @@ -250,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}