removed NavigationLinks component and its usage across DreamArchive pages; replaced redundant hero and section headers with reusable components (HeroSection, SectionHeader, etc.) for improved maintainability and reduced code duplication

Signed-off-by: Matthias Puchstein <matthias@puchstein.bayern>
This commit is contained in:
2025-07-12 15:46:21 +02:00
parent 184d31c07f
commit d6e6b1ccb4
16 changed files with 142 additions and 266 deletions

View File

@@ -25,8 +25,7 @@ export default function Home() {
).slice(0, 5);
return (
<div className="p-4 dream-container backdrop-blur-md bg-opacity-30"
style={{backgroundColor: 'transparent', boxShadow: '0 10px 30px var(--shadow)'}}>
<div className="page p-4 space-y-6">
{/* Welcome Card */}
<div className={getCardStyle().className}
style={getCardStyle()}>