diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b754b1..d390be6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import { Activity, Clock, Moon, Smartphone } from "lucide-react"; +import { Activity, Clock, Moon, Smartphone, Brain, ShieldCheck, BookOpen, Lightbulb } from "lucide-react"; export default function LandingPage() { return ( @@ -34,6 +34,8 @@ export default function LandingPage() { { name: "Tecnología", id: "tecnologia" }, { name: "Sueño", id: "sueno" }, { name: "Emociones", id: "emociones" }, + { name: "Regulación", id: "regulacion" }, + { name: "Consejos", id: "consejos" }, { name: "Contacto", id: "contacto" }, ]} brandName="NeuroSalud" @@ -118,6 +120,36 @@ export default function LandingPage() { /> +