diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index ce83b2c..5b5aa2c 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -8,28 +8,22 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { - "name": "Inicio", - "href": "#hero" + "name": "Inicio", "href": "#hero" }, { - "name": "Menú", - "href": "#menu" + "name": "Menú", "href": "#menu" }, { - "name": "Promociones", - "href": "#promociones" + "name": "Promociones", "href": "#promociones" }, { - "name": "Contacto", - "href": "#contacto" + "name": "Contacto", "href": "#contacto" }, { - "name": "Testimonios", - "href": "#testimonios" + "name": "Testimonios", "href": "#testimonios" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -38,61 +32,46 @@ export default function Layout() { + logo="Dulce Tentación" + logoImageSrc="http://img.b2bpic.net/free-photo/female-confectioner-boxing-desserts_23-2150360237.jpg" + ctaButton={{ + text: "Pedir Ahora", href: "#contacto"}} + navItems={navItems} + />
+ label: "Menú", href: "#menu"}, + ]} + /> );