From f8e6e7a742f3629de070ac11454051ec94c07581 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 19:12:55 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 34 +++++++++++----------------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 56a1103..306aacc 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -9,32 +9,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": "Contact", - "href": "#contact" + "name": "Contact", "href": "#contact" }, { - "name": "Products", - "href": "#products" + "name": "Products", "href": "#products" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" }, { - "name": "Team", - "href": "#team" + "name": "Team", "href": "#team" } ]; @@ -44,10 +37,9 @@ export default function Layout() {
@@ -59,13 +51,9 @@ export default function Layout() { copyright="© 2026 A.C.E.'s Barbershop. All rights reserved." socialLinks={[ { - icon: Facebook, - href: "https://facebook.com", - }, + icon: "Facebook", href: "https://facebook.com"}, { - icon: Instagram, - href: "https://instagram.com", - }, + icon: "Instagram", href: "https://instagram.com"}, ]} /> -- 2.49.1