Remove blog links from contact and navigation sections
Remove references to "Tech-Blog" and "KI-Blog" from the contact and navbar components, consolidating external links. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 6b4500c3-85e7-4b68-a0bd-0be5eac3ae95 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/YmfGtQf Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -7,16 +7,6 @@ const emailAddresses = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const links = [
|
const links = [
|
||||||
{
|
|
||||||
label: "Tech-Blog",
|
|
||||||
url: "https://blog.unixweb.de",
|
|
||||||
desc: "300+ Fachartikel rund um Linux, Server & IT",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "KI-Blog",
|
|
||||||
url: "https://ki-blog.unixweb.de",
|
|
||||||
desc: "KI, Automation, n8n & KI-gestützte Entwicklung",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "n8n Automation",
|
label: "n8n Automation",
|
||||||
url: "https://n8n.io/creators/jhummel/",
|
url: "https://n8n.io/creators/jhummel/",
|
||||||
|
|||||||
@@ -18,10 +18,7 @@ export function Navbar() {
|
|||||||
{ name: "Kontakt", href: "#contact" },
|
{ name: "Kontakt", href: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const blogLinks = [
|
const blogLinks: { name: string; href: string }[] = [];
|
||||||
{ name: "Tech-Blog", href: "https://blog.unixweb.de" },
|
|
||||||
{ name: "KI-Blog", href: "https://ki-blog.unixweb.de" },
|
|
||||||
];
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.header
|
<motion.header
|
||||||
|
|||||||
Reference in New Issue
Block a user