// React, NextJS import React from "react"; import Link from "next/link"; // Bootstrap components import Container from 'react-bootstrap/Container'; import Row from 'react-bootstrap/Row'; import Col from 'react-bootstrap/Col'; export default function Footer(props) { return ( ); }