import React, { useState, useEffect, useRef } from 'react'; import { Card, Container, Row } from 'react-bootstrap'; function Home() { return (