import React from 'react'; import { useNavigate } from 'react-router-dom'; const LandingPage: React.FC = () => { const navigate = useNavigate(); return (
LabAid AI

AI-Powered Lab Troubleshooting

Instantly diagnose and resolve equipment issues with our intelligent AI assistant. Get step-by-step solutions, maintenance tips, and expert guidance 24/7.

How It Works

1

Describe the Issue

Simply tell our AI what's wrong with your equipment. Use natural language - no technical jargon required.

2

Get AI Analysis

Our advanced AI analyzes your description and equipment type to provide accurate diagnosis and solutions.

3

Follow the Steps

Receive detailed, step-by-step instructions with visual aids to resolve the issue quickly and safely.

Download Resources

Equipment Manual

Complete user manual for lab equipment operation and safety guidelines.

PDF · 2.4 MB

Troubleshooting Guide

Step-by-step solutions for common equipment issues and error codes.

PDF · 1.8 MB

Maintenance Schedule

Recommended maintenance timeline and procedures for optimal performance.

PDF · 0.9 MB
View All Documents →
); }; export default LandingPage;