Skip to content

Commit 5f55c91

Browse files
committed
chore: metadata
1 parent 1a27884 commit 5f55c91

File tree

3 files changed

+85
-2
lines changed

3 files changed

+85
-2
lines changed

app/favicon.ico

-25.3 KB
Binary file not shown.

app/layout.tsx

+85-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,92 @@ const fontSans = Poppins({
2020
});
2121

2222
export const metadata: Metadata = {
23-
title: "InControl",
24-
description: "Generated by create next app",
23+
authors: [
24+
{ name: "João Vitor Gugel (jotavetech)", url: "https://jotave.tech" },
25+
],
26+
category: "developer",
27+
creator: "jotavetech",
28+
title: {
29+
default: "inControl",
30+
template: "%s · inControl",
31+
},
32+
description:
33+
"Your easiest and simpliest way to control your finances, empowering you to manage your money with ease and transparency.",
2534
manifest: "/manifest.json",
35+
icons: {
36+
apple: "/favicon.ico",
37+
icon: "/favicon.ico",
38+
shortcut: "/favicon.ico",
39+
},
40+
keywords: [
41+
"João Vitor Gugel",
42+
"João Gugel",
43+
"jotavetech",
44+
"jotave.tech",
45+
"incontrol.com",
46+
"incontrol3.vercel.com",
47+
"incontrol3.vercel.app",
48+
"Front-end Developer",
49+
"FullStack Developer",
50+
"Back-end Developer",
51+
"Frontend",
52+
"Backend",
53+
"FullStack",
54+
"Developer",
55+
"Software",
56+
"Brazil",
57+
"Vercel",
58+
"Next.js",
59+
"React",
60+
"TypeScript",
61+
"shadcn-ui",
62+
"TailwindCSS",
63+
"Framer Motion",
64+
"Prisma",
65+
"PostgreSQL",
66+
"Supabase",
67+
"Finances",
68+
"Finances manager",
69+
"Control Finances",
70+
"inControl app",
71+
"inControl website",
72+
"Finances charts",
73+
"Free fincances control",
74+
"Open source",
75+
"Github",
76+
],
77+
openGraph: {
78+
images: [
79+
{
80+
width: 1920,
81+
height: 1080,
82+
url: "/incontrol_readme.png",
83+
alt: "inControl website cover",
84+
},
85+
],
86+
locale: "en",
87+
title: "inControl",
88+
siteName: "inControl",
89+
description: "Your easiest way to stay inControl of your finances.",
90+
type: "website",
91+
url: "https://incontrol3.vercel.app",
92+
},
93+
publisher: "Jotavetech",
94+
twitter: {
95+
images: [
96+
{
97+
width: 1920,
98+
height: 1080,
99+
url: "/incontrol_readme.png",
100+
alt: "inControl website cover",
101+
},
102+
],
103+
card: "summary_large_image",
104+
title: "inControl",
105+
description: "Your easiest way to stay inControl of your finances.",
106+
site: "@jotavetech",
107+
creator: "João Vitor Gugel (jotavetech)",
108+
},
26109
};
27110

28111
export default function RootLayout({

public/favicon.ico

149 KB
Binary file not shown.

0 commit comments

Comments
 (0)