From 1f580bbf7b88b34bfa0b8f205ed6bcfc0d30233b Mon Sep 17 00:00:00 2001 From: DIVISIONSolar Date: Tue, 8 Apr 2025 21:37:27 -0400 Subject: [PATCH] I hate github --- .gitignore | 24 ++++++++++++++++++++++++ src/components/Layout.jsx | 18 +++++++++--------- src/components/PromoPopup.jsx | 6 +++--- 3 files changed, 36 insertions(+), 12 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a547bf3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + +node_modules +dist +dist-ssr +*.local + +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea +.DS_Store +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/src/components/Layout.jsx b/src/components/Layout.jsx index 04e9178..75c9ff6 100644 --- a/src/components/Layout.jsx +++ b/src/components/Layout.jsx @@ -19,10 +19,10 @@ import { import PromoPopup from "./PromoPopup"; // Navbar Contents const fastLinks = [ - { title: "Game Panel", path: "https://example.com", icon: Gamepad2 }, - { title: "VPS Panel", path: "https://example.com", icon: BoxIcon }, - { title: "Status", path: "https://example.com", icon: WifiIcon }, - { title: "Create a Ticket", path: "https://example.com", icon: Ticket }, + { title: "Game Panel", path: "https://game.skylinkhosting.com", icon: Gamepad2 }, + { title: "VPS Panel", path: "https://compute.skylinkhosting.com", icon: BoxIcon }, + { title: "Status", path: "https://status.skylinkhosting.com", icon: WifiIcon }, + { title: "Create a Ticket", path: "https://billing.skylinkhosting.com/contact.php", icon: Ticket }, ]; const navLinks = [ { title: "Home", path: "/" }, @@ -100,7 +100,7 @@ const FastLinks = () => { className="flex items-center gap-2 hover:text-blue-500 transition-colors duration-200" > - support@gamezone.com + support@skylinkhosting.com @@ -160,14 +160,14 @@ const NavBar = () => {
- GameZone Logo + /> */}

- Game - Zone + Skylink + Hosting

diff --git a/src/components/PromoPopup.jsx b/src/components/PromoPopup.jsx index 46bd00d..8387bc5 100644 --- a/src/components/PromoPopup.jsx +++ b/src/components/PromoPopup.jsx @@ -4,7 +4,7 @@ import { Gift, Copy, Check, X } from "lucide-react"; const PromoPopup = () => { const [isVisible, setIsVisible] = useState(false); const [hasCopied, setHasCopied] = useState(false); - const PROMO_CODE = "26BZ"; + const PROMO_CODE = "SPRING40"; const STORAGE_KEY = "promoPopupExpiry"; useEffect(() => { @@ -62,10 +62,10 @@ const PromoPopup = () => {

- Special Offer! + Spring Sale!

- Get 25% off your first game server purchase + Get 40% off your first 3 months!