change design footer & home & fields
This commit is contained in:
+10
-5
@@ -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" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user