diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 9513eba..e59babf 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -7,98 +7,75 @@ import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ - { - "name": "Home", - "href": "#hero" - }, - { - "name": "About", - "href": "#about" - }, - { - "name": "Services", - "href": "#features" - }, - { - "name": "Portal", - "href": "#contact" - }, - { - "name": "Metrics", - "href": "#metrics" - }, - { - "name": "Testimonials", - "href": "#testimonials" - }, - { - "name": "Faq", - "href": "#faq" - } -]; + { + "name": "Home", "href": "#hero" + }, + { + "name": "About", "href": "#about" + }, + { + "name": "Services", "href": "#features" + }, + { + "name": "Portal", "href": "#contact" + }, + { + "name": "Metrics", "href": "#metrics" + }, + { + "name": "Testimonials", "href": "#testimonials" + }, + { + "name": "Faq", "href": "#faq" + } + ]; return ( + logo="Rx Med Care" + logoImageSrc="http://img.b2bpic.net/free-vector/plus-health-circles-outline-glyph-flat_78370-4786.jpg" + ctaButton={{ + text: "Contact Us", href: "#contact"}} + navItems={navItems} + />
+ label: "Terms", href: "#"}, + ]} + />
);