Footer
🦶 Simple Footer¶
A minimal footer that includes:
- Logo
- Slogan
- Links
🧩 There are 3 components you can use based on language:
<Footer />
➜ Footer that supports both Arabic and English<Footer_ar />
➜ Footer for Arabic only<Footer_en />
➜ Footer for English only
📸
// For both Arabic and English
import Footer from "@/components/Footer";
// English only
import Footer_en from "@/components/Footer_en";
// Arabic only
import Footer_ar from "@/components/Footer_ar";