diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 9be39b5..9cd039c 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": "Menu",
- "href": "#menu"
+ "name": "Menu", "href": "#menu"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hours",
- "href": "#hours"
+ "name": "Hours", "href": "#hours"
},
{
- "name": "Proof",
- "href": "#proof"
+ "name": "Proof", "href": "#proof"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,34 +49,24 @@ export default function Layout() {
brand="Cuisine Cafe"
columns={[
{
- title: "Info",
- items: [
+ title: "Info", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Menu",
- href: "#menu",
- },
+ label: "Our Menu", href: "#menu"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}
copyright="© 2024 Cuisine Cafe, Savannah, GA."
links={[
{
- label: "Terms",
- href: "#",
- },
+ label: "Terms", href: "#"},
]}
/>