fix(andreknie.de): normalize SEO metadata and document structure

This commit is contained in:
2026-07-28 21:42:54 +02:00
parent b507199987
commit 215aacf4a4
21 changed files with 161 additions and 33 deletions
@@ -2,6 +2,7 @@ import React, { useState } from 'react'
import { useContent } from '../hooks/useContent'
import { useFormSubmit } from '../hooks/useFormSubmit'
import { validateResourceDownload } from '../utils/validation'
import SEOHead from '../components/SEOHead'
const inputStyle = {
width: '100%',
@@ -80,6 +81,7 @@ export default function Resources() {
return (
<main style={{ paddingTop: '120px', minHeight: '100vh' }}>
<SEOHead title="Ressourcen" description="Ausgewählte Materialien und Profile von Dr. André Knie auf Anfrage." url="/resources" />
<div className="app-container">
<div className="section-header">
<h1 className="section-title"><span className="text-gradient">Ressourcen</span></h1>