Footer
A clean and responsive footer component. Completly customizable. To see more UI Components/Blocks click here.
Preview
Usage
import { FooterDefault } from "@/components/blocks/footer/footer-default"
export default function Page() {
return (
<FooterDefault/>
)
}The footer-default.tsx file already comes in the EasyToLaunch repo by default.