Feat: Refine UI and consolidate components

- Updated the heading in the Pastel page from 'Color Playground' to 'Pastel'.
- Adjusted the logo size in the Hero component for better visual balance.
- Removed duplicate/unused Footer components from pastel layout and ui directories.
This commit is contained in:
2026-02-23 14:00:09 +01:00
parent 5ab1387165
commit 43faed224f
5 changed files with 13 additions and 296 deletions

View File

@@ -24,7 +24,7 @@ export default function Hero() {
animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.8 }}
>
<Logo size={160} />
<Logo size={130} />
</motion.div>
{/* Main heading */}