Redesign landing page and add Caddy deployment for nomadro.com
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
13
app/page.tsx
13
app/page.tsx
@@ -2,10 +2,19 @@ import { Hero } from "~/components/sections/hero";
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div className="min-h-screen bg-white">
|
||||
<main>
|
||||
<div
|
||||
className="flex min-h-dvh flex-col"
|
||||
style={{ minHeight: "100dvh" }}
|
||||
>
|
||||
<main className="flex flex-1 flex-col">
|
||||
<Hero />
|
||||
</main>
|
||||
<footer
|
||||
className="shrink-0 py-5 text-center text-[11px] text-neutral-400"
|
||||
style={{ paddingBottom: "max(1.25rem, var(--safe-bottom))" }}
|
||||
>
|
||||
© {new Date().getFullYear()} Nomadro
|
||||
</footer>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user