Changes before I try out opencode for landing page.

This commit is contained in:
2026-01-13 10:30:16 -06:00
parent 321fecb5e1
commit 4a27ac162a
15 changed files with 250 additions and 180 deletions

View File

@@ -2,9 +2,7 @@
const Home = async () => {
return (
<main
className='flex min-h-screen items-center justify-center'
>
<main className="flex min-h-screen items-center justify-center">
Hello!
</main>
);