"use client";
import {
Button,
Card,
CardActions,
CardContent,
CardMedia,
Typography,
} from "@mui/material";
import Link from "next/link";
import GeopsAPIsLink from "./components/GeopsAPIsLink";
import GeopsMobility from "./components/GeopsMobility";
import GeopsMobilitySearch from "./components/GeopsMobilitySearch";
import GeopsStopsAPILink from "./components/GeopsStopsAPILink";
import usePublicKey from "./hooks/usePublicKey";
export default function Home() {
const apiKey = usePublicKey();
return (
<>
This project contains a set of web components allowing to use easily the{" "}