style: update hero section with new cloud background and button layout
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user