change design footer & home & fields

This commit is contained in:
Ehsan
2024-10-23 05:47:21 +03:30
parent e4ce2f349b
commit 72cafd1e02
8 changed files with 59 additions and 24 deletions
+10 -5
View File
@@ -15,11 +15,16 @@ export const frequentSearches = [
"مغز و اعصاب",
];
export const footerR = ["خدمات", "ثبت نام", "تخصص ها", "بلاگ"];
export const footerR = [
{ name: "خدمات", link: "" },
{ name: "ثبت نام", link: "/login" },
{ name: "تخصص ها", link: "/specialties" },
{ name: "بلاگ", link: "/blogs" },
];
export const footerL = [
"دسترسی سریع",
"درباره ما",
"تماس با ما",
"سوالات متداول",
{ name: "دسترسی سریع", link: "" },
{ name: "درباره ما", link: "/about-us" },
{ name: "تماس با ما", link: "/contact-us" },
{ name: "سوالات متداول", link: "/contact-us" },
];