diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index d1652d0..6fe99a0 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": "#menu"
+ "name": "Menu", "href": "#menu"
},
{
- "name": "Specials",
- "href": "#specials"
+ "name": "Specials", "href": "#specials"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Hero",
- "href": "#hero"
+ "name": "Hero", "href": "#hero"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,29 +49,19 @@ export default function Layout() {
brand="The Signature Menu"
columns={[
{
- title: "Menu",
- items: [
+ title: "Menu", items: [
{
- label: "Appetizers",
- href: "#",
- },
+ label: "Appetizers", href: "#"},
{
- label: "Main Course",
- href: "#",
- },
+ label: "Main Course", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}
@@ -87,9 +69,7 @@ export default function Layout() {
imageSrc="https://storage.googleapis.com/webild/default/no-image.jpg?id=pyxmcy"
links={[
{
- label: "Accessibility",
- href: "#",
- },
+ label: "Accessibility", href: "#"},
]}
/>