import MostActiveStocks from "../components/MostActiveStocks"; import Navbar from "../components/Navbar"; export default function Stocks() { return (

Most Active Stocks

Real-time view of the most actively traded stocks, auto-refreshing every 30 seconds.

); }