style: update hero section with new cloud background and button layout

This commit is contained in:
2025-10-22 18:35:05 +02:00
parent 48979de1c7
commit 1f0f18105e
6 changed files with 35 additions and 34 deletions

View File

@@ -4,7 +4,7 @@ import { Footer } from './Footer'
export function Layout() {
return (
<div className="bg-gray-50 antialiased" style={{ fontFamily: 'var(--font-inter)' }}>
<div className="bg-white antialiased" style={{ fontFamily: 'var(--font-inter)' }}>
<Header />
<main>
<Outlet />