Merge version_1_1781604389434 into main #1

Merged
bender merged 2 commits from version_1_1781604389434 into main 2026-06-16 10:09:13 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Servicios",
"href": "#features"
"name": "Servicios", "href": "#features"
},
{
"name": "Equipo",
"href": "#team"
"name": "Equipo", "href": "#team"
},
{
"name": "Precios",
"href": "#pricing"
"name": "Precios", "href": "#pricing"
},
{
"name": "Contacto",
"href": "#contact"
"name": "Contacto", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Vitaldent"
logoImageSrc="http://img.b2bpic.net/free-vector/dental-icons-collection_1284-22508.jpg"
ctaButton={{
text: "Reservar Cita",
href: "#contact",
}}
text: "Reservar Cita", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,55 +49,36 @@ export default function Layout() {
brand="Vitaldent"
columns={[
{
title: "Clínica",
items: [
title: "Clínica", items: [
{
label: "Sobre nosotros",
href: "#",
},
label: "Sobre nosotros", href: "#"},
{
label: "Equipo",
href: "#team",
},
label: "Equipo", href: "#team"},
],
},
{
title: "Tratamientos",
items: [
title: "Tratamientos", items: [
{
label: "Implantes",
href: "#",
},
label: "Implantes", href: "#"},
{
label: "Estética",
href: "#",
},
label: "Estética", href: "#"},
],
},
{
title: "Contacto",
items: [
title: "Contacto", items: [
{
label: "Ubicación",
href: "#",
},
label: "Ubicación", href: "#"},
{
label: "Reservas",
href: "#contact",
},
label: "Reservas", href: "#contact"},
],
},
]}
copyright="© 2024 Vitaldent. 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: "#"},
]}
imageSrc="http://img.b2bpic.net/free-vector/dental-icons-collection_1284-22508.jpg"
/>