diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 32065df..311d49f 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": "Menu", - "href": "#favorites" + "name": "Menu", "href": "#favorites" }, { - "name": "About", - "href": "#experience" + "name": "About", "href": "#experience" }, { - "name": "Visit", - "href": "#visit" + "name": "Visit", "href": "#visit" }, { - "name": "Hero", - "href": "#hero" + "name": "Hero", "href": "#hero" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Gallery", - "href": "#gallery" + "name": "Gallery", "href": "#gallery" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,55 +49,36 @@ export default function Layout() { brand="Another CoffeeBuk" columns={[ { - title: "Visit", - items: [ + title: "Visit", items: [ { - label: "Tegucigalpa, Honduras", - href: "#", - }, + label: "Tegucigalpa, Honduras", href: "#"}, { - label: "9808-4339", - href: "tel:9808-4339", - }, + label: "9808-4339", href: "tel:9808-4339"}, ], }, { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Menu", - href: "#favorites", - }, + label: "Menu", href: "#favorites"}, { - label: "Community", - href: "#experience", - }, + label: "Community", href: "#experience"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "Facebook", - href: "#", - }, + label: "Facebook", href: "#"}, ], }, ]} copyright="© 2024 Another CoffeeBuk. 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-photo/coffee-cup-beans-notebook-marble-surface_114579-57822.jpg" />