diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index bd0ec5f..0b636da 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { ArrowRight, Brain, Sparkles, Users, FileText, Zap, Shield, MessageSquare } from 'lucide-react'; +import { ArrowRight, Brain, Sparkles, FileText, Zap, Shield, MessageSquare, Mail, Search, History, Link2, BarChart2 } from 'lucide-react'; import { Link } from 'react-router-dom'; import { Button } from '../components/ui/Button'; import { Header } from '../components/layout/Header'; @@ -74,9 +74,9 @@ function Home() {
-

Intelligent Analysis

+

AI Task Automation

- Advanced RAG system processes your documents with 95% accuracy for precise answers. + Handles complex tasks like email composition, web search, and file retrieval with 95% accuracy.

@@ -84,24 +84,97 @@ function Home() {
-

Smart Retrieval

+

Context-Aware Retrieval

- Context-aware document retrieval with semantic understanding of your content. + Dynamically accesses and references files with intelligent preprocessing for better task execution.

- +
-

Source Attribution

+

Secure & Fast

- Transparent source referencing and attribution for all retrieved information. + Zero-breach security with optimized performance, reducing API calls by 40% for faster responses.

+ {/* AI Capabilities Section */} +
+
+
+

Advanced AI Capabilities

+

+ Experience the power of our AI agent with these cutting-edge features. +

+
+
+
+
+ +
+

Email Automation

+

+ Generates and sends professional emails tailored to your needs with context awareness. +

+
+ +
+
+ +
+

Intelligent Search

+

+ Conducts targeted web searches and provides concise, relevant summaries of results. +

+
+ +
+
+ +
+

File Integration

+

+ Seamlessly retrieves and uses files as references for providing contextual responses. +

+
+ +
+
+ +
+

Context Retention

+

+ Maintains conversation history for seamless and continuous task execution. +

+
+ +
+
+ +
+

Source Attribution

+

+ Provides transparent referencing of all retrieved information and sources. +

+
+ +
+
+ +
+

Performance Metrics

+

+ Sub-second task execution with 95% accuracy and optimized local storage. +

+
+
+
+
+ {/* How It Works Section */}
diff --git a/src/pages/dashboard/ask.tsx b/src/pages/dashboard/ask.tsx index 83f7998..70688a3 100644 --- a/src/pages/dashboard/ask.tsx +++ b/src/pages/dashboard/ask.tsx @@ -252,9 +252,9 @@ export default function AskQuestion() {
-

Welcome to StudyAI Chat

+

Welcome to your AI AGENT

- Start a new chat to begin asking questions about your study materials + Start a new chat to begin automating your tasks

@@ -318,21 +318,21 @@ export default function AskQuestion() { className="w-full justify-start text-left" onClick={() => setQuestion("Generate a summary of my uploaded materials")} > - Generate Summary + Email Assistant