From f2cd81908b54853f266f367be949912510b6d1c7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:04:33 +0000 Subject: [PATCH 1/5] Update src/app/epochen/gegenwart/page.tsx --- src/app/epochen/gegenwart/page.tsx | 99 ++++++------------------------ 1 file changed, 19 insertions(+), 80 deletions(-) diff --git a/src/app/epochen/gegenwart/page.tsx b/src/app/epochen/gegenwart/page.tsx index e79aeb3..a2494e0 100644 --- a/src/app/epochen/gegenwart/page.tsx +++ b/src/app/epochen/gegenwart/page.tsx @@ -3,12 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; -import { Landmark, HelpCircle } from "lucide-react"; +import { Landmark, BookOpen } from "lucide-react"; -export default function ContemporaryPage() { +export default function GegenwartPage() { return ( - {/* Contemporary Section 1: Main Content */} + {/* Contemporary Section */}
- {/* FAQ Section */} -
- -
- {/* Footer */} - {/* Introduction Section */} -
+ {/* Medieval Overview Section */} +
- {/* Features Section */} + {/* Medieval Features Section */}
- {/* Historical Context Section */} -
+ {/* Welfen Period Section */} +
{/* Footer */} -- 2.49.1