import { FC, useState } from "react"; import Head from "next/head"; import { Grid, Button } from "@mui/material"; import { Layout } from "components/Layout"; import Iframe from "react-iframe"; const Trends: FC = () => { const [leafcutterURL, setLeafcutterURL] = useState( "https://lc.digiresilience.org/trends" ); return ( Link Shell