Node Version für Coolify/Nixpacks festlegen

This commit is contained in:
2026-08-30 09:01:02 +02:00
parent 625d026f59
commit b871fb9350
8 changed files with 1228 additions and 6 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
import { ArrowRight, Mail, MapPin, Phone } from "lucide-react";
import { Link } from "@tanstack/react-router";
import { Button } from "@/components/ui/button.tsx";
import { BookingDialog } from "@/components/booking-dialog.tsx";
@@ -108,14 +109,14 @@ export const Footer = () => {
<p>© {year} webkulisse.de · Alle Rechte vorbehalten.</p>
<ul className="flex gap-4">
<li>
<a href="#" className="no-underline hover:underline">
<Link to="/impressum" className="no-underline hover:underline">
Impressum
</a>
</Link>
</li>
<li>
<a href="#" className="no-underline hover:underline">
<Link to="/datenschutz" className="no-underline hover:underline">
Datenschutz
</a>
</Link>
</li>
</ul>
</div>
+2 -2
View File
@@ -50,7 +50,7 @@ export default function Header() {
].join(" ")}
>
<div className="mx-auto flex max-w-6xl items-center justify-between gap-4 px-4 py-3 md:px-6">
<a href="#" aria-label="Startseite" className="flex items-center gap-2 no-underline">
<Link to="/" aria-label="Startseite" className="flex items-center gap-2 no-underline">
<img
alt="Logo Webkulisse"
height="520"
@@ -61,7 +61,7 @@ export default function Header() {
<span className="hidden font-heading text-lg font-bold tracking-tight sm:inline">
webkulisse
</span>
</a>
</Link>
<nav aria-label="Hauptnavigation" className="hidden md:block">
<ul className="flex items-center gap-1">