commit
dc57621468
@ -129,29 +129,7 @@ export default function Starter() {
|
||||
: null}
|
||||
<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'>
|
||||
<CardBoxComponentTitle title='Welcome to your VRES app!' />
|
||||
|
||||
<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>
|
||||
<CardBoxComponentTitle title='Welcome to Veracity RES Appraisal Management System' />
|
||||
|
||||
<BaseButtons>
|
||||
<BaseButton
|
||||
@ -161,39 +139,13 @@ export default function Starter() {
|
||||
className='w-full'
|
||||
/>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
</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'>
|
||||
© 2024 <span>{title}</span>. All rights reserved
|
||||
© 2025 <span>{title}</span>. All rights reserved
|
||||
</p>
|
||||
<Link className='py-6 ml-4 text-sm' href='/privacy-policy/'>
|
||||
Privacy Policy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user