chore: adicionar configuração de dependências no pnpm-workspace
Adiciona a configuração 'onlyBuiltDependencies' no arquivo pnpm-workspace.yaml, especificando as dependências que devem ser construídas: esbuild, sharp e unrs-resolver. Essa mudança visa otimizar o gerenciamento de dependências no projeto.
This commit is contained in:
@@ -9,12 +9,13 @@ import {
|
||||
RiBankCardLine,
|
||||
RiBarChartBoxLine,
|
||||
RiCalendarLine,
|
||||
RiCodeSSlashLine,
|
||||
RiDatabase2Line,
|
||||
RiDeviceLine,
|
||||
RiEyeOffLine,
|
||||
RiGithubFill,
|
||||
RiLineChartLine,
|
||||
RiLockLine,
|
||||
RiMoneyDollarCircleLine,
|
||||
RiNotificationLine,
|
||||
RiPieChartLine,
|
||||
RiShieldCheckLine,
|
||||
RiTimeLine,
|
||||
@@ -33,6 +34,29 @@ export default async function Page() {
|
||||
<div className="flex items-center">
|
||||
<Logo />
|
||||
</div>
|
||||
|
||||
{/* Center Navigation Links */}
|
||||
<nav className="hidden md:flex items-center gap-6 absolute left-1/2 transform -translate-x-1/2">
|
||||
<a
|
||||
href="#funcionalidades"
|
||||
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
|
||||
>
|
||||
Funcionalidades
|
||||
</a>
|
||||
<a
|
||||
href="#stack"
|
||||
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
|
||||
>
|
||||
Stack
|
||||
</a>
|
||||
<a
|
||||
href="#como-usar"
|
||||
className="text-sm text-muted-foreground hover:text-foreground transition-colors"
|
||||
>
|
||||
Como usar
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
<nav className="flex items-center gap-2 md:gap-4">
|
||||
<AnimatedThemeToggler />
|
||||
{session?.user ? (
|
||||
@@ -50,7 +74,7 @@ export default async function Page() {
|
||||
</Link>
|
||||
<Link href="/signup">
|
||||
<Button size="sm" className="gap-2">
|
||||
Começar Grátis
|
||||
Começar
|
||||
<RiArrowRightSLine size={16} />
|
||||
</Button>
|
||||
</Link>
|
||||
@@ -64,77 +88,90 @@ export default async function Page() {
|
||||
<section className="relative py-16 md:py-24 lg:py-32">
|
||||
<div className="container">
|
||||
<div className="mx-auto flex max-w-5xl flex-col items-center text-center gap-6">
|
||||
<Badge variant="secondary" className="mb-2">
|
||||
<RiLineChartLine size={14} className="mr-1" />
|
||||
Controle Financeiro Inteligente
|
||||
<Badge variant="primary" className="mb-2">
|
||||
<RiGithubFill size={14} className="mr-1" />
|
||||
Projeto Open Source
|
||||
</Badge>
|
||||
|
||||
<h1 className="text-4xl md:text-5xl lg:text-6xl font-bold tracking-tight">
|
||||
Gerencie suas finanças
|
||||
<span className="text-primary"> com simplicidade</span>
|
||||
Suas finanças,
|
||||
<span className="text-primary"> do seu jeito</span>
|
||||
</h1>
|
||||
|
||||
<p className="text-lg md:text-xl text-muted-foreground max-w-2xl">
|
||||
Organize seus gastos, acompanhe receitas, gerencie cartões de
|
||||
crédito e tome decisões financeiras mais inteligentes. Tudo em um
|
||||
só lugar.
|
||||
Um projeto pessoal de gestão financeira. Self-hosted, sem Open
|
||||
Finance, sem sincronização automática. Rode no seu computador ou
|
||||
servidor e tenha controle total sobre suas finanças.
|
||||
</p>
|
||||
|
||||
<div className="rounded-lg border bg-muted/30 p-4 max-w-2xl">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
<span className="font-semibold text-foreground">
|
||||
⚠️ Aviso importante:
|
||||
</span>{" "}
|
||||
Este sistema requer disciplina. Você precisa registrar
|
||||
manualmente cada transação. Se prefere algo automático, este
|
||||
projeto não é pra você.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col sm:flex-row gap-4 mt-4">
|
||||
<Link href="/signup">
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets-app"
|
||||
target="_blank"
|
||||
>
|
||||
<Button size="lg" className="gap-2 w-full sm:w-auto">
|
||||
Começar Gratuitamente
|
||||
<RiArrowRightSLine size={18} />
|
||||
<RiGithubFill size={18} />
|
||||
Baixar no GitHub
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/login">
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets-app#readme"
|
||||
target="_blank"
|
||||
>
|
||||
<Button
|
||||
size="lg"
|
||||
variant="outline"
|
||||
className="w-full sm:w-auto"
|
||||
className="w-full sm:w-auto gap-2"
|
||||
>
|
||||
Fazer Login
|
||||
Ver Documentação
|
||||
</Button>
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
<div className="mt-8 flex flex-wrap items-center justify-center gap-6 text-sm text-muted-foreground">
|
||||
<div className="flex items-center gap-2">
|
||||
<RiShieldCheckLine size={18} className="text-primary" />
|
||||
Dados Seguros
|
||||
<RiLockLine size={18} className="text-primary" />
|
||||
Seus dados, seu servidor
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<RiEyeOffLine size={18} className="text-primary" />
|
||||
Modo Privacidade
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<RiDeviceLine size={18} className="text-primary" />
|
||||
100% Responsivo
|
||||
<RiGithubFill size={18} className="text-primary" />
|
||||
100% Open Source
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Features Section */}
|
||||
<section className="py-16 md:py-24 bg-muted/30">
|
||||
{/* What's Here Section */}
|
||||
<section id="funcionalidades" className="py-16 md:py-24 bg-muted/30">
|
||||
<div className="container">
|
||||
<div className="mx-auto max-w-5xl">
|
||||
<div className="text-center mb-12">
|
||||
<Badge variant="secondary" className="mb-4">
|
||||
Funcionalidades
|
||||
<Badge variant="primary" className="mb-4">
|
||||
O que tem aqui
|
||||
</Badge>
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-4">
|
||||
Tudo que você precisa para gerenciar suas finanças
|
||||
Funcionalidades que importam
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
||||
Ferramentas poderosas e intuitivas para controle financeiro
|
||||
completo
|
||||
Ferramentas simples para organizar suas contas, cartões, gastos
|
||||
e receitas
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid gap-6 md:grid-cols-2 lg:grid-cols-3">
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
@@ -142,18 +179,38 @@ export default async function Page() {
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Lançamentos
|
||||
Contas e transações
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Registre receitas e despesas com categorização
|
||||
automática e controle detalhado de pagadores e contas.
|
||||
Registre suas contas bancárias, cartões e dinheiro.
|
||||
Adicione receitas, despesas e transferências. Organize
|
||||
por categorias.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiBarChartBoxLine size={24} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Relatórios e gráficos
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Dashboard com resumo mensal. Gráficos de evolução do
|
||||
patrimônio. Entenda pra onde seu dinheiro está indo.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
@@ -161,35 +218,38 @@ export default async function Page() {
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Cartões de Crédito
|
||||
Faturas de cartão
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Gerencie múltiplos cartões, acompanhe faturas, limites e
|
||||
nunca perca o controle dos gastos.
|
||||
Cadastre seus cartões e acompanhe as faturas. Veja o que
|
||||
ainda não foi fechado. Controle limites e vencimentos.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiPieChartLine size={24} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Categorias</h3>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Categorias personalizadas
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Organize suas transações em categorias personalizadas e
|
||||
visualize onde seu dinheiro está indo.
|
||||
Crie e organize suas próprias categorias. Moradia,
|
||||
alimentação, transporte, ou o que fizer sentido pra
|
||||
você.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
@@ -201,41 +261,26 @@ export default async function Page() {
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Orçamentos</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Defina limites de gastos por categoria e receba alertas
|
||||
para manter suas finanças no caminho certo.
|
||||
Defina quanto quer gastar por categoria no mês.
|
||||
Acompanhe se está dentro do planejado.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiBarChartBoxLine size={24} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Insights</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Análise detalhada de padrões de gastos com gráficos e
|
||||
relatórios para decisões mais inteligentes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2 hover:border-primary/50 transition-colors">
|
||||
<Card className="border-[1.5px] hover:border-primary/50 transition-colors">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex flex-col gap-4">
|
||||
<div className="flex h-12 w-12 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiCalendarLine size={24} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Calendário</h3>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Calendário financeiro
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Visualize suas transações em calendário mensal e nunca
|
||||
Visualize suas transações em calendário mensal. Nunca
|
||||
perca prazos importantes.
|
||||
</p>
|
||||
</div>
|
||||
@@ -247,167 +292,343 @@ export default async function Page() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Benefits Section */}
|
||||
<section className="py-16 md:py-24">
|
||||
{/* Tech Stack Section */}
|
||||
<section id="stack" className="py-16 md:py-24">
|
||||
<div className="container">
|
||||
<div className="mx-auto max-w-5xl">
|
||||
<div className="grid gap-12 lg:grid-cols-2 items-center">
|
||||
<div>
|
||||
<Badge variant="secondary" className="mb-4">
|
||||
Vantagens
|
||||
</Badge>
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-6">
|
||||
Controle financeiro descomplicado
|
||||
</h2>
|
||||
<div className="space-y-6">
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiShieldCheckLine size={20} className="text-primary" />
|
||||
</div>
|
||||
<div className="text-center mb-12">
|
||||
<Badge variant="primary" className="mb-4">
|
||||
Stack técnica
|
||||
</Badge>
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-4">
|
||||
Construído com tecnologias modernas
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground max-w-2xl mx-auto">
|
||||
Open source, self-hosted e fácil de customizar
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="grid gap-6 md:grid-cols-2">
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex items-start gap-4">
|
||||
<RiCodeSSlashLine
|
||||
size={32}
|
||||
className="text-primary shrink-0"
|
||||
/>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-1">
|
||||
Segurança em Primeiro Lugar
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Seus dados financeiros são criptografados e armazenados
|
||||
com os mais altos padrões de segurança.
|
||||
<h3 className="font-semibold text-lg mb-2">Frontend</h3>
|
||||
<p className="text-sm text-muted-foreground mb-3">
|
||||
Next.js 16, TypeScript, Tailwind CSS, shadcn/ui
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
Interface moderna e responsiva com React 19 e App Router
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex items-start gap-4">
|
||||
<RiDatabase2Line
|
||||
size={32}
|
||||
className="text-primary shrink-0"
|
||||
/>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Backend</h3>
|
||||
<p className="text-sm text-muted-foreground mb-3">
|
||||
PostgreSQL 18, Drizzle ORM, Better Auth
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
Banco relacional robusto com type-safe ORM
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex items-start gap-4">
|
||||
<RiShieldCheckLine
|
||||
size={32}
|
||||
className="text-primary shrink-0"
|
||||
/>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Segurança</h3>
|
||||
<p className="text-sm text-muted-foreground mb-3">
|
||||
Better Auth com OAuth (Google) e autenticação por email
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
Sessões seguras e proteção de rotas por middleware
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex items-start gap-4">
|
||||
<RiDeviceLine size={32} className="text-primary shrink-0" />
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">Deploy</h3>
|
||||
<p className="text-sm text-muted-foreground mb-3">
|
||||
Docker com multi-stage build, health checks e volumes
|
||||
persistentes
|
||||
</p>
|
||||
<p className="text-xs text-muted-foreground">
|
||||
Fácil de rodar localmente ou em qualquer servidor
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<div className="mt-8 text-center">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Seus dados ficam no seu controle. Pode rodar localmente ou no
|
||||
seu próprio servidor.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* How to run Section */}
|
||||
<section id="como-usar" className="py-16 md:py-24">
|
||||
<div className="container">
|
||||
<div className="mx-auto max-w-3xl">
|
||||
<div className="text-center mb-12">
|
||||
<Badge variant="primary" className="mb-4">
|
||||
Como usar
|
||||
</Badge>
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-4">
|
||||
Rode no seu computador
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground">
|
||||
Não há versão hospedada online. Você precisa rodar localmente.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-6">
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground font-bold">
|
||||
1
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-2">
|
||||
Clone o repositório
|
||||
</h3>
|
||||
<code className="text-sm bg-muted px-2 py-1 rounded">
|
||||
git clone
|
||||
https://github.com/felipegcoutinho/opensheets-app.git
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground font-bold">
|
||||
2
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-2">
|
||||
Configure as variáveis de ambiente
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Copie o{" "}
|
||||
<code className="bg-muted px-1 rounded">
|
||||
.env.example
|
||||
</code>{" "}
|
||||
para <code className="bg-muted px-1 rounded">.env</code>{" "}
|
||||
e configure o banco de dados
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground font-bold">
|
||||
3
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-2">
|
||||
Suba o banco via Docker
|
||||
</h3>
|
||||
<code className="text-sm bg-muted px-2 py-1 rounded">
|
||||
docker compose up db -d
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-primary text-primary-foreground font-bold">
|
||||
4
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-2">
|
||||
Rode a aplicação localmente
|
||||
</h3>
|
||||
<div className="space-y-2">
|
||||
<code className="block text-sm bg-muted px-2 py-1 rounded">
|
||||
pnpm install
|
||||
</code>
|
||||
<code className="block text-sm bg-muted px-2 py-1 rounded">
|
||||
pnpm db:push
|
||||
</code>
|
||||
<code className="block text-sm bg-muted px-2 py-1 rounded">
|
||||
pnpm dev
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<div className="mt-8 text-center">
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets-app#-início-rápido"
|
||||
target="_blank"
|
||||
className="text-sm text-primary hover:underline"
|
||||
>
|
||||
Ver documentação completa →
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Who is this for Section */}
|
||||
<section className="py-16 md:py-24 bg-muted/30">
|
||||
<div className="container">
|
||||
<div className="mx-auto max-w-3xl">
|
||||
<div className="text-center mb-12">
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-4">
|
||||
Para quem funciona?
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground">
|
||||
O OpenSheets funciona melhor se você:
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="space-y-4">
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiTimeLine size={20} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-1">Economize Tempo</h3>
|
||||
<h3 className="font-semibold mb-1">
|
||||
Tem disciplina de registrar gastos
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Interface intuitiva que permite registrar transações em
|
||||
segundos e acompanhar tudo de forma visual.
|
||||
Não se importa em dedicar alguns minutos por dia ou
|
||||
semana para manter tudo atualizado
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiNotificationLine size={20} className="text-primary" />
|
||||
<RiLockLine size={20} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-1">
|
||||
Alertas Inteligentes
|
||||
Quer controle total sobre seus dados
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Receba notificações sobre vencimentos, limites de
|
||||
orçamento e padrões incomuns de gastos.
|
||||
Prefere hospedar seus próprios dados ao invés de
|
||||
depender de serviços terceiros
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-[1.5px]">
|
||||
<CardContent>
|
||||
<div className="flex gap-4">
|
||||
<div className="flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-primary/10">
|
||||
<RiEyeOffLine size={20} className="text-primary" />
|
||||
<RiLineChartLine size={20} className="text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<h3 className="font-semibold mb-1">Modo Privacidade</h3>
|
||||
<h3 className="font-semibold mb-1">
|
||||
Gosta de entender exatamente onde o dinheiro vai
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Oculte valores sensíveis com um clique para visualizar
|
||||
suas finanças em qualquer lugar com discrição.
|
||||
Quer visualizar padrões de gastos e tomar decisões
|
||||
informadas
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
|
||||
<div className="space-y-4">
|
||||
<Card className="border-2">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex items-start gap-4">
|
||||
<RiLineChartLine
|
||||
size={32}
|
||||
className="text-primary shrink-0"
|
||||
/>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Visualização Clara
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Gráficos interativos e dashboards personalizáveis
|
||||
mostram sua situação financeira de forma clara e
|
||||
objetiva.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex items-start gap-4">
|
||||
<RiDeviceLine
|
||||
size={32}
|
||||
className="text-primary shrink-0"
|
||||
/>
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Acesso em Qualquer Lugar
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Design responsivo que funciona perfeitamente em
|
||||
desktop, tablet e smartphone. Suas finanças sempre à
|
||||
mão.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
<Card className="border-2">
|
||||
<CardContent className="pt-6">
|
||||
<div className="flex items-start gap-4">
|
||||
<RiLockLine size={32} className="text-primary shrink-0" />
|
||||
<div>
|
||||
<h3 className="font-semibold text-lg mb-2">
|
||||
Privacidade Garantida
|
||||
</h3>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Seus dados são seus. Sem compartilhamento com
|
||||
terceiros, sem anúncios, sem surpresas.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
</div>
|
||||
<div className="mt-8 rounded-lg border bg-background p-6 text-center">
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Se você não se encaixa nisso, provavelmente vai abandonar depois
|
||||
de uma semana. E tudo bem! Existem outras ferramentas com
|
||||
sincronização automática que podem funcionar melhor pra você.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* CTA Section */}
|
||||
<section className="py-16 md:py-24 bg-muted/30">
|
||||
<section className="py-16 md:py-24">
|
||||
<div className="container">
|
||||
<div className="mx-auto max-w-3xl text-center">
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight mb-4">
|
||||
Pronto para transformar suas finanças?
|
||||
Pronto para testar?
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground mb-8">
|
||||
Comece agora mesmo a organizar seu dinheiro de forma inteligente.
|
||||
É grátis e leva menos de um minuto.
|
||||
Clone o repositório, rode localmente e veja se faz sentido pra
|
||||
você. É open source e gratuito.
|
||||
</p>
|
||||
<div className="flex flex-col sm:flex-row gap-4 justify-center">
|
||||
<Link href="/signup">
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets-app"
|
||||
target="_blank"
|
||||
>
|
||||
<Button size="lg" className="gap-2 w-full sm:w-auto">
|
||||
Criar Conta Gratuita
|
||||
<RiArrowRightSLine size={18} />
|
||||
<RiGithubFill size={18} />
|
||||
Baixar Projeto
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href="/login">
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets-app#-início-rápido"
|
||||
target="_blank"
|
||||
>
|
||||
<Button
|
||||
size="lg"
|
||||
variant="outline"
|
||||
className="w-full sm:w-auto"
|
||||
className="w-full sm:w-auto gap-2"
|
||||
>
|
||||
Já tenho conta
|
||||
Como Instalar
|
||||
</Button>
|
||||
</Link>
|
||||
</div>
|
||||
@@ -418,113 +639,70 @@ export default async function Page() {
|
||||
{/* Footer */}
|
||||
<footer className="border-t py-12 mt-auto">
|
||||
<div className="container">
|
||||
<div className="grid gap-8 md:grid-cols-2 lg:grid-cols-4">
|
||||
<div>
|
||||
<Logo />
|
||||
<p className="text-sm text-muted-foreground mt-4">
|
||||
Gerencie suas finanças pessoais com simplicidade e segurança.
|
||||
<div className="mx-auto max-w-5xl">
|
||||
<div className="grid gap-8 md:grid-cols-3">
|
||||
<div>
|
||||
<Logo />
|
||||
<p className="text-sm text-muted-foreground mt-4">
|
||||
Projeto pessoal de gestão financeira. Open source e
|
||||
self-hosted.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="font-semibold mb-4">Projeto</h3>
|
||||
<ul className="space-y-3 text-sm text-muted-foreground">
|
||||
<li>
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets"
|
||||
target="_blank"
|
||||
className="hover:text-foreground transition-colors flex items-center gap-2"
|
||||
>
|
||||
<RiGithubFill size={16} />
|
||||
GitHub
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets#readme"
|
||||
target="_blank"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Documentação
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="https://github.com/felipegcoutinho/opensheets/issues"
|
||||
target="_blank"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Reportar Bug
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="font-semibold mb-4">Stack</h3>
|
||||
<ul className="space-y-3 text-sm text-muted-foreground">
|
||||
<li>Next.js 16 + TypeScript</li>
|
||||
<li>PostgreSQL 18 + Drizzle ORM</li>
|
||||
<li>Better Auth + shadcn/ui</li>
|
||||
<li>Docker + Docker Compose</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="border-t mt-12 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-sm text-muted-foreground">
|
||||
<p>
|
||||
© {new Date().getFullYear()} OpenSheets. Projeto open source sob
|
||||
licença MIT.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="font-semibold mb-4">Produto</h3>
|
||||
<ul className="space-y-3 text-sm text-muted-foreground">
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Funcionalidades
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Preços
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Segurança
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="font-semibold mb-4">Recursos</h3>
|
||||
<ul className="space-y-3 text-sm text-muted-foreground">
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Blog
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Ajuda
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Tutoriais
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="font-semibold mb-4">Legal</h3>
|
||||
<ul className="space-y-3 text-sm text-muted-foreground">
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Privacidade
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Termos de Uso
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
href="/login"
|
||||
className="hover:text-foreground transition-colors"
|
||||
>
|
||||
Cookies
|
||||
</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="border-t mt-12 pt-8 flex flex-col md:flex-row justify-between items-center gap-4 text-sm text-muted-foreground">
|
||||
<p>
|
||||
© {new Date().getFullYear()} OpenSheets. Todos os direitos
|
||||
reservados.
|
||||
</p>
|
||||
<div className="flex items-center gap-2">
|
||||
<RiShieldCheckLine size={16} className="text-primary" />
|
||||
<span>Seus dados são protegidos e criptografados</span>
|
||||
<div className="flex items-center gap-2">
|
||||
<RiShieldCheckLine size={16} className="text-primary" />
|
||||
<span>Seus dados, seu servidor</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user