From 26d91c41e4ba714228a396c3bf5ba778bc34cf81 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 04:52:57 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 52 +++++++++++---------------------------- 1 file changed, 15 insertions(+), 37 deletions(-) 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={[]} />