This commit is contained in:
Mohammed Al-yaseen
2025-07-28 02:08:21 +03:00
parent 9271f776d7
commit c9998ce4e0
4 changed files with 4 additions and 8 deletions

View File

@@ -4,6 +4,7 @@ import { useEffect } from "react";
declare global {
interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
particlesJS: any;
}
}

View File

@@ -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",

View File

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