diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d6ca2fb..f5b9bce 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": "#home" + "name": "Home", "href": "#home" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,46 +49,30 @@ export default function Layout() { brand="Heera Foodex Bazaar" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Products", - href: "#products", - }, + label: "Products", href: "#products"}, { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} copyright="© 2024 Heera Foodex Bazaar. All Rights Reserved." links={[ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-vector/autumn-labels-collection-with-leaves_23-2147870425.jpg" />