diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 8ded67a..bb2206d 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,32 +9,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Inicio", - "href": "#" + "name": "Inicio", "href": "#" }, { - "name": "Sobre USMA", - "href": "#about" + "name": "Sobre USMA", "href": "#about" }, { - "name": "Carreras", - "href": "#faculties" + "name": "Carreras", "href": "#faculties" }, { - "name": "Admisiones", - "href": "#admissions" + "name": "Admisiones", "href": "#admissions" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -44,11 +37,9 @@ export default function Layout() {
@@ -60,17 +51,11 @@ export default function Layout() { copyright="USMA Panamá" socialLinks={[ { - icon: Instagram, - href: "https://instagram.com", - }, + icon: "Instagram", href: "https://instagram.com"}, { - icon: Facebook, - href: "https://facebook.com", - }, + icon: "Facebook", href: "https://facebook.com"}, { - icon: Film, - href: "https://youtube.com", - }, + icon: "Film", href: "https://youtube.com"}, ]} />