diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index dd73412..0f385ec 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": "Home", - "href": "#hero" + "name": "Home", "href": "#hero" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Flowers", - "href": "#collections" + "name": "Flowers", "href": "#collections" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -42,54 +35,44 @@ export default function Layout() { + logo="Ford Flowers" + logoImageSrc="http://img.b2bpic.net/free-vector/nature-foliage-wallpaper_53876-89222.jpg" + ctaButton={{ + text: "Order Now", href: "#contact"}} + navItems={navItems} + />
+ label: "Privacy Policy", href: "#"}, + ]} + /> );