feat: redesign hero section with card-based layout

- Updated hero to use bordered card container with subtle shadow for visual hierarchy
- Reduced font sizes and adjusted spacing for better readability and modern aesthetic
- Enhanced button styling with larger padding and improved outline variant hover state
This commit is contained in:
2025-11-06 01:32:55 +01:00
parent a73608ce6c
commit 005d8c35d4
3 changed files with 22 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ export function Layout() {
const isHomePage = location.pathname === '/'
return (
<div className="bg-transparent antialiased relative" style={{ fontFamily: 'var(--font-inter)' }}>
<div className="bg-[#FAFAFA] antialiased relative" style={{ fontFamily: 'var(--font-inter)' }}>
{isHomePage && <HomeAurora />}
<div className="relative z-10">
<Header />