Skip to content

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

📸 Alt Text

// 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";