diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 2553166..b4cfc0d 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": "Menu",
- "href": "#menu"
+ "name": "Menu", "href": "#menu"
},
{
- "name": "Ambience",
- "href": "#ambience"
+ "name": "Ambience", "href": "#ambience"
},
{
- "name": "Contact",
- "href": "#footer"
+ "name": "Contact", "href": "#footer"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,55 +49,36 @@ export default function Layout() {
brand="SUKHSAGAR"
columns={[
{
- title: "Timing",
- items: [
+ title: "Timing", items: [
{
- label: "Open Daily: 11 AM - 11 PM",
- href: "#",
- },
+ label: "Open Daily: 11 AM - 11 PM", href: "#"},
{
- label: "Short wait times on weekends.",
- href: "#",
- },
+ label: "Short wait times on weekends.", href: "#"},
],
},
{
- title: "Location",
- items: [
+ title: "Location", items: [
{
- label: "Ahilyanagar, Maharashtra",
- href: "https://maps.google.com",
- },
+ label: "Ahilyanagar, Maharashtra", href: "https://maps.google.com"},
{
- label: "Kothi - Yash Palace Rd",
- href: "#",
- },
+ label: "Kothi - Yash Palace Rd", href: "#"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "095617 45045",
- href: "tel:09561745045",
- },
+ label: "095617 45045", href: "tel:09561745045"},
{
- label: "Directions",
- href: "https://maps.google.com",
- },
+ label: "Directions", href: "https://maps.google.com"},
],
},
]}
copyright="© 2024 Sukhsagar Restaurant. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
/>