style: hero, minor tweaks

This commit is contained in:
Maze Winther
2025-06-29 14:36:14 +02:00
parent 5a6872537e
commit 8aa0aeb6e3
3 changed files with 9 additions and 9 deletions

View File

@ -12,13 +12,6 @@ export default async function Home() {
return (
<div>
<Image
className="fixed top-0 left-0 -z-50 size-full object-cover"
src="/landing-page-bg.png"
height={1903.5}
width={1269}
alt="landing-page.bg"
/>
<Header />
<Hero signupCount={signupCount} />
<Footer />