import "./about.css"; import { useNavigate } from "react-router-dom"; function About() { const navigate = useNavigate(); return (
Bringing birds closer to you
A bird sitting on a camera
A curious-interested looking cute bird
And the birds you love
Enhance your day
A very confident looking owl
navigate("/feed")} > Feather Feed
Feed with posts navigate("/feed")} />
... a social media platform about Birds.
Look up our navigate("/feed")} > {" "} Feed{" "} and navigate("/register")} > {" "} Sign up{" "} for your daily Feather Feed.
); } export default About;