diff --git a/src/app/page.tsx b/src/app/page.tsx
index fa7d7fc..26e045d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,98 +47,41 @@ export default function LandingPage() {
@@ -325,18 +177,9 @@ export default function LandingPage() {
title="Nuestro Proceso"
description="Simple, profesional y directo."
metrics={[
- {
- value: "1",
- title: "Llamada inmediata",
- },
- {
- value: "2",
- title: "Diagnóstico",
- },
- {
- value: "3",
- title: "Reparación",
- },
+ { value: "1", title: "Llamada inmediata" },
+ { value: "2", title: "Diagnóstico" },
+ { value: "3", title: "Reparación" }
]}
imageSrc="http://img.b2bpic.net/free-photo/young-car-repairman-talking-with-his-coworker-while-checking-engine-performance-with-diagnostic-tools-auto-repair-shop_637285-4277.jpg"
mediaAnimation="slide-up"
@@ -348,8 +191,7 @@ export default function LandingPage() {