diff --git a/src/components/App.js b/src/components/App.js
index 5cf29a4..c0e8239 100644
--- a/src/components/App.js
+++ b/src/components/App.js
@@ -1,20 +1,23 @@
import { Route, Routes } from "react-router-dom";
import { Layout } from "./Layout";
-
import { Home } from "./Home";
+
+import { AdvancedSlots } from "./advanced-slots/AdvancedSlots";
+import { Baccarat } from "./baccarat/Baccarat";
+import { BasicSlots } from "./basic-slots/BasicSlots";
+import { BigSix } from "./big-six/BigSix";
+import { Blackjack } from "./blackjack/Blackjack";
import { ChuckALuck } from "./chuck-a-luck/ChuckALuck";
-import { ThreeCardPoker } from "./three-card-poker/ThreeCardPoker";
-import { Roulette } from "./roulette/Roulette";
+import { CoinFlip } from "./coin-flip/CoinFlip";
+import { DiamondMiner } from "./diamond-miner/DiamondMiner";
+import { GiftTree } from "./gift-tree/GiftTree";
+import { Keno } from "./keno/Keno";
import { NewRoulette } from "./new-roulette/NewRoulette";
+import { Roulette } from "./roulette/Roulette";
import { SicBo } from "./sic-bo/SicBo";
-import { Blackjack } from "./blackjack/Blackjack";
-import { Baccarat } from "./baccarat/Baccarat";
-import { Keno } from "./keno/Keno";
import { SpacePoker } from "./space-poker/SpacePoker";
-import { DiamondMiner } from "./diamond-miner/DiamondMiner";
-import { GiftTree } from "./gift-tree/GiftTree";
-import { CoinFlip } from "./coin-flip/CoinFlip";
+import { ThreeCardPoker } from "./three-card-poker/ThreeCardPoker";
import { Balances } from "./balances/Balances";
@@ -27,18 +30,21 @@ export function App() {
)} />
+ )} />
+ )} />
+ )} />
+ )} />
+ )} />
)} />
- )} />
- )} />
+ )} />
+ )} />
+ )} />
+ )} />
)} />
+ )} />
)} />
- )} />
- )} />
- )} />
)} />
- )} />
- )} />
- )} />
+ )} />
)} />
diff --git a/src/components/Home.js b/src/components/Home.js
index e7e4d9a..e2948d4 100644
--- a/src/components/Home.js
+++ b/src/components/Home.js
@@ -15,14 +15,17 @@ export const Home = () => {
{
[
- ['Chuck-A-Luck', 'https://placehold.co/220x140', '/chuck-a-luck'],
- ['Three Card Poker', 'https://placehold.co/220x140', '/three-card-poker'],
['Roulette', 'https://placehold.co/220x140', '/roulette'],
['New Roulette', 'https://placehold.co/220x140', '/new-roulette'],
['Sic Bo', 'https://placehold.co/220x140', '/sic-bo'],
+ ['Three Card Poker', 'https://placehold.co/220x140', '/three-card-poker'],
+ ['Chuck-A-Luck', 'https://placehold.co/220x140', '/chuck-a-luck'],
['Blackjack', 'https://placehold.co/220x140', '/blackjack'],
- ['Baccarat', 'https://placehold.co/220x140', '/baccarat'],
+ ['Big Six', 'https://placehold.co/220x140', '/big-six'],
['Keno', 'https://placehold.co/220x140', '/keno'],
+ ['Basic Slots', 'https://placehold.co/220x140', '/basic-slots'],
+ ['Advanced Slots', 'https://placehold.co/220x140', '/advanced-slots'],
+ ['Baccarat', 'https://placehold.co/220x140', '/baccarat'],
['Space Poker', 'https://placehold.co/220x140', '/space-poker'],
['Diamond Miner', 'https://placehold.co/220x140', '/diamond-miner'],
['Gift Tree', 'https://placehold.co/220x140', '/gift-tree'],
diff --git a/src/components/advanced-slots/AdvancedSlots.jsx b/src/components/advanced-slots/AdvancedSlots.jsx
new file mode 100644
index 0000000..0d8db81
--- /dev/null
+++ b/src/components/advanced-slots/AdvancedSlots.jsx
@@ -0,0 +1,13 @@
+export function AdvancedSlots() {
+ return (
+
+ ADVANCED SLOTS
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/basic-slots/BasicSlots.jsx b/src/components/basic-slots/BasicSlots.jsx
new file mode 100644
index 0000000..1d54071
--- /dev/null
+++ b/src/components/basic-slots/BasicSlots.jsx
@@ -0,0 +1,13 @@
+export function BasicSlots() {
+ return (
+
+ BASIC SLOTS
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/big-six/BigSix.jsx b/src/components/big-six/BigSix.jsx
new file mode 100644
index 0000000..4b2e080
--- /dev/null
+++ b/src/components/big-six/BigSix.jsx
@@ -0,0 +1,13 @@
+export function BigSix() {
+ return (
+
+ BIG SIX
+
+ );
+}
\ No newline at end of file
diff --git a/src/test/components/__snapshots__/App.test.js.snap b/src/test/components/__snapshots__/App.test.js.snap
index 2fddebe..86e46f3 100644
--- a/src/test/components/__snapshots__/App.test.js.snap
+++ b/src/test/components/__snapshots__/App.test.js.snap
@@ -35,7 +35,7 @@ Array [
}
>
- Chuck-A-Luck
+ Roulette