Merge version_1_1781709234794 into main #1

Merged
bender merged 2 commits from version_1_1781709234794 into main 2026-06-17 15:15:06 +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": "Sobre Nosotros",
"href": "#about"
"name": "Sobre Nosotros", "href": "#about"
},
{
"name": "Nuestra Carta",
"href": "#menu"
"name": "Nuestra Carta", "href": "#menu"
},
{
"name": "Testimonios",
"href": "#testimonials"
"name": "Testimonios", "href": "#testimonials"
},
{
"name": "Contacto",
"href": "#contact"
"name": "Contacto", "href": "#contact"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Entre Chamos y Tíos"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=1pgztm"
ctaButton={{
text: "Reservar Ahora",
href: "tel:643618941",
}}
text: "Reservar Ahora", href: "tel:643618941"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,26 +49,19 @@ export default function Layout() {
brand="Entre Chamos y Tíos"
columns={[
{
title: "Horarios",
items: [
title: "Horarios", items: [
{
label: "Jue - Mar: 9:00 - 22:00",
},
label: "Jue - Mar: 9:00 - 22:00"},
{
label: "Miércoles: Cerrado",
},
label: "Miércoles: Cerrado"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "643 61 89 41",
href: "tel:643618941",
},
label: "643 61 89 41", href: "tel:643618941"},
{
label: "Ocaña, Toledo",
},
label: "Ocaña, Toledo"},
],
},
]}
@@ -84,13 +69,9 @@ export default function Layout() {
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=1pgztm"
links={[
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
{
label: "Términos de Uso",
href: "#",
},
label: "Términos de Uso", href: "#"},
]}
/>
</SectionErrorBoundary>