"use client"
import { LineChart, Wind, Droplets, Sparkles, Bot } from "lucide-react"
import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"
import { AreaChart } from "./area-chart"
import { Overlay } from "./overlay-system/overlay"
import { useOverlay } from "./overlay-system/overlay-context"
export function AnalyticsOverlay() {
const { toggleOverlay } = useOverlay()
const handleChatClick = () => {
toggleOverlay("chat")
}
return (
Information in radius will be analyzed
Overall Price History of this area
The estimated price based on various factors.
Want to ask specific question?