diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28b5850..4080a7b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,19 +47,14 @@ export default function LandingPage() {
@@ -234,25 +147,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
- id: "m1",
- value: "1",
- description: "Agenda tu cita",
- },
+ id: "m1", value: "1", description: "Agenda tu cita"},
{
- id: "m2",
- value: "2",
- description: "Encuentra tu vestido",
- },
+ id: "m2", value: "2", description: "Encuentra tu vestido"},
{
- id: "m3",
- value: "3",
- description: "Ajustamos a medida",
- },
+ id: "m3", value: "3", description: "Ajustamos a medida"},
{
- id: "m4",
- value: "4",
- description: "Luce increíble",
- },
+ id: "m4", value: "4", description: "Luce increíble"},
]}
title="Nuestro Proceso"
description="Simple y cómodo para ti"
@@ -263,18 +164,13 @@ export default function LandingPage() {
@@ -285,18 +181,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Instagram,
- href: "#",
- ariaLabel: "Instagram",
- },
+ href: "#", ariaLabel: "Instagram"},
{
icon: MessageCircle,
- href: "#",
- ariaLabel: "WhatsApp",
- },
+ href: "#", ariaLabel: "WhatsApp"},
]}
/>
);
-}
+}
\ No newline at end of file