🚀 Footer Components

Explore the usage of Footer components to enhance the navigation and information accessibility in your applications.

Standard Footer

The Footer component is used to create a consistent and informative footer for your application.

Example Standard Footer Usage
1 import Footer from '@/shared/component/Footer';
2 
3 <Footer />

Small Footer

The FooterSmall component provides a minimalistic footer option with essential links and copyright information.

Example Small Footer Usage
1 import { FooterSmall } from '@/shared/component/Footer';
2 
3 <FooterSmall />
Utilize these footer components to enhance the user experience by providing useful information and navigation options in your projects.🚀