diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 20c381c..e0891e2 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": "Sobre", - "href": "#about" + "name": "Sobre", "href": "#about" }, { - "name": "Serviços", - "href": "#services" + "name": "Serviços", "href": "#services" }, { - "name": "Preços", - "href": "#pricing" + "name": "Preços", "href": "#pricing" }, { - "name": "Contactos", - "href": "#contact" + "name": "Contactos", "href": "#contact" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -42,60 +35,46 @@ export default function Layout() { + logo="Premiumlab" + logoImageSrc="http://img.b2bpic.net/free-photo/top-view-metallic-straws-black-background_23-2148289740.jpg" + ctaButton={{ + text: "Agendar Consulta", href: "#contact"}} + navItems={navItems} + />
+ label: "Termos", href: "#"}, + ]} + imageSrc="http://img.b2bpic.net/free-photo/top-view-metallic-straws-black-background_23-2148289740.jpg" + /> );