From 86ffd88e46a1eee30be0fa26b4e3290829080f0a Mon Sep 17 00:00:00 2001 From: brooktewabe Date: Sun, 1 Mar 2026 15:46:49 +0300 Subject: [PATCH] refactor: update branding from HarifSport to FortuneBets across the application --- app/globals.css | 2 +- app/layout.tsx | 4 +- app/login/page.tsx | 6 +- app/register/page.tsx | 6 +- app/rules/page.tsx | 4 +- components/games/virtual-sidebar.tsx | 4 +- components/layout/auth-modal.tsx | 6 +- components/layout/site-footer.tsx | 125 ++++++++++++++++----------- components/layout/site-header.tsx | 14 +-- 9 files changed, 98 insertions(+), 73 deletions(-) diff --git a/app/globals.css b/app/globals.css index f1510c4..715cdbd 100644 --- a/app/globals.css +++ b/app/globals.css @@ -128,7 +128,7 @@ } } -/* HarifSport odds button animation */ +/* Fortune odds button animation */ @keyframes odds-flash { 0% { background-color: oklch(0.55 0.18 145); diff --git a/app/layout.tsx b/app/layout.tsx index f2e2fe6..50dc4af 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,8 +14,8 @@ const geistMono = Geist_Mono({ }) export const metadata: Metadata = { - title: "Harifsport - Sports Betting", - description: "Harifsport sportsbook - Live betting, in-play events, and more", + title: "FortuneBets - Ethiopian Online Casino and Sports Betting", + description: "FortuneBets - Ethiopian Online Casino and Sports Betting and more", } export default function RootLayout({ diff --git a/app/login/page.tsx b/app/login/page.tsx index c9dc277..4727b17 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -41,15 +41,15 @@ export default function LoginPage() { /> ))} - {/* HARIF box */} + {/* FORTUNE box */}
- HARIF + FORTUNE
{/* SPORT text */} - SPORT + BETS diff --git a/app/register/page.tsx b/app/register/page.tsx index b2fc675..7a6752f 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -43,15 +43,15 @@ export default function RegisterPage() { /> ))} - {/* HARIF box */} + {/* FORTUNE box */}
- HARIF + FORTUNE
{/* SPORT text */} - SPORT + BETS diff --git a/app/rules/page.tsx b/app/rules/page.tsx index d1e91bd..8c66f94 100644 --- a/app/rules/page.tsx +++ b/app/rules/page.tsx @@ -1,7 +1,7 @@ const rules = [ { title: "General Betting Rules", - content: "All bets are subject to Harifsport terms and conditions. By placing a bet, you agree to abide by these rules. The minimum bet amount is 5 ETB and the maximum payout is 500,000 ETB per bet.", + content: "All bets are subject to FortuneBets terms and conditions. By placing a bet, you agree to abide by these rules. The minimum bet amount is 5 ETB and the maximum payout is 500,000 ETB per bet.", }, { title: "Live Betting", @@ -13,7 +13,7 @@ const rules = [ }, { title: "Responsible Gambling", - content: "Harifsport is committed to responsible gambling. Users may set deposit limits, loss limits, or self-exclude at any time. Gambling should be entertaining, not a source of income.", + content: "FortuneBets is committed to responsible gambling. Users may set deposit limits, loss limits, or self-exclude at any time. Gambling should be entertaining, not a source of income.", }, { title: "Account Rules", diff --git a/components/games/virtual-sidebar.tsx b/components/games/virtual-sidebar.tsx index 1b2aec3..ea40bb9 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" - | "harif-special" + | "fortune-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: "harif-special", name: "Harif Special", icon: Zap }, + { id: "fortune-special", name: "Fortune Special", icon: Star }, { 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 8b104a9..779c4ae 100644 --- a/components/layout/auth-modal.tsx +++ b/components/layout/auth-modal.tsx @@ -14,15 +14,15 @@ function Logo() {
))}
- {/* HARIF box */} + {/* FORTUNE box */}
- HARIF + FORTUNE
{/* SPORT text */} - SPORT + BETS ) diff --git a/components/layout/site-footer.tsx b/components/layout/site-footer.tsx index 62ca74a..12ed22c 100644 --- a/components/layout/site-footer.tsx +++ b/components/layout/site-footer.tsx @@ -4,79 +4,104 @@ import Link from "next/link" export function SiteFooter() { return ( -