| { | { | ||||
| "name": "frontend", | "name": "frontend", | ||||
| "version": "1.0.21", | |||||
| "version": "1.0.22", | |||||
| "private": true, | "private": true, | ||||
| "dependencies": { | "dependencies": { | ||||
| "@faceless-ui/slider": "^1.1.14", | "@faceless-ui/slider": "^1.1.14", |
| document.title = 'About Us'; | document.title = 'About Us'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Careers'; | document.title = 'Careers'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| useEffect(async () => { | useEffect(async () => { | ||||
| var vid = document.getElementById('animation'); | var vid = document.getElementById('animation'); |
| document.title = 'Case Studies'; | document.title = 'Case Studies'; | ||||
| },[]); | },[]); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: BI Healthcare Solution'; | document.title = 'Case Study: BI Healthcare Solution'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: Centralized Monitoring System'; | document.title = 'Case Study: Centralized Monitoring System'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: Financial Engine'; | document.title = 'Case Study: Financial Engine'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: Resource Planning System'; | document.title = 'Case Study: Resource Planning System'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: Healthcare Tracking Software'; | document.title = 'Case Study: Healthcare Tracking Software'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Case Study: Ticketing System For Passengers'; | document.title = 'Case Study: Ticketing System For Passengers'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| const [data, setData] = useState(''); | const [data, setData] = useState(''); | ||||
| const [isLoaded, setIsLoaded] = useState(''); | const [isLoaded, setIsLoaded] = useState(''); | ||||
| //const hookdata = useDataApi(`${api_url}/api/job-submissions`); | |||||
| useEffect(() => { | useEffect(() => { | ||||
| document.title = 'Contact Us'; | document.title = 'Contact Us'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| // useEffect(() => { | |||||
| // console.log(hookdata); | |||||
| // }) | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> | ||||
| <section id="contact" className="h-fit bg-baby-blue dark:bg-dg-primary-1600 mt-90p"> | <section id="contact" className="h-fit bg-baby-blue dark:bg-dg-primary-1600 mt-90p"> |
| document.title = 'Case Studies'; | document.title = 'Case Studies'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( | ||||
| <PageLayout> | <PageLayout> |
| document.title = 'Privacy Policy'; | document.title = 'Privacy Policy'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| return ( | return ( |
| document.title = 'Process'; | document.title = 'Process'; | ||||
| }, []); | }, []); | ||||
| useAnalytics(); | |||||
| //useAnalytics(); | |||||
| useEffect(() => { | useEffect(() => { | ||||
| if (windowInfo.width < 1000) setIsMobile(true); | if (windowInfo.width < 1000) setIsMobile(true); |
| } | } | ||||
| const HelpParagraph = ({title, paragraph}) => { | const HelpParagraph = ({title, paragraph}) => { | ||||
| return ( | return ( | ||||
| <div className=''> | |||||
| <div> | |||||
| <h4 className='font-semibold text-title'>{title}</h4> | <h4 className='font-semibold text-title'>{title}</h4> | ||||
| <p>{paragraph}</p> | <p>{paragraph}</p> | ||||
| </div> | </div> |