- {/* SPORT text */}
+ {/* BETS text */}
- SPORT
+ BETS
diff --git a/app/register/page.tsx b/app/register/page.tsx
index b2fc675..218e81d 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 */}
+ {/* BETS text */}
- SPORT
+ BETS
diff --git a/app/rules/page.tsx b/app/rules/page.tsx
index d1e91bd..85db3f5 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 Fortune's 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: "Fortune's 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..b237e38 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 */}
+ {/* BETS text */}
- SPORT
+ BETS
)
diff --git a/components/layout/site-footer.tsx b/components/layout/site-footer.tsx
index 62ca74a..9bc05b2 100644
--- a/components/layout/site-footer.tsx
+++ b/components/layout/site-footer.tsx
@@ -54,9 +54,9 @@ export function SiteFooter() {