From 1a1361ee7fb7f4273991050b716a41d7de1c4531 Mon Sep 17 00:00:00 2001 From: brooktewabe Date: Mon, 2 Mar 2026 19:10:36 +0300 Subject: [PATCH] layout components --- components/games/virtual-sidebar.tsx | 4 +- components/layout/auth-modal.tsx | 6 +- components/layout/site-footer.tsx | 125 +++++------- components/layout/site-header.tsx | 14 +- components/layout/sports-sidebar.tsx | 280 +++++++++++++++++++++------ 5 files changed, 283 insertions(+), 146 deletions(-) diff --git a/components/games/virtual-sidebar.tsx b/components/games/virtual-sidebar.tsx index ea40bb9..1b2aec3 100644 --- a/components/games/virtual-sidebar.tsx +++ b/components/games/virtual-sidebar.tsx @@ -9,7 +9,7 @@ export type GameCategory = | "favourite" | "recently-played" | "most-popular" - | "fortune-special" + | "harif-special" | "for-you" | "slots" | "crash-games" @@ -30,7 +30,7 @@ const categories = [ { id: "favourite", name: "Favourite", icon: Heart }, { id: "recently-played", name: "Recently Played", icon: Clock }, { id: "most-popular", name: "Most Popular", icon: Star }, - { id: "fortune-special", name: "Fortune Special", icon: Star }, + { id: "harif-special", name: "Harif Special", icon: Zap }, { id: "for-you", name: "For You", icon: Star }, { id: "slots", name: "Slots", icon: Star }, { id: "crash-games", name: "Crash Games", icon: Star }, diff --git a/components/layout/auth-modal.tsx b/components/layout/auth-modal.tsx index 779c4ae..8b104a9 100644 --- a/components/layout/auth-modal.tsx +++ b/components/layout/auth-modal.tsx @@ -14,15 +14,15 @@ function Logo() {
))}
- {/* FORTUNE box */} + {/* HARIF box */}
- FORTUNE + HARIF
{/* SPORT text */} - BETS + SPORT ) diff --git a/components/layout/site-footer.tsx b/components/layout/site-footer.tsx index 12ed22c..62ca74a 100644 --- a/components/layout/site-footer.tsx +++ b/components/layout/site-footer.tsx @@ -4,104 +4,79 @@ import Link from "next/link" export function SiteFooter() { return ( -