diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index b44c963..ce84f3c 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": "Products",
- "href": "#products"
+ "name": "Products", "href": "#products"
},
{
- "name": "Contact",
- "href": "#contact"
+ "name": "Contact", "href": "#contact"
},
{
- "name": "Features",
- "href": "#features"
+ "name": "Features", "href": "#features"
},
{
- "name": "Testimonials",
- "href": "#testimonials"
+ "name": "Testimonials", "href": "#testimonials"
},
{
- "name": "Faq",
- "href": "#faq"
+ "name": "Faq", "href": "#faq"
}
];
@@ -44,9 +37,7 @@ export default function Layout() {
@@ -58,37 +49,24 @@ export default function Layout() {
brand="Furniture King"
columns={[
{
- title: "Store",
- items: [
+ title: "Store", items: [
{
- label: "Visit Today",
- href: "#contact",
- },
+ label: "Visit Today", href: "#contact"},
{
- label: "Catalog",
- href: "#products",
- },
+ label: "Catalog", href: "#products"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Customer Satisfaction",
- href: "#",
- },
+ label: "Customer Satisfaction", href: "#"},
{
- label: "FAQ",
- href: "#",
- },
+ label: "FAQ", href: "#"},
],
},
]}
copyright="© 2024 Furniture King Jagadhri. All rights reserved."
- links={[
- { label: "Privacy Policy", href: "#" },
- { label: "Terms of Service", href: "#" }
- ]}
+ links={[]}
/>