diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 6f8e993..466c632 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Inicio",
- "href": "#"
+ "name": "Inicio", "href": "#"
},
{
- "name": "Recargar",
- "href": "#pricing"
+ "name": "Recargar", "href": "#pricing"
},
{
- "name": "Otros Juegos",
- "href": "#contact"
+ "name": "Otros Juegos", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -39,10 +33,9 @@ export default function Layout() {
@@ -52,20 +45,13 @@ export default function Layout() {