diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index a92ea57..88b028d 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": "Economia", - "href": "#economia-invisivel" + "name": "Economia", "href": "#economia-invisivel" }, { - "name": "Mesa VG", - "href": "#mesa-vg" + "name": "Mesa VG", "href": "#mesa-vg" }, { - "name": "Elegibilidade", - "href": "#elegibilidade" + "name": "Elegibilidade", "href": "#elegibilidade" }, { - "name": "Admissão", - "href": "#admissao" + "name": "Admissão", "href": "#admissao" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" } ]; @@ -42,59 +35,44 @@ export default function Layout() { + logo="VGOV" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=yfjedm" + ctaButton={{ + text: "Descobrir Elegibilidade", href: "#elegibilidade"}} + navItems={navItems} />
+ label: "WhatsApp", href: "https://wa.me/5561982412637"}, + ]} + /> );