Update welcome message and footer year
This commit is contained in:
parent
6ca42212be
commit
a248c6b0a0
@ -129,29 +129,7 @@ export default function Starter() {
|
|||||||
: null}
|
: null}
|
||||||
<div className='flex items-center justify-center flex-col space-y-4 w-full lg:w-full'>
|
<div className='flex items-center justify-center flex-col space-y-4 w-full lg:w-full'>
|
||||||
<CardBox className='w-full md:w-3/5 lg:w-2/3'>
|
<CardBox className='w-full md:w-3/5 lg:w-2/3'>
|
||||||
<CardBoxComponentTitle title='Welcome to your VRES app!' />
|
<CardBoxComponentTitle title='Welcome to Veracity RES Appraisal Management System' />
|
||||||
|
|
||||||
<div className='space-y-3'>
|
|
||||||
<p className='text-center text-gray-500'>
|
|
||||||
This is a React.js/Node.js app generated by the{' '}
|
|
||||||
<a
|
|
||||||
className={`${textColor}`}
|
|
||||||
href='https://flatlogic.com/generator'
|
|
||||||
>
|
|
||||||
Flatlogic Web App Generator
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
<p className='text-center text-gray-500'>
|
|
||||||
For guides and documentation please check your local README.md
|
|
||||||
and the{' '}
|
|
||||||
<a
|
|
||||||
className={`${textColor}`}
|
|
||||||
href='https://flatlogic.com/documentation'
|
|
||||||
>
|
|
||||||
Flatlogic documentation
|
|
||||||
</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<BaseButtons>
|
<BaseButtons>
|
||||||
<BaseButton
|
<BaseButton
|
||||||
@ -161,39 +139,13 @@ export default function Starter() {
|
|||||||
className='w-full'
|
className='w-full'
|
||||||
/>
|
/>
|
||||||
</BaseButtons>
|
</BaseButtons>
|
||||||
<div className='grid grid-cols-1 gap-2 lg:grid-cols-4 mt-2'>
|
|
||||||
<div className='text-center'>
|
|
||||||
<a className={`${textColor}`} href='https://react.dev/'>
|
|
||||||
React.js
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div className='text-center'>
|
|
||||||
<a className={`${textColor}`} href='https://tailwindcss.com/'>
|
|
||||||
Tailwind CSS
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div className='text-center'>
|
|
||||||
<a className={`${textColor}`} href='https://nodejs.org/en'>
|
|
||||||
Node.js
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<div className='text-center'>
|
|
||||||
<a
|
|
||||||
className={`${textColor}`}
|
|
||||||
href='https://flatlogic.com/forum'
|
|
||||||
>
|
|
||||||
Flatlogic Forum
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</CardBox>
|
</CardBox>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</SectionFullScreen>
|
</SectionFullScreen>
|
||||||
<div className='bg-black text-white flex flex-col text-center justify-center md:flex-row'>
|
<div className='bg-gray text-white flex flex-col text-center justify-center md:flex-row'>
|
||||||
<p className='py-6 text-sm'>
|
<p className='py-6 text-sm'>
|
||||||
© 2024 <span>{title}</span>. All rights reserved
|
© 2025 <span>{title}</span>. All rights reserved
|
||||||
</p>
|
</p>
|
||||||
<Link className='py-6 ml-4 text-sm' href='/privacy-policy/'>
|
<Link className='py-6 ml-4 text-sm' href='/privacy-policy/'>
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user