diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index e26dfd6..0b4ed20 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,97 +7,55 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Features", - "href": "#features" - }, - { - "name": "Pricing", - "href": "#pricing" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { "name": "Features", "href": "#features" }, + { "name": "Pricing", "href": "#pricing" }, + { "name": "Testimonials", "href": "#testimonials" }, + { "name": "Hero", "href": "#hero" }, + { "name": "About", "href": "#about" }, + { "name": "Metrics", "href": "#metrics" }, + { "name": "Faq", "href": "#faq" } + ]; return ( + logo="Launchoras" + logoImageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=slkqlt" + ctaButton={{ + text: "Get Started", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 Launchoras. All rights reserved." + rightText="Designed with precision." + />
);