From 9508e58881b1c02a125ee0449130ddeb7a3dac0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 14:07:23 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 75 ++++++++++++--------------------------- 1 file changed, 22 insertions(+), 53 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 5895c28..bae98b3 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Why Choose", - "href": "#why-choose" + "name": "Why Choose", "href": "#why-choose" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" } ]; @@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,63 +49,40 @@ export default function Layout() { brand="Luma Cleaning Company" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { - label: "Residential", - href: "#services", - }, + label: "Residential", href: "#services"}, { - label: "Commercial", - href: "#services", - }, + label: "Commercial", href: "#services"}, { - label: "Deep Cleaning", - href: "#services", - }, + label: "Deep Cleaning", href: "#services"}, { - label: "Move In/Out", - href: "#services", - }, + label: "Move In/Out", href: "#services"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Facebook", - href: "https://facebook.com", - }, + label: "Facebook", href: "https://facebook.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, { - label: "Email", - href: "mailto:Lumaclean216@gmail.com", - }, + label: "Email", href: "mailto:Lumaclean216@gmail.com"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} copyright="© 2024 Luma Cleaning Company. All rights reserved." links={[ { - label: "Contact Us", - href: "tel:2167278438", - }, + label: "Contact Us", href: "tel:2167278438"}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-person-with-glove-clipboard_23-2148357460.jpg" /> -- 2.49.1