From 6e60368629f627e9c4984bbce8db9dc4351efb5e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 19 Jun 2026 08:36:56 +0000 Subject: [PATCH] Update src/components/Layout.tsx --- src/components/Layout.tsx | 39 ++++++++++++--------------------------- 1 file changed, 12 insertions(+), 27 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index d9b4868..a2d0a89 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": "Games", - "href": "#products" + "name": "Games", "href": "#products" }, { - "name": "Pricing", - "href": "#pricing" + "name": "Pricing", "href": "#pricing" }, { - "name": "Support", - "href": "#faq" + "name": "Support", "href": "#faq" }, { - "name": "About", - "href": "#about" + "name": "About", "href": "#about" }, { - "name": "Features", - "href": "#features" + "name": "Features", "href": "#features" }, { - "name": "Metrics", - "href": "#metrics" + "name": "Metrics", "href": "#metrics" } ]; @@ -44,11 +37,9 @@ export default function Layout() {
@@ -60,17 +51,11 @@ export default function Layout() { copyright="© 2024 LUXE BET. All rights reserved." socialLinks={[ { - icon: Twitter, - href: "#", - }, + icon: "Twitter", href: "#"}, { - icon: Instagram, - href: "#", - }, + icon: "Instagram", href: "#"}, { - icon: Facebook, - href: "#", - }, + icon: "Facebook", href: "#"}, ]} />