diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0a41c0f..19bc982 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": "Inicio",
- "href": "#hero"
+ "name": "Inicio", "href": "#hero"
},
{
- "name": "Servicios",
- "href": "#servicios"
+ "name": "Servicios", "href": "#servicios"
},
{
- "name": "Apartamentos",
- "href": "#apartamentos"
+ "name": "Apartamentos", "href": "#apartamentos"
},
{
- "name": "Localización",
- "href": "#footer"
+ "name": "Localización", "href": "#footer"
},
{
- "name": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -58,42 +50,28 @@ export default function Layout() {
brand="La Tinaja del Realejo"
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{
- label: "About Us",
- href: "#servicios",
- },
+ label: "About Us", href: "#servicios"},
{
- label: "Contact",
- href: "#footer",
- },
+ label: "Contact", href: "#footer"},
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
copyright="© 2024 La Tinaja del Realejo | All Rights Reserved."
links={[
{
- label: "info@latinajadelrealejo.com",
- href: "mailto:info@latinajadelrealejo.com",
- },
+ label: "info@latinajadelrealejo.com", href: "mailto:info@latinajadelrealejo.com"},
{
- label: "+34 958 102 636",
- href: "tel:+34958102636",
- },
+ label: "+34 958 102 636", href: "tel:+34958102636"},
]}
/>