diff --git a/backend/.env.example b/backend/.env.example
deleted file mode 100644
index eb5d486056..0000000000
--- a/backend/.env.example
+++ /dev/null
@@ -1 +0,0 @@
-NFTPORT_API_KEY=
\ No newline at end of file
diff --git a/frontend/css/style.css b/frontend/css/style.css
index 8455785888..ae14055599 100644
--- a/frontend/css/style.css
+++ b/frontend/css/style.css
@@ -8,7 +8,7 @@
--font-primary: "Poppins", sans-serif;
--font-secondary: "Arvo", serif;
--font-code: "Roboto", monospace;
- --bg-color: #00163f;
+ --bg-color: #43004f;
--bg-color-transparent: #00163f80;
--font-color: #ffffff;
--btn-bg-color: #ffffff;
diff --git a/frontend/images/slider/Brian Romani!.png b/frontend/images/slider/Brian Romani!.png
new file mode 100644
index 0000000000..145eecf5b4
Binary files /dev/null and b/frontend/images/slider/Brian Romani!.png differ
diff --git a/frontend/js/constants.js b/frontend/js/constants.js
index 3d5c65c79d..71745a356f 100644
--- a/frontend/js/constants.js
+++ b/frontend/js/constants.js
@@ -1,9 +1,9 @@
const contractAddress = "YOUR CONTRACT ADDRESS"; //Replace with your own contract address
const chain = 'rinkeby'; // rinkeby or polygon
-const welcome_h1 = "Welcome to the CodeCats NFT Project!!";
+const welcome_h1 = "Welcome to the International Town NFT Project!!";
const welcome_h2 = "Connect to MetaMask to Get Started";
-const welcome_p = 'The CodeCats NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the codeSTACKr YouTube channel.';
+const welcome_p = 'The International Town NFT Project is a decentralized, open-source project that aims to develope and launch your own NFT Collection. Follow us on Discord chat step by step on the International Town YouTube channel.';
const h1_presale_coming_soon = "NFT Drop Coming Soon!!";
const h1_presale_mint = "Pre-Sale Minting Open!!";
const h1_public_mint = "Public Minting Open!!";