diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 507cb7a..fe646df 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": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "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": "Faq", - "href": "#faq" + "name": "Faq", "href": "#faq" } ]; @@ -44,9 +37,7 @@ export default function Layout() {
@@ -57,41 +48,29 @@ export default function Layout() { brand="Victoria Royal Plumbing" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "(347) 433-4018", - href: "tel:3474334018", - }, + label: "(347) 433-4018", href: "tel:3474334018"}, { - label: "VictoriaRoyalPlumbing@gmail.com", - href: "mailto:VictoriaRoyalPlumbing@gmail.com", - }, + label: "VictoriaRoyalPlumbing@gmail.com", href: "mailto:VictoriaRoyalPlumbing@gmail.com"}, ], }, ]} copyright="© 2024 Victoria Royal Plumbing. All rights reserved." - imageSrc="http://img.b2bpic.net/free-photo/bottom-border-made-with-pink-blue-razors-blue-backdrop_23-2147818101.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/bottom-border-made-with-pink-blue-razors-blue-backdrop_23-2147818101.jpg" links={[ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" } + { label: "Terms of Service", href: "#" }, + { label: "Privacy Policy", href: "#" } ]} />