diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index e7f9880..d516e24 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": "Productos",
- "href": "#productos"
+ "name": "Productos", "href": "#productos"
},
{
- "name": "Financiación",
- "href": "#financiacion"
+ "name": "Financiación", "href": "#financiacion"
},
{
- "name": "Contacto",
- "href": "#contacto"
+ "name": "Contacto", "href": "#contacto"
},
{
- "name": "Features Media",
- "href": "#features-media"
+ "name": "Features Media", "href": "#features-media"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Testimonios",
- "href": "#testimonios"
+ "name": "Testimonios", "href": "#testimonios"
}
];
@@ -42,67 +35,48 @@ export default function Layout() {
+ logo="CamaStock"
+ logoImageSrc="http://img.b2bpic.net/free-vector/minimal-logo-designs-set_53876-94205.jpg"
+ ctaButton={{
+ text: "Llamar ahora", href: "tel:+34947000000"}}
+ navItems={navItems} />
+ label: "Facebook", href: "#"},
+ ]}
+ />
);