Merge version_1_1781436524605 into main #1

Merged
bender merged 2 commits from version_1_1781436524605 into main 2026-06-14 11:29:56 +00:00

View File

@@ -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() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="La Tinaja del Realejo"
logoImageSrc="http://img.b2bpic.net/free-photo/aesthetic-golden-earrings-high-angle_23-2149846567.jpg"
ctaButton={{
text: "Reservas",
href: "#footer",
}}
text: "Reservas", href: "#footer"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -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"},
]}
/>
</SectionErrorBoundary>