diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6e8fe30..ee0cb91 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,25 +27,15 @@ export default function LandingPage() { @@ -116,61 +88,37 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Menu", - href: "/menu", - }, + label: "Menu", href: "/menu"}, { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Locations", - href: "/locations", - }, + label: "Locations", href: "/locations"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { items: [ { - label: "Hot Coffee", - href: "/menu#hot-coffee", - }, + label: "Hot Coffee", href: "/menu#hot-coffee"}, { - label: "Iced Drinks", - href: "/menu#iced-drinks", - }, + label: "Iced Drinks", href: "/menu#iced-drinks"}, { - label: "Smoothies", - href: "/menu#smoothies", - }, + label: "Smoothies", href: "/menu#smoothies"}, { - label: "Breakfast", - href: "/menu#food-items", - }, + label: "Breakfast", href: "/menu#food-items"}, ], }, { items: [ { - label: "Lawrenceburg, TN", - href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464", - }, + label: "Lawrenceburg, TN", href: "https://www.google.com/maps/search/616+N+Locust+Ave,+Lawrenceburg,+TN+38464"}, { - label: "Pulaski, TN", - href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski", - }, + label: "Pulaski, TN", href: "https://www.google.com/maps/search/Cozy+Cabin+Coffee+Pulaski"}, { - label: "(931) 201-8018", - href: "tel:+19312018018", - }, + label: "(931) 201-8018", href: "tel:+19312018018"}, ], }, ]}