diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 43e3b2b..c5fea29 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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": "El Museo",
- "href": "#about"
+ "name": "El Museo", "href": "#about"
},
{
- "name": "Visita",
- "href": "#features"
+ "name": "Visita", "href": "#features"
},
{
- "name": "Testimonios",
- "href": "#testimonials"
+ "name": "Testimonios", "href": "#testimonials"
},
{
- "name": "Pricing",
- "href": "#pricing"
+ "name": "Pricing", "href": "#pricing"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -42,46 +35,38 @@ export default function Layout() {
+ logo="La Capilla"
+ logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=jsqwur"
+ ctaButton={{
+ text: "Entradas", href: "#pricing"}}
+ navItems={navItems}
+ />
+ label: "Privacidad", href: "#"},
+ {
+ label: "Términos", href: "#"},
+ ]}
+ />
);