Merge version_1_1782342291656 into main #1

Merged
bender merged 2 commits from version_1_1782342291656 into main 2026-06-24 23:06:06 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Problema",
"href": "#problema"
"name": "Problema", "href": "#problema"
},
{
"name": "Servicios",
"href": "#servicios"
"name": "Servicios", "href": "#servicios"
},
{
"name": "Proceso",
"href": "#proceso"
"name": "Proceso", "href": "#proceso"
},
{
"name": "Precios",
"href": "#precios"
"name": "Precios", "href": "#precios"
},
{
"name": "Contacto",
"href": "#contacto"
"name": "Contacto", "href": "#contacto"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metricas",
"href": "#metricas"
"name": "Metricas", "href": "#metricas"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="AVELKIA"
logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=xeztdb"
ctaButton={{
text: "Consulta gratuita",
href: "#contacto",
}}
text: "Consulta gratuita", href: "#contacto"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,50 +49,32 @@ export default function Layout() {
brand="AVELKIA"
columns={[
{
title: "Servicios",
items: [
title: "Servicios", items: [
{
label: "Bot WhatsApp",
href: "#",
},
label: "Bot WhatsApp", href: "#"},
{
label: "Agentes IA",
href: "#",
},
label: "Agentes IA", href: "#"},
{
label: "SEO Local",
href: "#",
},
label: "SEO Local", href: "#"},
],
},
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Avelkia",
href: "#",
},
label: "Sobre Avelkia", href: "#"},
{
label: "Casos de éxito",
href: "#",
},
label: "Casos de éxito", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
]}
copyright="© 2024 Avelkia. Todos los derechos reservados."
links={[
{
label: "Privacidad",
href: "#",
},
label: "Privacidad", href: "#"},
{
label: "Legal",
href: "#",
},
label: "Legal", href: "#"},
]}
/>
</SectionErrorBoundary>