fix: build and test stability for design overhaul

Fixed missing types, import errors, and updated test suites to match the new editorial design. Verified Docker container build.
This commit is contained in:
denshooter
2026-02-16 02:54:02 +01:00
parent 6213a4875a
commit 6f62b37c3a
17 changed files with 296 additions and 577 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
"use client";
import { getLanguageAlternates, toAbsoluteUrl } from "@/lib/seo";
import { BookOpen, ArrowLeft, Star } from "lucide-react";
import { Star, ArrowLeft } from "lucide-react";
import Link from "next/link";
import Image from "next/image";
import { useEffect, useState } from "react";