fixes
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"scripts": {
|
||||
"dev": "next dev --turbopack",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start": "PORT=4000 next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -4,6 +4,7 @@ import { useEffect } from "react";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
particlesJS: any;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -28,11 +28,11 @@ export default function RootLayout({
|
||||
<head>
|
||||
{/* ThreeJS CDN */}
|
||||
<script
|
||||
src="http://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"
|
||||
src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"
|
||||
async
|
||||
></script>
|
||||
<script
|
||||
src="http://threejs.org/examples/js/libs/stats.min.js"
|
||||
src="https://threejs.org/examples/js/libs/stats.min.js"
|
||||
async
|
||||
></script>
|
||||
{/* Orbitron Font */}
|
||||
|
||||
Reference in New Issue
Block a user