diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 737e403..1931229 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": "Services", - "href": "#services" + "name": "Services", "href": "#services" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "About Us", - "href": "#about" + "name": "About Us", "href": "#about" }, { - "name": "Testimonials", - "href": "#testimonials" + "name": "Testimonials", "href": "#testimonials" }, { - "name": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" } ]; @@ -41,10 +34,9 @@ export default function Layout() {
@@ -55,16 +47,13 @@ export default function Layout() { socialLinks={[ { icon: Facebook, - href: "#", - }, + href: "#"}, { icon: Instagram, - href: "#", - }, + href: "#"}, { icon: Linkedin, - href: "#", - }, + href: "#"}, ]} />