From c9998ce4e0c2dd2e66e29857b12f14519438348f Mon Sep 17 00:00:00 2001 From: Mohammed Al-yaseen Date: Mon, 28 Jul 2025 02:08:21 +0300 Subject: [PATCH] fixes --- package.json | 2 +- src/app/components/Hero/ParticleBackground.tsx | 1 + src/app/components/Preferences/Preferences.tsx | 5 ----- src/app/layout.tsx | 4 ++-- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 3b440e7..910792e 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev --turbopack", "build": "next build", - "start": "next start", + "start": "PORT=4000 next start", "lint": "next lint" }, "dependencies": { diff --git a/src/app/components/Hero/ParticleBackground.tsx b/src/app/components/Hero/ParticleBackground.tsx index f02d050..76dc11a 100644 --- a/src/app/components/Hero/ParticleBackground.tsx +++ b/src/app/components/Hero/ParticleBackground.tsx @@ -4,6 +4,7 @@ import { useEffect } from "react"; declare global { interface Window { + // eslint-disable-next-line @typescript-eslint/no-explicit-any particlesJS: any; } } diff --git a/src/app/components/Preferences/Preferences.tsx b/src/app/components/Preferences/Preferences.tsx index 8e7221a..9f1e566 100644 --- a/src/app/components/Preferences/Preferences.tsx +++ b/src/app/components/Preferences/Preferences.tsx @@ -25,11 +25,6 @@ const preferenceOptions: PreferenceOption[] = [ label: "E-commerce Solutions", description: "Online stores, payment gateways, inventory management", }, - { - id: "seo", - label: "SEO & Digital Marketing", - description: "Search optimization, content strategy, analytics", - }, // { // id: "mobile", // label: "Mobile Development", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c5d69ca..a70800e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -28,11 +28,11 @@ export default function RootLayout({ {/* ThreeJS CDN */} {/* Orbitron Font */}