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 */}