Compare commits

...

2 Commits

Author SHA1 Message Date
Flatlogic Bot
0b672429c1 finagent v6 2025-04-07 17:15:05 +00:00
Flatlogic Bot
844badce5f V5 Finagent 2025-04-07 16:10:55 +00:00
5 changed files with 11 additions and 2 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
node_modules/
*/node_modules/
*/build/
**/node_modules/
**/build/
.DS_Store
.env

View File

@ -0,0 +1 @@
{}

View File

@ -84,7 +84,7 @@ const EditActivity_logs = () => {
return (
<>
<Head>
<title>{getPageTitle('Edit activity_logs')}</title>
<title>FinAgent2025 - Editar Logs de Atividade</title>
</Head>
<SectionMain>
<SectionTitleLineWithButton

View File

@ -134,7 +134,7 @@ export default function WebSite() {
<div className='flex flex-col min-h-screen'>
<Head>
<title>{`Comprehensive Budget Generator Application`}</title>
<meta
<title>FinAgent2025 - Gerador de Orçamentos</title>
name='description'
content={`Discover our all-in-one budget generator application designed for businesses and freelancers. Explore features, pricing, and get in touch with us today.`}
/>

View File

@ -11,6 +11,9 @@ module.exports = {
gray: 'gray',
},
extend: {
colors: {
primary: '#6B46C1',
},
zIndex: {
'-1': '-1',
},