+1
-1
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import { useMemo, useState } from "react";
|
import React, { useMemo, useState } from "react";
|
||||||
import { site } from "@/content";
|
import { site } from "@/content";
|
||||||
import { openCookieBanner } from "@/components/CookieBanner";
|
import { openCookieBanner } from "@/components/CookieBanner";
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -78,7 +78,7 @@ export const site = {
|
|||||||
// Dashed-border line under the cards.
|
// Dashed-border line under the cards.
|
||||||
// Set to "" (empty) to hide it entirely.
|
// Set to "" (empty) to hide it entirely.
|
||||||
capabilities:
|
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.",
|
||||||
},
|
},
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
|
|||||||
Generated
+6605
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19.2.14",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "^16.2.4",
|
"eslint-config-next": "^16.2.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user