diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 85b3d87..a0745cd 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Services",
- "href": "#services"
+ "name": "Services", "href": "#services"
},
{
- "name": "Projects",
- "href": "#projects"
+ "name": "Projects", "href": "#projects"
},
{
- "name": "Reviews",
- "href": "#reviews"
+ "name": "Reviews", "href": "#reviews"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,50 +49,32 @@ export default function Layout() {
brand="AMS Reformas"
columns={[
{
- title: "Empresa",
- items: [
+ title: "Empresa", items: [
{
- label: "Sobre nosotros",
- href: "#about",
- },
+ label: "Sobre nosotros", href: "#about"},
{
- label: "Portafolio",
- href: "#projects",
- },
+ label: "Portafolio", href: "#projects"},
{
- label: "Contacto",
- href: "#contact",
- },
+ label: "Contacto", href: "#contact"},
],
},
{
- title: "Servicios",
- items: [
+ title: "Servicios", items: [
{
- label: "Cocinas",
- href: "#services",
- },
+ label: "Cocinas", href: "#services"},
{
- label: "Baños",
- href: "#services",
- },
+ label: "Baños", href: "#services"},
{
- label: "Reformas Integrales",
- href: "#services",
- },
+ label: "Reformas Integrales", href: "#services"},
],
},
]}
copyright="© 2024 AMS Reformas Generales Madrid. Todos los derechos reservados."
links={[
{
- label: "Política de Privacidad",
- href: "#",
- },
+ label: "Política de Privacidad", href: "#"},
{
- label: "Aviso Legal",
- href: "#",
- },
+ label: "Aviso Legal", href: "#"},
]}
/>