Skip to content

Commit

Permalink
feat: replace main content with HeroLandingPage component for improve…
Browse files Browse the repository at this point in the history
…d landing experience
  • Loading branch information
neopromic committed Jan 6, 2025
1 parent 7889540 commit 145dbf8
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,24 +1,13 @@
import Header from "./_components/Header";
import HappyNewYearHeader from "./_components/HappyNewYearHeader";
import GetStartdButton from "./_components/Landing/get-started-button";
import HeroLandingPage from "./_components/Landing/Hero";

export default function LandingPage() {
return (
<>
<HappyNewYearHeader />
<Header />
<main className="flex flex-1 flex-col items-center justify-center p-6 text-center">
<h1 className="text-4xl font-bold tracking-tight sm:text-6xl">
Gerencie suas finanças,
<br />
Escale sua empresa
</h1>
<p className="my-6 text-lg text-muted-foreground">
Organize suas despesas, clientes, investimentos e ganhos de forma
inteligente.
</p>
<GetStartdButton />
</main>
<HeroLandingPage />
<footer className="flex flex-col items-center justify-center p-6 text-center">
<p className="text-xs text-muted-foreground">
Feito com 💚 por Wesley Souza
Expand Down

0 comments on commit 145dbf8

Please sign in to comment.