pdfequips-footer 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,8 +5,8 @@ import {
5
5
  FaXTwitter,
6
6
  } from "react-icons/fa6";
7
7
  import FooterLinks from "./FooterLinks";
8
- import { getFooterContent } from "../src/getFooterContent";
9
- import { getFooterLinks } from "../src/getFooterLinks";
8
+ import { getFooterContent } from "./getFooterContent";
9
+ import { getFooterLinks } from "./getFooterLinks";
10
10
  export const Footer = ({
11
11
  // footer,
12
12
  title,
@@ -68,7 +68,7 @@ export const Footer = ({
68
68
  <div className="bottom-row">
69
69
  <div>
70
70
  <strong>{footer.bottom_row.pdf_tools}</strong>
71
- <FooterLinks links={footerLinks} lang={lang} />
71
+ <FooterLinks links={footerLinks} />
72
72
  </div>
73
73
  <div>
74
74
  <strong>{footer.bottom_row.languages}</strong>
@@ -1,14 +1,13 @@
1
1
  interface FooterLinkProps {
2
2
  links: { URL: string, text: string }[];
3
- lang: string;
4
3
  }
5
4
 
6
- const FooterLinks: React.FC<FooterLinkProps> = ({ links, lang }) => {
5
+ const FooterLinks: React.FC<FooterLinkProps> = ({ links }) => {
7
6
  return (
8
7
  <ul className="footer-links">
9
8
  {links.map((link, index) => (
10
9
  <li key={index}>
11
- <a href={`${lang ? `/${lang}` : ''}${link.URL}`} target="_blank" rel="noopener noreferrer">
10
+ <a href={`${link.URL}`} target="_blank" rel="noopener noreferrer">
12
11
  {link.text}
13
12
  </a>
14
13
  </li>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pdfequips-footer",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "scripts": {
5
5
  "dev": "next dev --turbopack",
6
6
  "build": "next build",
@@ -23,135 +23,135 @@ import { footerLinksType } from "./content";
23
23
 
24
24
  export const footerLinks: footerLinksType = [
25
25
  {
26
- "URL": "https://www.pdfequips.com/pdf-to-psd",
26
+ "URL": "https://www.pdfequips.com/ar/pdf-to-psd",
27
27
  "text": "تحويل PDF إلى PSD"
28
28
  },
29
29
  {
30
- "URL": "https://www.pdfequips.com/pdf-to-webp",
30
+ "URL": "https://www.pdfequips.com/ar/pdf-to-webp",
31
31
  "text": "تحويل PDF إلى WebP"
32
32
  },
33
33
  {
34
- "URL": "https://www.pdfequips.com/tiff-to-pdf",
34
+ "URL": "https://www.pdfequips.com/ar/tiff-to-pdf",
35
35
  "text": "تحويل TIFF إلى PDF"
36
36
  },
37
37
  {
38
- "URL": "https://www.pdfequips.com/pdf-to-tiff",
38
+ "URL": "https://www.pdfequips.com/ar/pdf-to-tiff",
39
39
  "text": "تحويل PDF إلى TIFF"
40
40
  },
41
41
  {
42
- "URL": "https://www.pdfequips.com/svg-to-pdf",
42
+ "URL": "https://www.pdfequips.com/ar/svg-to-pdf",
43
43
  "text": "تحويل SVG إلى PDF"
44
44
  },
45
45
  {
46
- "URL": "https://www.pdfequips.com/png-to-pdf",
46
+ "URL": "https://www.pdfequips.com/ar/png-to-pdf",
47
47
  "text": "تحويل PNG إلى PDF"
48
48
  },
49
49
  {
50
- "URL": "https://www.pdfequips.com/pdf-to-png",
50
+ "URL": "https://www.pdfequips.com/ar/pdf-to-png",
51
51
  "text": "تحويل PDF إلى PNG"
52
52
  },
53
53
  {
54
- "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
54
+ "URL": "https://www.pdfequips.com/ar/pdf-to-heif-heic",
55
55
  "text": "تحويل PDF إلى HEIF/HEIC"
56
56
  },
57
57
  {
58
- "URL": "https://www.pdfequips.com/remove-pages",
58
+ "URL": "https://www.pdfequips.com/ar/remove-pages",
59
59
  "text": "إزالة الصفحات من PDF"
60
60
  },
61
61
  {
62
- "URL": "https://www.pdfequips.com/read-pdf",
62
+ "URL": "https://www.pdfequips.com/ar/read-pdf",
63
63
  "text": "قراءة ملفات PDF"
64
64
  },
65
65
  {
66
- "URL": "https://www.pdfequips.com/epub-to-pdf",
66
+ "URL": "https://www.pdfequips.com/ar/epub-to-pdf",
67
67
  "text": "تحويل EPUB إلى PDF"
68
68
  },
69
69
  {
70
- "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
70
+ "URL": "https://www.pdfequips.com/ar/heif-heic-to-pdf",
71
71
  "text": "تحويل HEIF/HEIC إلى PDF"
72
72
  },
73
73
  {
74
- "URL": "https://www.pdfequips.com/rtf-to-pdf",
74
+ "URL": "https://www.pdfequips.com/ar/rtf-to-pdf",
75
75
  "text": "تحويل RTF إلى PDF"
76
76
  },
77
77
  {
78
- "URL": "https://www.pdfequips.com/pdf-to-svg",
78
+ "URL": "https://www.pdfequips.com/ar/pdf-to-svg",
79
79
  "text": "تحويل PDF إلى SVG"
80
80
  },
81
81
  {
82
- "URL": "https://www.pdfequips.com/pdf-to-gif",
82
+ "URL": "https://www.pdfequips.com/ar/pdf-to-gif",
83
83
  "text": "تحويل PDF إلى GIF"
84
84
  },
85
85
  {
86
- "URL": "https://www.pdfequips.com/sign-pdf",
86
+ "URL": "https://www.pdfequips.com/ar/sign-pdf",
87
87
  "text": "توقيع مستندات PDF"
88
88
  },
89
89
  {
90
- "URL": "https://www.pdfequips.com/pdf-to-rtf",
90
+ "URL": "https://www.pdfequips.com/ar/pdf-to-rtf",
91
91
  "text": "تحويل PDF إلى RTF"
92
92
  },
93
93
  {
94
- "URL": "https://www.pdfequips.com/webp-to-pdf",
94
+ "URL": "https://www.pdfequips.com/ar/webp-to-pdf",
95
95
  "text": "تحويل WebP إلى PDF"
96
96
  },
97
97
  {
98
- "URL": "https://www.pdfequips.com/bmp-to-pdf",
98
+ "URL": "https://www.pdfequips.com/ar/bmp-to-pdf",
99
99
  "text": "تحويل BMP إلى PDF"
100
100
  },
101
101
  {
102
- "URL": "https://www.pdfequips.com/pdf-to-bmp",
102
+ "URL": "https://www.pdfequips.com/ar/pdf-to-bmp",
103
103
  "text": "تحويل PDF إلى BMP"
104
104
  },
105
105
  {
106
- "URL": "https://www.pdfequips.com/crop-pdf",
106
+ "URL": "https://www.pdfequips.com/ar/crop-pdf",
107
107
  "text": "قص صفحات PDF"
108
108
  },
109
109
  {
110
- "URL": "https://www.pdfequips.com/resize-pdf",
110
+ "URL": "https://www.pdfequips.com/ar/resize-pdf",
111
111
  "text": "تغيير حجم صفحات PDF"
112
112
  },
113
113
  {
114
- "URL": "https://www.pdfequips.com/pdf-to-image",
114
+ "URL": "https://www.pdfequips.com/ar/pdf-to-image",
115
115
  "text": "تحويل PDF إلى صورة"
116
116
  },
117
117
  {
118
- "URL": "https://www.pdfequips.com/psd-to-pdf",
118
+ "URL": "https://www.pdfequips.com/ar/psd-to-pdf",
119
119
  "text": "تحويل PSD إلى PDF"
120
120
  },
121
121
  {
122
- "URL": "https://www.pdfequips.com/pdf-to-csv",
122
+ "URL": "https://www.pdfequips.com/ar/pdf-to-csv",
123
123
  "text": "تحويل PDF إلى CSV"
124
124
  },
125
125
  {
126
- "URL": "https://www.pdfequips.com/merge-pages",
126
+ "URL": "https://www.pdfequips.com/ar/merge-pages",
127
127
  "text": "دمج صفحات PDF"
128
128
  },
129
129
  {
130
- "URL": "https://www.pdfequips.com/image-to-pdf",
130
+ "URL": "https://www.pdfequips.com/ar/image-to-pdf",
131
131
  "text": "تحويل صورة إلى PDF"
132
132
  },
133
133
  {
134
- "URL": "https://www.pdfequips.com/excel-to-pdf",
134
+ "URL": "https://www.pdfequips.com/ar/excel-to-pdf",
135
135
  "text": "تحويل Excel إلى PDF"
136
136
  },
137
137
  {
138
- "URL": "https://www.pdfequips.com/html-to-pdf",
138
+ "URL": "https://www.pdfequips.com/ar/html-to-pdf",
139
139
  "text": "تحويل HTML إلى PDF"
140
140
  },
141
141
  {
142
- "URL": "https://www.pdfequips.com/text-to-pdf",
142
+ "URL": "https://www.pdfequips.com/ar/text-to-pdf",
143
143
  "text": "تحويل نص إلى PDF"
144
144
  },
145
145
  {
146
- "URL": "https://www.pdfequips.com/gif-to-pdf",
146
+ "URL": "https://www.pdfequips.com/ar/gif-to-pdf",
147
147
  "text": "تحويل GIF إلى PDF"
148
148
  },
149
149
  {
150
- "URL": "https://www.pdfequips.com/csv-to-pdf",
150
+ "URL": "https://www.pdfequips.com/ar/csv-to-pdf",
151
151
  "text": "تحويل CSV إلى PDF"
152
152
  },
153
153
  {
154
- "URL": "https://www.pdfequips.com/pdf-to-epub",
154
+ "URL": "https://www.pdfequips.com/ar/pdf-to-epub",
155
155
  "text": "تحويل PDF إلى EPUB"
156
156
  }
157
157
  ];
@@ -23,135 +23,135 @@ export const footer: _footer = {
23
23
 
24
24
  export const footerLinks: footerLinksType = [
25
25
  {
26
- "URL": "https://www.pdfequips.com/pdf-to-psd",
26
+ "URL": "https://www.pdfequips.com/es/pdf-to-psd",
27
27
  "text": "Convertir PDF a PSD"
28
28
  },
29
29
  {
30
- "URL": "https://www.pdfequips.com/pdf-to-webp",
30
+ "URL": "https://www.pdfequips.com/es/pdf-to-webp",
31
31
  "text": "Convertir PDF a WebP"
32
32
  },
33
33
  {
34
- "URL": "https://www.pdfequips.com/tiff-to-pdf",
34
+ "URL": "https://www.pdfequips.com/es/tiff-to-pdf",
35
35
  "text": "Convertir TIFF a PDF"
36
36
  },
37
37
  {
38
- "URL": "https://www.pdfequips.com/pdf-to-tiff",
38
+ "URL": "https://www.pdfequips.com/es/pdf-to-tiff",
39
39
  "text": "Convertir PDF a TIFF"
40
40
  },
41
41
  {
42
- "URL": "https://www.pdfequips.com/svg-to-pdf",
42
+ "URL": "https://www.pdfequips.com/es/svg-to-pdf",
43
43
  "text": "Convertir SVG a PDF"
44
44
  },
45
45
  {
46
- "URL": "https://www.pdfequips.com/png-to-pdf",
46
+ "URL": "https://www.pdfequips.com/es/png-to-pdf",
47
47
  "text": "Convertir PNG a PDF"
48
48
  },
49
49
  {
50
- "URL": "https://www.pdfequips.com/pdf-to-png",
50
+ "URL": "https://www.pdfequips.com/es/pdf-to-png",
51
51
  "text": "Convertir PDF a PNG"
52
52
  },
53
53
  {
54
- "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
54
+ "URL": "https://www.pdfequips.com/es/pdf-to-heif-heic",
55
55
  "text": "Convertir PDF a HEIF/HEIC"
56
56
  },
57
57
  {
58
- "URL": "https://www.pdfequips.com/remove-pages",
58
+ "URL": "https://www.pdfequips.com/es/remove-pages",
59
59
  "text": "Eliminar páginas de PDF"
60
60
  },
61
61
  {
62
- "URL": "https://www.pdfequips.com/read-pdf",
62
+ "URL": "https://www.pdfequips.com/es/read-pdf",
63
63
  "text": "Leer archivos PDF"
64
64
  },
65
65
  {
66
- "URL": "https://www.pdfequips.com/epub-to-pdf",
66
+ "URL": "https://www.pdfequips.com/es/epub-to-pdf",
67
67
  "text": "Convertir EPUB a PDF"
68
68
  },
69
69
  {
70
- "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
70
+ "URL": "https://www.pdfequips.com/es/heif-heic-to-pdf",
71
71
  "text": "Convertir HEIF/HEIC a PDF"
72
72
  },
73
73
  {
74
- "URL": "https://www.pdfequips.com/rtf-to-pdf",
74
+ "URL": "https://www.pdfequips.com/es/rtf-to-pdf",
75
75
  "text": "Convertir RTF a PDF"
76
76
  },
77
77
  {
78
- "URL": "https://www.pdfequips.com/pdf-to-svg",
78
+ "URL": "https://www.pdfequips.com/es/pdf-to-svg",
79
79
  "text": "Convertir PDF a SVG"
80
80
  },
81
81
  {
82
- "URL": "https://www.pdfequips.com/pdf-to-gif",
82
+ "URL": "https://www.pdfequips.com/es/pdf-to-gif",
83
83
  "text": "Convertir PDF a GIF"
84
84
  },
85
85
  {
86
- "URL": "https://www.pdfequips.com/sign-pdf",
86
+ "URL": "https://www.pdfequips.com/es/sign-pdf",
87
87
  "text": "Firmar documentos PDF"
88
88
  },
89
89
  {
90
- "URL": "https://www.pdfequips.com/pdf-to-rtf",
90
+ "URL": "https://www.pdfequips.com/es/pdf-to-rtf",
91
91
  "text": "Convertir PDF a RTF"
92
92
  },
93
93
  {
94
- "URL": "https://www.pdfequips.com/webp-to-pdf",
94
+ "URL": "https://www.pdfequips.com/es/webp-to-pdf",
95
95
  "text": "Convertir WebP a PDF"
96
96
  },
97
97
  {
98
- "URL": "https://www.pdfequips.com/bmp-to-pdf",
98
+ "URL": "https://www.pdfequips.com/es/bmp-to-pdf",
99
99
  "text": "Convertir BMP a PDF"
100
100
  },
101
101
  {
102
- "URL": "https://www.pdfequips.com/pdf-to-bmp",
102
+ "URL": "https://www.pdfequips.com/es/pdf-to-bmp",
103
103
  "text": "Convertir PDF a BMP"
104
104
  },
105
105
  {
106
- "URL": "https://www.pdfequips.com/crop-pdf",
106
+ "URL": "https://www.pdfequips.com/es/crop-pdf",
107
107
  "text": "Recortar páginas PDF"
108
108
  },
109
109
  {
110
- "URL": "https://www.pdfequips.com/resize-pdf",
110
+ "URL": "https://www.pdfequips.com/es/resize-pdf",
111
111
  "text": "Redimensionar páginas PDF"
112
112
  },
113
113
  {
114
- "URL": "https://www.pdfequips.com/pdf-to-image",
114
+ "URL": "https://www.pdfequips.com/es/pdf-to-image",
115
115
  "text": "Convertir PDF a imagen"
116
116
  },
117
117
  {
118
- "URL": "https://www.pdfequips.com/psd-to-pdf",
118
+ "URL": "https://www.pdfequips.com/es/psd-to-pdf",
119
119
  "text": "Convertir PSD a PDF"
120
120
  },
121
121
  {
122
- "URL": "https://www.pdfequips.com/pdf-to-csv",
122
+ "URL": "https://www.pdfequips.com/es/pdf-to-csv",
123
123
  "text": "Convertir PDF a CSV"
124
124
  },
125
125
  {
126
- "URL": "https://www.pdfequips.com/merge-pages",
126
+ "URL": "https://www.pdfequips.com/es/merge-pages",
127
127
  "text": "Unir páginas PDF"
128
128
  },
129
129
  {
130
- "URL": "https://www.pdfequips.com/image-to-pdf",
130
+ "URL": "https://www.pdfequips.com/es/image-to-pdf",
131
131
  "text": "Convertir imagen a PDF"
132
132
  },
133
133
  {
134
- "URL": "https://www.pdfequips.com/excel-to-pdf",
134
+ "URL": "https://www.pdfequips.com/es/excel-to-pdf",
135
135
  "text": "Convertir Excel a PDF"
136
136
  },
137
137
  {
138
- "URL": "https://www.pdfequips.com/html-to-pdf",
138
+ "URL": "https://www.pdfequips.com/es/html-to-pdf",
139
139
  "text": "Convertir HTML a PDF"
140
140
  },
141
141
  {
142
- "URL": "https://www.pdfequips.com/text-to-pdf",
142
+ "URL": "https://www.pdfequips.com/es/text-to-pdf",
143
143
  "text": "Convertir texto a PDF"
144
144
  },
145
145
  {
146
- "URL": "https://www.pdfequips.com/gif-to-pdf",
146
+ "URL": "https://www.pdfequips.com/es/gif-to-pdf",
147
147
  "text": "Convertir GIF a PDF"
148
148
  },
149
149
  {
150
- "URL": "https://www.pdfequips.com/csv-to-pdf",
150
+ "URL": "https://www.pdfequips.com/es/csv-to-pdf",
151
151
  "text": "Convertir CSV a PDF"
152
152
  },
153
153
  {
154
- "URL": "https://www.pdfequips.com/pdf-to-epub",
154
+ "URL": "https://www.pdfequips.com/es/pdf-to-epub",
155
155
  "text": "Convertir PDF a EPUB"
156
156
  }
157
157
  ];
@@ -21,135 +21,135 @@ export const footer: _footer = {
21
21
 
22
22
  export const footerLinks: footerLinksType = [
23
23
  {
24
- "URL": "https://www.pdfequips.com/pdf-to-psd",
24
+ "URL": "https://www.pdfequips.com/fr/pdf-to-psd",
25
25
  "text": "Convertir PDF en PSD"
26
26
  },
27
27
  {
28
- "URL": "https://www.pdfequips.com/pdf-to-webp",
28
+ "URL": "https://www.pdfequips.com/fr/pdf-to-webp",
29
29
  "text": "Convertir PDF en WebP"
30
30
  },
31
31
  {
32
- "URL": "https://www.pdfequips.com/tiff-to-pdf",
32
+ "URL": "https://www.pdfequips.com/fr/tiff-to-pdf",
33
33
  "text": "Convertir TIFF en PDF"
34
34
  },
35
35
  {
36
- "URL": "https://www.pdfequips.com/pdf-to-tiff",
36
+ "URL": "https://www.pdfequips.com/fr/pdf-to-tiff",
37
37
  "text": "Convertir PDF en TIFF"
38
38
  },
39
39
  {
40
- "URL": "https://www.pdfequips.com/svg-to-pdf",
40
+ "URL": "https://www.pdfequips.com/fr/svg-to-pdf",
41
41
  "text": "Convertir SVG en PDF"
42
42
  },
43
43
  {
44
- "URL": "https://www.pdfequips.com/png-to-pdf",
44
+ "URL": "https://www.pdfequips.com/fr/png-to-pdf",
45
45
  "text": "Convertir PNG en PDF"
46
46
  },
47
47
  {
48
- "URL": "https://www.pdfequips.com/pdf-to-png",
48
+ "URL": "https://www.pdfequips.com/fr/pdf-to-png",
49
49
  "text": "Convertir PDF en PNG"
50
50
  },
51
51
  {
52
- "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
52
+ "URL": "https://www.pdfequips.com/fr/pdf-to-heif-heic",
53
53
  "text": "Convertir PDF en HEIF/HEIC"
54
54
  },
55
55
  {
56
- "URL": "https://www.pdfequips.com/remove-pages",
56
+ "URL": "https://www.pdfequips.com/fr/remove-pages",
57
57
  "text": "Supprimer des pages du PDF"
58
58
  },
59
59
  {
60
- "URL": "https://www.pdfequips.com/read-pdf",
60
+ "URL": "https://www.pdfequips.com/fr/read-pdf",
61
61
  "text": "Lire des fichiers PDF"
62
62
  },
63
63
  {
64
- "URL": "https://www.pdfequips.com/epub-to-pdf",
64
+ "URL": "https://www.pdfequips.com/fr/epub-to-pdf",
65
65
  "text": "Convertir EPUB en PDF"
66
66
  },
67
67
  {
68
- "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
68
+ "URL": "https://www.pdfequips.com/fr/heif-heic-to-pdf",
69
69
  "text": "Convertir HEIF/HEIC en PDF"
70
70
  },
71
71
  {
72
- "URL": "https://www.pdfequips.com/rtf-to-pdf",
72
+ "URL": "https://www.pdfequips.com/fr/rtf-to-pdf",
73
73
  "text": "Convertir RTF en PDF"
74
74
  },
75
75
  {
76
- "URL": "https://www.pdfequips.com/pdf-to-svg",
76
+ "URL": "https://www.pdfequips.com/fr/pdf-to-svg",
77
77
  "text": "Convertir PDF en SVG"
78
78
  },
79
79
  {
80
- "URL": "https://www.pdfequips.com/pdf-to-gif",
80
+ "URL": "https://www.pdfequips.com/fr/pdf-to-gif",
81
81
  "text": "Convertir PDF en GIF"
82
82
  },
83
83
  {
84
- "URL": "https://www.pdfequips.com/sign-pdf",
84
+ "URL": "https://www.pdfequips.com/fr/sign-pdf",
85
85
  "text": "Signer des documents PDF"
86
86
  },
87
87
  {
88
- "URL": "https://www.pdfequips.com/pdf-to-rtf",
88
+ "URL": "https://www.pdfequips.com/fr/pdf-to-rtf",
89
89
  "text": "Convertir PDF en RTF"
90
90
  },
91
91
  {
92
- "URL": "https://www.pdfequips.com/webp-to-pdf",
92
+ "URL": "https://www.pdfequips.com/fr/webp-to-pdf",
93
93
  "text": "Convertir WebP en PDF"
94
94
  },
95
95
  {
96
- "URL": "https://www.pdfequips.com/bmp-to-pdf",
96
+ "URL": "https://www.pdfequips.com/fr/bmp-to-pdf",
97
97
  "text": "Convertir BMP en PDF"
98
98
  },
99
99
  {
100
- "URL": "https://www.pdfequips.com/pdf-to-bmp",
100
+ "URL": "https://www.pdfequips.com/fr/pdf-to-bmp",
101
101
  "text": "Convertir PDF en BMP"
102
102
  },
103
103
  {
104
- "URL": "https://www.pdfequips.com/crop-pdf",
104
+ "URL": "https://www.pdfequips.com/fr/crop-pdf",
105
105
  "text": "Rogner les pages PDF"
106
106
  },
107
107
  {
108
- "URL": "https://www.pdfequips.com/resize-pdf",
108
+ "URL": "https://www.pdfequips.com/fr/resize-pdf",
109
109
  "text": "Redimensionner les pages PDF"
110
110
  },
111
111
  {
112
- "URL": "https://www.pdfequips.com/pdf-to-image",
112
+ "URL": "https://www.pdfequips.com/fr/pdf-to-image",
113
113
  "text": "Convertir PDF en image"
114
114
  },
115
115
  {
116
- "URL": "https://www.pdfequips.com/psd-to-pdf",
116
+ "URL": "https://www.pdfequips.com/fr/psd-to-pdf",
117
117
  "text": "Convertir PSD en PDF"
118
118
  },
119
119
  {
120
- "URL": "https://www.pdfequips.com/pdf-to-csv",
120
+ "URL": "https://www.pdfequips.com/fr/pdf-to-csv",
121
121
  "text": "Convertir PDF en CSV"
122
122
  },
123
123
  {
124
- "URL": "https://www.pdfequips.com/merge-pages",
124
+ "URL": "https://www.pdfequips.com/fr/merge-pages",
125
125
  "text": "Fusionner les pages PDF"
126
126
  },
127
127
  {
128
- "URL": "https://www.pdfequips.com/image-to-pdf",
128
+ "URL": "https://www.pdfequips.com/fr/image-to-pdf",
129
129
  "text": "Convertir image en PDF"
130
130
  },
131
131
  {
132
- "URL": "https://www.pdfequips.com/excel-to-pdf",
132
+ "URL": "https://www.pdfequips.com/fr/excel-to-pdf",
133
133
  "text": "Convertir Excel en PDF"
134
134
  },
135
135
  {
136
- "URL": "https://www.pdfequips.com/html-to-pdf",
136
+ "URL": "https://www.pdfequips.com/fr/html-to-pdf",
137
137
  "text": "Convertir HTML en PDF"
138
138
  },
139
139
  {
140
- "URL": "https://www.pdfequips.com/text-to-pdf",
140
+ "URL": "https://www.pdfequips.com/fr/text-to-pdf",
141
141
  "text": "Convertir texte en PDF"
142
142
  },
143
143
  {
144
- "URL": "https://www.pdfequips.com/gif-to-pdf",
144
+ "URL": "https://www.pdfequips.com/fr/gif-to-pdf",
145
145
  "text": "Convertir GIF en PDF"
146
146
  },
147
147
  {
148
- "URL": "https://www.pdfequips.com/csv-to-pdf",
148
+ "URL": "https://www.pdfequips.com/fr/csv-to-pdf",
149
149
  "text": "Convertir CSV en PDF"
150
150
  },
151
151
  {
152
- "URL": "https://www.pdfequips.com/pdf-to-epub",
152
+ "URL": "https://www.pdfequips.com/fr/pdf-to-epub",
153
153
  "text": "Convertir PDF en EPUB"
154
154
  }
155
155
  ];
@@ -21,135 +21,135 @@ export const footer: _footer = {
21
21
 
22
22
  export const footerLinks: footerLinksType = [
23
23
  {
24
- "URL": "https://www.pdfequips.com/pdf-to-psd",
24
+ "URL": "https://www.pdfequips.com/hi/pdf-to-psd",
25
25
  "text": "PDF को PSD में बदलें"
26
26
  },
27
27
  {
28
- "URL": "https://www.pdfequips.com/pdf-to-webp",
28
+ "URL": "https://www.pdfequips.com/hi/pdf-to-webp",
29
29
  "text": "PDF को WebP में बदलें"
30
30
  },
31
31
  {
32
- "URL": "https://www.pdfequips.com/tiff-to-pdf",
32
+ "URL": "https://www.pdfequips.com/hi/tiff-to-pdf",
33
33
  "text": "TIFF को PDF में बदलें"
34
34
  },
35
35
  {
36
- "URL": "https://www.pdfequips.com/pdf-to-tiff",
36
+ "URL": "https://www.pdfequips.com/hi/pdf-to-tiff",
37
37
  "text": "PDF को TIFF में बदलें"
38
38
  },
39
39
  {
40
- "URL": "https://www.pdfequips.com/svg-to-pdf",
40
+ "URL": "https://www.pdfequips.com/hi/svg-to-pdf",
41
41
  "text": "SVG को PDF में बदलें"
42
42
  },
43
43
  {
44
- "URL": "https://www.pdfequips.com/png-to-pdf",
44
+ "URL": "https://www.pdfequips.com/hi/png-to-pdf",
45
45
  "text": "PNG को PDF में बदलें"
46
46
  },
47
47
  {
48
- "URL": "https://www.pdfequips.com/pdf-to-png",
48
+ "URL": "https://www.pdfequips.com/hi/pdf-to-png",
49
49
  "text": "PDF को PNG में बदलें"
50
50
  },
51
51
  {
52
- "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
52
+ "URL": "https://www.pdfequips.com/hi/pdf-to-heif-heic",
53
53
  "text": "PDF को HEIF/HEIC में बदलें"
54
54
  },
55
55
  {
56
- "URL": "https://www.pdfequips.com/remove-pages",
56
+ "URL": "https://www.pdfequips.com/hi/remove-pages",
57
57
  "text": "PDF से पृष्ठ हटाएं"
58
58
  },
59
59
  {
60
- "URL": "https://www.pdfequips.com/read-pdf",
60
+ "URL": "https://www.pdfequips.com/hi/read-pdf",
61
61
  "text": "PDF फ़ाइलें पढ़ें"
62
62
  },
63
63
  {
64
- "URL": "https://www.pdfequips.com/epub-to-pdf",
64
+ "URL": "https://www.pdfequips.com/hi/epub-to-pdf",
65
65
  "text": "EPUB को PDF में बदलें"
66
66
  },
67
67
  {
68
- "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
68
+ "URL": "https://www.pdfequips.com/hi/heif-heic-to-pdf",
69
69
  "text": "HEIF/HEIC को PDF में बदलें"
70
70
  },
71
71
  {
72
- "URL": "https://www.pdfequips.com/rtf-to-pdf",
72
+ "URL": "https://www.pdfequips.com/hi/rtf-to-pdf",
73
73
  "text": "RTF को PDF में बदलें"
74
74
  },
75
75
  {
76
- "URL": "https://www.pdfequips.com/pdf-to-svg",
76
+ "URL": "https://www.pdfequips.com/hi/pdf-to-svg",
77
77
  "text": "PDF को SVG में बदलें"
78
78
  },
79
79
  {
80
- "URL": "https://www.pdfequips.com/pdf-to-gif",
80
+ "URL": "https://www.pdfequips.com/hi/pdf-to-gif",
81
81
  "text": "PDF को GIF में बदलें"
82
82
  },
83
83
  {
84
- "URL": "https://www.pdfequips.com/sign-pdf",
84
+ "URL": "https://www.pdfequips.com/hi/sign-pdf",
85
85
  "text": "PDF दस्तावेज़ों पर हस्ताक्षर करें"
86
86
  },
87
87
  {
88
- "URL": "https://www.pdfequips.com/pdf-to-rtf",
88
+ "URL": "https://www.pdfequips.com/hi/pdf-to-rtf",
89
89
  "text": "PDF को RTF में बदलें"
90
90
  },
91
91
  {
92
- "URL": "https://www.pdfequips.com/webp-to-pdf",
92
+ "URL": "https://www.pdfequips.com/hi/webp-to-pdf",
93
93
  "text": "WebP को PDF में बदलें"
94
94
  },
95
95
  {
96
- "URL": "https://www.pdfequips.com/bmp-to-pdf",
96
+ "URL": "https://www.pdfequips.com/hi/bmp-to-pdf",
97
97
  "text": "BMP को PDF में बदलें"
98
98
  },
99
99
  {
100
- "URL": "https://www.pdfequips.com/pdf-to-bmp",
100
+ "URL": "https://www.pdfequips.com/hi/pdf-to-bmp",
101
101
  "text": "PDF को BMP में बदलें"
102
102
  },
103
103
  {
104
- "URL": "https://www.pdfequips.com/crop-pdf",
104
+ "URL": "https://www.pdfequips.com/hi/crop-pdf",
105
105
  "text": "PDF पृष्ठों को क्रॉप करें"
106
106
  },
107
107
  {
108
- "URL": "https://www.pdfequips.com/resize-pdf",
108
+ "URL": "https://www.pdfequips.com/hi/resize-pdf",
109
109
  "text": "PDF पृष्ठों का आकार बदलें"
110
110
  },
111
111
  {
112
- "URL": "https://www.pdfequips.com/pdf-to-image",
112
+ "URL": "https://www.pdfequips.com/hi/pdf-to-image",
113
113
  "text": "PDF को छवि में बदलें"
114
114
  },
115
115
  {
116
- "URL": "https://www.pdfequips.com/psd-to-pdf",
116
+ "URL": "https://www.pdfequips.com/hi/psd-to-pdf",
117
117
  "text": "PSD को PDF में बदलें"
118
118
  },
119
119
  {
120
- "URL": "https://www.pdfequips.com/pdf-to-csv",
120
+ "URL": "https://www.pdfequips.com/hi/pdf-to-csv",
121
121
  "text": "PDF को CSV में बदलें"
122
122
  },
123
123
  {
124
- "URL": "https://www.pdfequips.com/merge-pages",
124
+ "URL": "https://www.pdfequips.com/hi/merge-pages",
125
125
  "text": "PDF पृष्ठों को मिलाएं"
126
126
  },
127
127
  {
128
- "URL": "https://www.pdfequips.com/image-to-pdf",
128
+ "URL": "https://www.pdfequips.com/hi/image-to-pdf",
129
129
  "text": "छवि को PDF में बदलें"
130
130
  },
131
131
  {
132
- "URL": "https://www.pdfequips.com/excel-to-pdf",
132
+ "URL": "https://www.pdfequips.com/hi/excel-to-pdf",
133
133
  "text": "Excel को PDF में बदलें"
134
134
  },
135
135
  {
136
- "URL": "https://www.pdfequips.com/html-to-pdf",
136
+ "URL": "https://www.pdfequips.com/hi/html-to-pdf",
137
137
  "text": "HTML को PDF में बदलें"
138
138
  },
139
139
  {
140
- "URL": "https://www.pdfequips.com/text-to-pdf",
140
+ "URL": "https://www.pdfequips.com/hi/text-to-pdf",
141
141
  "text": "पाठ को PDF में बदलें"
142
142
  },
143
143
  {
144
- "URL": "https://www.pdfequips.com/gif-to-pdf",
144
+ "URL": "https://www.pdfequips.com/hi/gif-to-pdf",
145
145
  "text": "GIF को PDF में बदलें"
146
146
  },
147
147
  {
148
- "URL": "https://www.pdfequips.com/csv-to-pdf",
148
+ "URL": "https://www.pdfequips.com/hi/csv-to-pdf",
149
149
  "text": "CSV को PDF में बदलें"
150
150
  },
151
151
  {
152
- "URL": "https://www.pdfequips.com/pdf-to-epub",
152
+ "URL": "https://www.pdfequips.com/hi/pdf-to-epub",
153
153
  "text": "PDF को EPUB में बदलें"
154
154
  }
155
155
  ];
@@ -22,135 +22,135 @@ export const footer: _footer = {
22
22
 
23
23
  export const footerLinks: footerLinksType = [
24
24
  {
25
- "URL": "https://www.pdfequips.com/pdf-to-psd",
25
+ "URL": "https://www.pdfequips.com/zh/pdf-to-psd",
26
26
  "text": "将 PDF 转换为 PSD"
27
27
  },
28
28
  {
29
- "URL": "https://www.pdfequips.com/pdf-to-webp",
29
+ "URL": "https://www.pdfequips.com/zh/pdf-to-webp",
30
30
  "text": "将 PDF 转换为 WebP"
31
31
  },
32
32
  {
33
- "URL": "https://www.pdfequips.com/tiff-to-pdf",
33
+ "URL": "https://www.pdfequips.com/zh/tiff-to-pdf",
34
34
  "text": "将 TIFF 转换为 PDF"
35
35
  },
36
36
  {
37
- "URL": "https://www.pdfequips.com/pdf-to-tiff",
37
+ "URL": "https://www.pdfequips.com/zh/pdf-to-tiff",
38
38
  "text": "将 PDF 转换为 TIFF"
39
39
  },
40
40
  {
41
- "URL": "https://www.pdfequips.com/svg-to-pdf",
41
+ "URL": "https://www.pdfequips.com/zh/svg-to-pdf",
42
42
  "text": "将 SVG 转换为 PDF"
43
43
  },
44
44
  {
45
- "URL": "https://www.pdfequips.com/png-to-pdf",
45
+ "URL": "https://www.pdfequips.com/zh/png-to-pdf",
46
46
  "text": "将 PNG 转换为 PDF"
47
47
  },
48
48
  {
49
- "URL": "https://www.pdfequips.com/pdf-to-png",
49
+ "URL": "https://www.pdfequips.com/zh/pdf-to-png",
50
50
  "text": "将 PDF 转换为 PNG"
51
51
  },
52
52
  {
53
- "URL": "https://www.pdfequips.com/pdf-to-heif-heic",
53
+ "URL": "https://www.pdfequips.com/zh/pdf-to-heif-heic",
54
54
  "text": "将 PDF 转换为 HEIF/HEIC"
55
55
  },
56
56
  {
57
- "URL": "https://www.pdfequips.com/remove-pages",
57
+ "URL": "https://www.pdfequips.com/zh/remove-pages",
58
58
  "text": "从 PDF 中删除页面"
59
59
  },
60
60
  {
61
- "URL": "https://www.pdfequips.com/read-pdf",
61
+ "URL": "https://www.pdfequips.com/zh/read-pdf",
62
62
  "text": "阅读 PDF 文件"
63
63
  },
64
64
  {
65
- "URL": "https://www.pdfequips.com/epub-to-pdf",
65
+ "URL": "https://www.pdfequips.com/zh/epub-to-pdf",
66
66
  "text": "将 EPUB 转换为 PDF"
67
67
  },
68
68
  {
69
- "URL": "https://www.pdfequips.com/heif-heic-to-pdf",
69
+ "URL": "https://www.pdfequips.com/zh/heif-heic-to-pdf",
70
70
  "text": "将 HEIF/HEIC 转换为 PDF"
71
71
  },
72
72
  {
73
- "URL": "https://www.pdfequips.com/rtf-to-pdf",
73
+ "URL": "https://www.pdfequips.com/zh/rtf-to-pdf",
74
74
  "text": "将 RTF 转换为 PDF"
75
75
  },
76
76
  {
77
- "URL": "https://www.pdfequips.com/pdf-to-svg",
77
+ "URL": "https://www.pdfequips.com/zh/pdf-to-svg",
78
78
  "text": "将 PDF 转换为 SVG"
79
79
  },
80
80
  {
81
- "URL": "https://www.pdfequips.com/pdf-to-gif",
81
+ "URL": "https://www.pdfequips.com/zh/pdf-to-gif",
82
82
  "text": "将 PDF 转换为 GIF"
83
83
  },
84
84
  {
85
- "URL": "https://www.pdfequips.com/sign-pdf",
85
+ "URL": "https://www.pdfequips.com/zh/sign-pdf",
86
86
  "text": "签署 PDF 文档"
87
87
  },
88
88
  {
89
- "URL": "https://www.pdfequips.com/pdf-to-rtf",
89
+ "URL": "https://www.pdfequips.com/zh/pdf-to-rtf",
90
90
  "text": "将 PDF 转换为 RTF"
91
91
  },
92
92
  {
93
- "URL": "https://www.pdfequips.com/webp-to-pdf",
93
+ "URL": "https://www.pdfequips.com/zh/webp-to-pdf",
94
94
  "text": "将 WebP 转换为 PDF"
95
95
  },
96
96
  {
97
- "URL": "https://www.pdfequips.com/bmp-to-pdf",
97
+ "URL": "https://www.pdfequips.com/zh/bmp-to-pdf",
98
98
  "text": "将 BMP 转换为 PDF"
99
99
  },
100
100
  {
101
- "URL": "https://www.pdfequips.com/pdf-to-bmp",
101
+ "URL": "https://www.pdfequips.com/zh/pdf-to-bmp",
102
102
  "text": "将 PDF 转换为 BMP"
103
103
  },
104
104
  {
105
- "URL": "https://www.pdfequips.com/crop-pdf",
105
+ "URL": "https://www.pdfequips.com/zh/crop-pdf",
106
106
  "text": "裁剪 PDF 页面"
107
107
  },
108
108
  {
109
- "URL": "https://www.pdfequips.com/resize-pdf",
109
+ "URL": "https://www.pdfequips.com/zh/resize-pdf",
110
110
  "text": "调整 PDF 页面大小"
111
111
  },
112
112
  {
113
- "URL": "https://www.pdfequips.com/pdf-to-image",
113
+ "URL": "https://www.pdfequips.com/zh/pdf-to-image",
114
114
  "text": "将 PDF 转换为图片"
115
115
  },
116
116
  {
117
- "URL": "https://www.pdfequips.com/psd-to-pdf",
117
+ "URL": "https://www.pdfequips.com/zh/psd-to-pdf",
118
118
  "text": "将 PSD 转换为 PDF"
119
119
  },
120
120
  {
121
- "URL": "https://www.pdfequips.com/pdf-to-csv",
121
+ "URL": "https://www.pdfequips.com/zh/pdf-to-csv",
122
122
  "text": "将 PDF 转换为 CSV"
123
123
  },
124
124
  {
125
- "URL": "https://www.pdfequips.com/merge-pages",
125
+ "URL": "https://www.pdfequips.com/zh/merge-pages",
126
126
  "text": "合并 PDF 页面"
127
127
  },
128
128
  {
129
- "URL": "https://www.pdfequips.com/image-to-pdf",
129
+ "URL": "https://www.pdfequips.com/zh/image-to-pdf",
130
130
  "text": "将图片转换为 PDF"
131
131
  },
132
132
  {
133
- "URL": "https://www.pdfequips.com/excel-to-pdf",
133
+ "URL": "https://www.pdfequips.com/zh/excel-to-pdf",
134
134
  "text": "将 Excel 转换为 PDF"
135
135
  },
136
136
  {
137
- "URL": "https://www.pdfequips.com/html-to-pdf",
137
+ "URL": "https://www.pdfequips.com/zh/html-to-pdf",
138
138
  "text": "将 HTML 转换为 PDF"
139
139
  },
140
140
  {
141
- "URL": "https://www.pdfequips.com/text-to-pdf",
141
+ "URL": "https://www.pdfequips.com/zh/text-to-pdf",
142
142
  "text": "将文本转换为 PDF"
143
143
  },
144
144
  {
145
- "URL": "https://www.pdfequips.com/gif-to-pdf",
145
+ "URL": "https://www.pdfequips.com/zh/gif-to-pdf",
146
146
  "text": "将 GIF 转换为 PDF"
147
147
  },
148
148
  {
149
- "URL": "https://www.pdfequips.com/csv-to-pdf",
149
+ "URL": "https://www.pdfequips.com/zh/csv-to-pdf",
150
150
  "text": "将 CSV 转换为 PDF"
151
151
  },
152
152
  {
153
- "URL": "https://www.pdfequips.com/pdf-to-epub",
153
+ "URL": "https://www.pdfequips.com/zh/pdf-to-epub",
154
154
  "text": "将 PDF 转换为 EPUB"
155
155
  }
156
156
  ];