Update website layout to include a redesigned footer section
Implement a new footer component in AppLayout.tsx and add translations for footer links and text in translations.ts. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 183f5c8d-3782-49ac-b611-3d83bcfdd05b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/GHSmanY Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -423,6 +423,29 @@ export const en = {
|
||||
failed: "Failed",
|
||||
noEntries: "No WhatsApp log entries yet.",
|
||||
},
|
||||
footer: {
|
||||
overviewTitle: "Overview",
|
||||
overviewAbout: "About EHSAN",
|
||||
overviewCommittees: "Committees",
|
||||
overviewSms: "Donate by SMS",
|
||||
overviewSitemap: "Sitemap",
|
||||
supportTitle: "Support & Help",
|
||||
supportComplaints: "Complaints",
|
||||
supportSla: "Service Level Agreement",
|
||||
supportFaq: "FAQ",
|
||||
supportPrivacy: "Privacy Policy",
|
||||
supportAccessibility: "Accessibility",
|
||||
contactTitle: "Contact Us",
|
||||
phoneLabel: "Call us",
|
||||
xLabel: "EHSAN on X",
|
||||
downloadTitle: "Download the EHSAN app",
|
||||
appStoreLabel: "Download on the App Store",
|
||||
googlePlayLabel: "Get it on Google Play",
|
||||
sdaiaSubtitle: "Saudi Data & AI Authority",
|
||||
visionLine1: "VISION",
|
||||
visionLine2: "2030",
|
||||
rights: "All rights reserved to EHSAN platform",
|
||||
},
|
||||
};
|
||||
|
||||
export const ar = {
|
||||
@@ -850,4 +873,27 @@ export const ar = {
|
||||
failed: "فشل",
|
||||
noEntries: "لا توجد سجلات واتساب بعد.",
|
||||
},
|
||||
footer: {
|
||||
overviewTitle: "نظرة عامة",
|
||||
overviewAbout: "عن إحسان",
|
||||
overviewCommittees: "اللجان",
|
||||
overviewSms: "التبرع بالرسائل النصية",
|
||||
overviewSitemap: "خريطة الموقع",
|
||||
supportTitle: "الدعم والمساعدة",
|
||||
supportComplaints: "استقبال الشكاوى",
|
||||
supportSla: "اتفاقية مستوى الخدمة",
|
||||
supportFaq: "الأسئلة الشائعة",
|
||||
supportPrivacy: "سياسة الخصوصية",
|
||||
supportAccessibility: "إمكانية الوصول",
|
||||
contactTitle: "تواصل معنا",
|
||||
phoneLabel: "اتصل بنا",
|
||||
xLabel: "إحسان على منصة X",
|
||||
downloadTitle: "حمل تطبيق إحسان",
|
||||
appStoreLabel: "حمله من App Store",
|
||||
googlePlayLabel: "احصل عليه من Google Play",
|
||||
sdaiaSubtitle: "الهيئة السعودية للبيانات والذكاء الاصطناعي",
|
||||
visionLine1: "رؤية",
|
||||
visionLine2: "2030",
|
||||
rights: "جميع الحقوق محفوظة لمنصة إحسان",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user