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"},
]}
/>