Footer
V1
Import
import { Footer } from '@/components/landing/v1/footer'
<Footer />
V2
Import
import { FooterSection } from '@/components/landing/v2/footer'
<FooterSection />
Reminder: This boilerplate use the ShadCN component library. Refer to the ShadCN documentation (opens in a new tab) for more information.