import { useModelState } from "@/store/model-store"; import { BarChart2, Clock, Droplets, LineChart, Link, MessageCircle, Newspaper, RefreshCw, Wind, X, } from "lucide-react"; import { useShallow } from "zustand/react/shallow"; import { Badge } from "../ui/badge"; import { Button } from "../ui/button"; import { Card, CardContent } from "../ui/card"; export function AnalyticsPanel({ setShowAnalytics, }: { setShowAnalytics: (show: boolean) => void; }) { const { selectedModel, setSelectedModel } = useModelState( useShallow((state) => ({ selectedModel: state.selectedModel, setSelectedModel: state.setSelectedModel, models: state.models, })) ); return (
Information in radius will be analyzed
Overall Price History of this area
The estimated price based on various factors.
The BTS Skytrain will be extended to cover more areas in Sukhumvit by 2025.
New property tax regulations will take effect next month affecting luxury condominiums.