diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index dc37833..3b7f490 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,96 +7,52 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "About", - "href": "#about" - }, - { - "name": "Academic", - "href": "#features" - }, - { - "name": "Team", - "href": "#team" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Hero", - "href": "#hero" - }, - { - "name": "Reveal Cards", - "href": "#reveal-cards" - }, - { - "name": "Metrics", - "href": "#metrics" - } -]; + { name: "About", href: "#about" }, + { name: "Academic", href: "#features" }, + { name: "Team", href: "#team" }, + { name: "Testimonials", href: "#testimonials" }, + { name: "Hero", href: "#hero" }, + { name: "Reveal Cards", href: "#reveal-cards" }, + { name: "Metrics", href: "#metrics" } + ]; return ( + logo="Alpha Vidhya Sankul" + logoImageSrc="http://img.b2bpic.net/free-photo/wisconsin-flag-with-banner_187299-35555.jpg" + ctaButton={{ + text: "Enroll Now", href: "#contact"}} + navItems={navItems} + />
+ ]} + leftText="© 2024 Alpha Vidhya Sankul." + rightText="Designed with care for holistic development." + />
);