import React from 'react'; import { ArrowRight, Brain, Sparkles, Users, FileText, Zap, Shield, MessageSquare } from 'lucide-react'; import { Link } from 'react-router-dom'; import { Button } from '../components/ui/Button'; import { Header } from '../components/layout/Header'; function Home() { return (
{/* Hero Section */}

Advanced Document Intelligence with RAG AI

Experience the power of Retrieval-Augmented Generation. Process documents, get instant insights, and learn more effectively with our advanced AI system.

{/* Stats Section */}
95%
Query Accuracy
1000+
Daily Queries
90%
Relevance Rate
40%
Time Saved
{/* Features Section */}

Powered by Advanced RAG Technology

Our system combines state-of-the-art retrieval and generation to provide accurate, context-aware responses.

Intelligent Analysis

Advanced RAG system processes your documents with 95% accuracy for precise answers.

Smart Retrieval

Context-aware document retrieval with semantic understanding of your content.

Source Attribution

Transparent source referencing and attribution for all retrieved information.

{/* How It Works Section */}

How RAG AI Works

Experience the power of intelligent document processing in four simple steps.

Upload Documents

Upload your documents in any format

AI Processing

Our RAG system analyzes and indexes your content

Ask Questions

Get instant, accurate answers from your materials

Track Progress

Monitor insights and document processing

{/* CTA Section */}

Ready to Transform Your Document Processing?

Join thousands of users who are already using RAG AI for intelligent document analysis.

); } export default Home;