fix(andreknie.de): normalize SEO metadata and document structure
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import React from 'react'
|
||||
import SEOHead from '../components/SEOHead'
|
||||
|
||||
export default function Impressum() {
|
||||
return (
|
||||
<main style={{ paddingTop: '120px', minHeight: '100vh' }}>
|
||||
<SEOHead title="Impressum" description="Impressum von andreknie.de." url="/impressum" />
|
||||
<div className="app-container" style={{ maxWidth: '700px' }}>
|
||||
<h1 style={{ marginBottom: '32px' }}>Impressum</h1>
|
||||
<div style={{ color: 'var(--text-secondary)', lineHeight: 1.8 }}>
|
||||
|
||||
Reference in New Issue
Block a user