@@ -220,22 +220,22 @@ const Footer = () => {
220220 < footer className = "bg-gray-900 text-gray-300 py-12" >
221221 < div className = "max-w-7xl mx-auto px-4 sm:px-6 lg:px-8" >
222222 < div className = "grid grid-cols-1 md:grid-cols-3 gap-8 mb-8" >
223- { }
223+ { }
224224 < div >
225225 < div className = "flex items-center space-x-3 mb-4" >
226226 < div className = "bg-gradient-to-r from-primary-600 to-primary-800 p-2 rounded-lg" >
227227 < BrandIcon className = "w-6 h-6 text-white" />
228228 </ div >
229229 < span className = "text-xl font-bold text-white" >
230- { footerContent ?. brand ?. title || footerContent ?. brand ?. name || 'Linux Tutorial ' }
230+ { footerContent ?. brand ?. title || footerContent ?. brand ?. name || 'IT Portal ' }
231231 </ span >
232232 </ div >
233233 < p className = "text-gray-400" >
234234 { footerContent ?. brand ?. description ||
235- 'Dein umfassendes Tutorial für Linux - von den Basics bis zu Advanced Techniken .' }
235+ 'Dein Portal für IT Security, Programmierung und Administration .' }
236236 </ p >
237237 </ div >
238- { }
238+ { }
239239 < div >
240240 < h4 className = "text-white font-semibold mb-4" > Quick Links</ h4 >
241241 < ul className = "space-y-2" >
@@ -263,7 +263,7 @@ const Footer = () => {
263263 ) }
264264 </ ul >
265265 </ div >
266- { }
266+ { }
267267 < div >
268268 < h4 className = "text-white font-semibold mb-4" > Kontakt</ h4 >
269269 < div className = "space-y-3" >
@@ -303,10 +303,10 @@ const Footer = () => {
303303 </ div >
304304 </ div >
305305 </ div >
306- { }
306+ { }
307307 < div className = "border-t border-gray-800 pt-8 flex flex-col md:flex-row justify-between items-center" >
308308 < p className = "text-gray-400 text-sm mb-4 md:mb-0" >
309- { ( footerContent ?. bottom ?. copyright || '© {year} Linux Tutorial . Alle Rechte vorbehalten.' ) . replace (
309+ { ( footerContent ?. bottom ?. copyright || '© {year} IT Portal . Alle Rechte vorbehalten.' ) . replace (
310310 '{year}' ,
311311 currentYear ,
312312 ) }
@@ -319,7 +319,7 @@ const Footer = () => {
319319 < div className = "flex items-center space-x-1 text-sm" >
320320 < span className = "text-gray-400" > Gemacht mit</ span >
321321 < Heart className = "w-4 h-4 text-red-500 fill-red-500" />
322- < span className = "text-gray-400" > für die Linux Community </ span >
322+ < span className = "text-gray-400" > für IT Professionals </ span >
323323 </ div >
324324 ) }
325325 </ div >
0 commit comments