hextastudio/ui needs your support to stay running 🫶 Help us
Footer
A component that is used to display the links at the end of the website.
Preview
tsx
import Link from "next/link";
const Footer = () => {
return (
<footer
className="flex flex-wrap items-center w-full p-6 footer gap-7 grow justify-between "
style={{ borderTop: "1px solid #ffffff20" }}
>
<div className="footer-section1 flex flex-col gap-2">
<h3 className="text-[20px] font-semibold text-white">hextastudio/ui</h3>