fixes...maybe

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Kismet Hasanaj
2026-05-03 01:22:52 +02:00
parent 74a878bc62
commit e4f2a27388
4 changed files with 6608 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
import Image from "next/image";
import Link from "next/link";
import { useMemo, useState } from "react";
import React, { useMemo, useState } from "react";
import { site } from "@/content";
import { openCookieBanner } from "@/components/CookieBanner";
+1 -1
View File
@@ -78,7 +78,7 @@ export const site = {
// Dashed-border line under the cards.
// Set to "" (empty) to hide it entirely.
capabilities:
"BGP, OSPF, IS-IS, MPLS, segment routing, IPv4 / IPv6, firewalls (Palo Alto, FortiGate, pfSense), routing platforms (Cisco IOS-XE / IOS-XR, Juniper Junos, Arista EOS, MikroTik RouterOS), and Linux-based networking.",
"BGP, OSPF, IS-IS, MPLS, IPv4 / IPv6, firewalls (Juniper, FortiGate, pfSense), routing platforms (Cisco IOS-XE / IOS-XR, Juniper Junos, Arista EOS, MikroTik RouterOS), and Linux-based networking.",
},
// ---------------------------------------------------------------------------
+6605
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -17,7 +17,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react": "^19.2.14",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.4",