Footer

The footer section is used on the pages of your marketing (public) website.

It includes the links to the other sections of your website.

Component: <Footer />

File: src/components/Footer/Footer.tsx

page.tsx
import { Footer } from "@/components/Footer/Footer";

Last updated