diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 93934e2..01aec50 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,110 +7,58 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Features", - "href": "#features" - }, - { - "name": "Products", - "href": "#products" - }, - { - "name": "Pricing", - "href": "#pricing" - }, - { - "name": "Contact", - "href": "#contact" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Metrics", - "href": "#metrics" - } -]; + { "name": "Features", "href": "#features" }, + { "name": "Products", "href": "#products" }, + { "name": "Pricing", "href": "#pricing" }, + { "name": "Contact", "href": "#contact" }, + { "name": "Hero", "href": "#hero" }, + { "name": "About", "href": "#about" }, + { "name": "Metrics", "href": "#metrics" } + ]; return ( + logo="EduManage" + logoImageSrc="http://img.b2bpic.net/free-vector/gradient-high-school-logo_23-2149656391.jpg" + ctaButton={{ + text: "Get Started", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 EduManage System." + rightText="Transforming Education." + />
);