diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index b324d00..934af7e 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": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "How it Works", - "href": "#how-it-works" + "name": "How it Works", "href": "#how-it-works" }, { - "name": "Showcase", - "href": "#showcase" + "name": "Showcase", "href": "#showcase" }, { - "name": "FAQ", - "href": "#faq" + "name": "FAQ", "href": "#faq" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Stats", - "href": "#stats" + "name": "Stats", "href": "#stats" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -42,50 +35,40 @@ export default function Layout() { + logo="Duom Cepte" + logoImageSrc="http://img.b2bpic.net/free-vector/geometric-icon-collecti_1408-27.jpg" + ctaButton={{ + text: "Get Started", href: "#cta"}} + navItems={navItems} + />
+ ]} + /> );