import { Box, Card, CardContent, Typography, Link, Button, Avatar, Stack } from "@mui/material"; import GitHubIcon from "@mui/icons-material/GitHub"; export default function About() { const repo = "https://github.com/"; return ( Depin Web Client Web client for the MSBD5017 Depin project. In case the website is down, you can run your own local instance by following the instructions in the GitHub repository. ); } // ...existing code...