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:
@@ -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()}>
|
||||
|
Reference in New Issue
Block a user