"use client" import { Button } from "@/components/ui/button" import { Card, CardContent } from "@/components/ui/card" import { Badge } from "@/components/ui/badge" import { Download, ExternalLink } from "lucide-react" const newsArticles = [ { title: "Tesla: Shares Rally as Robotaxi Testing Expands to Arizona", author: "Seth Goldstein for Morningstar", date: "September 23, 2025", }, { title: "Tesla: Shares Soar on CEO Elon Musk's Share Purchase", author: "Seth Goldstein for Morningstar", date: "September 15, 2025", }, { title: "Tesla: Shares Rally on Expanded Robotaxi Testing", author: "Seth Goldstein for Morningstar", date: "September 13, 2025", }, { title: "Tesla: Shares Rise on Board Proposal for New Compensation Plan for CEO Elon Musk", author: "Seth Goldstein for Morningstar", date: "September 5, 2025", }, { title: "Tesla: Board Announces New Pay Package for CEO Elon Musk", author: "Seth Goldstein for Morningstar", date: "August 5, 2025", updated: "Updated August 8, 2025 at 7:49 AM", }, { title: "Tesla Earnings: Affordable Vehicle to Enter Production by End of Year as Robotaxi Testing Underway", author: "Seth Goldstein for Morningstar", date: "July 24, 2025", }, { title: "Tesla: Shares Fall as US Law Set To Eliminate EV Tax Credits Early; Musk Plans to Start New Party", author: "Seth Goldstein for Morningstar", date: "July 8, 2025", updated: "Updated July 17, 2025 at 9:55 AM", }, { title: "Tesla: Second-Quarter Deliveries Decline Confirms Our View for Lower 2025 Deliveries", author: "Seth Goldstein for Morningstar", date: "July 2, 2025", }, { title: "Tesla: Robotaxi Begins Testing With Non-Tesla Employees but With Limitations", author: "Seth Goldstein for Morningstar", date: "June 23, 2025", updated: "Updated July 2, 2025 at 8:12 AM", }, { title: "Tesla: Shares Rise as CEO Elon Musk's Feud With US President Donald Trump Cools", author: "Seth Goldstein for Morningstar", date: "June 7, 2025", updated: "Updated June 21, 2025 at 2:56 PM", }, { title: "Tesla: Shares Sink as CEO Elon Musk Feuds With US President Donald Trump", author: "Seth Goldstein for Morningstar", date: "June 6, 2025", }, ] const perplexityReports = [ { title: "TSLA Initiation of Coverage Report", author: "Perplexity Labs", date: "Generated September 29, 2025 at 6:02 PM", }, ] const independentReports = [ { title: "Tesla - US EQUITY Research", author: "DBS Bank", date: "September 22, 2025", outlook: "neutral", }, { title: "Morningstar Equity Analyst Report", author: "Morningstar", date: "June 10, 2025", outlook: "bearish", }, { title: "Tesla Inc. (TSLA) Research Analysis", author: "Goldman Sachs", date: "September 15, 2025", outlook: "neutral", }, ] export function Research() { return (