diff --git a/src/app/page.tsx b/src/app/page.tsx
index e26c778..be484b0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,49 +31,35 @@ export default function LandingPage() {
@@ -86,19 +72,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
- label: "Años de experiencia",
- value: "30+",
- },
+ label: "Años de experiencia", value: "30+"},
{
icon: Star,
- label: "Reseñas positivas",
- value: "140+",
- },
+ label: "Reseñas positivas", value: "140+"},
{
icon: Users,
- label: "Instructores expertos",
- value: "6",
- },
+ label: "Instructores expertos", value: "6"},
]}
metricsAnimation="blur-reveal"
/>
@@ -111,52 +91,22 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Musculación",
- description: "Equipamiento de última generación.",
- bentoComponent: "reveal-icon",
- icon: Star,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024358.jpg?_wi=2",
- imageAlt: "modern gym fitness center neon lights",
+ title: "Musculación", description: "Equipamiento de última generación.", bentoComponent: "reveal-icon", icon: Star
},
{
- title: "Clases Grupales",
- description: "Aeróbico, Zumba y mucho más.",
- bentoComponent: "reveal-icon",
- icon: Music,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-exercising-step-machine_23-2147789596.jpg?_wi=1",
- imageAlt: "person exercising in modern gym",
+ title: "Clases Grupales", description: "Aeróbico, Zumba y mucho más.", bentoComponent: "reveal-icon", icon: Music
},
{
- title: "Pies y Columna",
- description: "Salud postural especializada.",
- bentoComponent: "reveal-icon",
- icon: Activity,
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-portrait-digital-art_23-2151197924.jpg?_wi=1",
- imageAlt: "fit athlete portrait neon lighting",
+ title: "Pies y Columna", description: "Salud postural especializada.", bentoComponent: "reveal-icon", icon: Activity
},
{
- title: "Personal Training",
- description: "Entrenamiento 100% personalizado.",
- bentoComponent: "reveal-icon",
- icon: Target,
- imageSrc: "http://img.b2bpic.net/free-photo/woman-having-fun-zumba_23-2149047648.jpg?_wi=1",
- imageAlt: "fit person studio portrait neon",
+ title: "Personal Training", description: "Entrenamiento 100% personalizado.", bentoComponent: "reveal-icon", icon: Target
},
{
- title: "Pilates",
- description: "Fuerza y flexibilidad.",
- bentoComponent: "reveal-icon",
- icon: ArrowUp,
- imageSrc: "http://img.b2bpic.net/free-photo/brunette-woman-wearing-sport-clothes_329181-13209.jpg?_wi=1",
- imageAlt: "fit client studio portrait",
+ title: "Pilates", description: "Fuerza y flexibilidad.", bentoComponent: "reveal-icon", icon: ArrowUp
},
{
- title: "Aire Acondicionado",
- description: "Entrena siempre fresco.",
- bentoComponent: "reveal-icon",
- icon: Wind,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-brunette-female-gray-sportswear-posing-studio-isolated-gray-background_613910-18008.jpg?_wi=1",
- imageAlt: "athlete portrait neon lighting",
+ title: "Aire Acondicionado", description: "Entrena siempre fresco.", bentoComponent: "reveal-icon", icon: Wind
},
]}
title="Nuestros Servicios"
@@ -168,58 +118,26 @@ export default function LandingPage() {
@@ -294,29 +184,19 @@ export default function LandingPage() {
logoText="Fitness La Lucila"
columns={[
{
- title: "Links",
- items: [
+ title: "Links", items: [
{
- label: "Inicio",
- href: "#hero",
- },
+ label: "Inicio", href: "#hero"},
{
- label: "Servicios",
- href: "#services",
- },
+ label: "Servicios", href: "#services"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacidad",
- href: "#",
- },
+ label: "Privacidad", href: "#"},
{
- label: "Terminos",
- href: "#",
- },
+ label: "Terminos", href: "#"},
],
},
]}