Skip to content

Commit

Permalink
Update Premium Benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueleite42 committed Nov 21, 2023
1 parent d11ed6f commit 9467587
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/app/(public)/conta/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,29 @@ const premiumBenefits: Array<PremiumBenefit> = [
description: "Adicione quantas transações recorrentes quiser",
icon: "clock",
},
{
title: "(Em breve) Orçamentos ilimitados",
description:
"Altere entre multiplos orçamentos sem perder os dados de nenhum deles, faça comparações entre os orçamentos e veja o que é melhor para sua vida financeira",
icon: "money-bag",
},
{
title: "(Em breve) Acesso a versão desktop",
description: "Tenha controle das suas finanças no seu computador",
icon: "computer",
},
{
title: "(Em breve) Gere relatórios",
description:
"Gere relatórios dos seus gastos, orçamentos e muito mais, em diversos formatos",
icon: "pdf",
},
{
title: "Controle seus orçamentos por mês",
description:
"Altere livremente o orçamento de apenas 1 mês, ao inves de todos os meses do ano",
icon: "calendar",
},
{
title: "(Em breve) Tags",
description: "Adicione tags as suas transações",
Expand Down
5 changes: 5 additions & 0 deletions src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ import {
FaFileInvoiceDollar,
FaPlus,
FaArrowLeft,
FaCalendarAlt,
} from "react-icons/fa";
import { FaComputer, FaSackDollar } from "react-icons/fa6";
import { FcGoogle } from "react-icons/fc";
import { GrConnect } from "react-icons/gr";
import { HiMiniEyeSlash } from "react-icons/hi2";
Expand Down Expand Up @@ -87,6 +89,9 @@ const icons = {
profile: BsFillPersonFill,
"eye-slash": HiMiniEyeSlash,
clock: ImClock2,
computer: FaComputer,
calendar: FaCalendarAlt,
"money-bag": FaSackDollar,
};

export type IconType = keyof typeof icons;
Expand Down

0 comments on commit 9467587

Please sign in to comment.