Initial React project
This commit is contained in:
@@ -6,7 +6,8 @@ export function SiteFooter() {
|
||||
<footer className="bg-white/60 backdrop-blur-xl border-t border-white/80 mt-10 pt-16 pb-12 relative z-10 shadow-[0_-10px_40px_rgba(0,0,0,0.02)]">
|
||||
<div className="max-w-7xl mx-auto px-6 lg:px-12">
|
||||
<div className="mb-16">
|
||||
<div>
|
||||
<div className="flex flex-col md:flex-row md:items-start md:justify-between gap-10">
|
||||
<div>
|
||||
<a href="/home" className="flex items-center gap-2 mb-6 group outline-none inline-flex">
|
||||
<img
|
||||
src={appIcon}
|
||||
@@ -22,6 +23,11 @@ export function SiteFooter() {
|
||||
<br />
|
||||
dit næste job
|
||||
</p>
|
||||
<div className="mb-6 space-y-1.5 text-sm text-gray-600">
|
||||
<p className="font-medium text-gray-800">Arbejd.com IVS</p>
|
||||
<p>Telefon: +45 31 53 20 44</p>
|
||||
<p>CVR: 39779285</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
<a
|
||||
href="https://www.facebook.com/arbejd.com1/"
|
||||
@@ -51,13 +57,22 @@ export function SiteFooter() {
|
||||
<Linkedin size={18} strokeWidth={1.8} />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="min-w-[180px]">
|
||||
<h3 className="text-sm font-medium uppercase tracking-wider text-gray-500 mb-4">Links</h3>
|
||||
<div className="flex flex-col gap-2">
|
||||
<a href="/faq" className="text-base text-gray-700 hover:text-gray-900 transition-colors font-normal">FAQ</a>
|
||||
<a href="/kontakt" className="text-base text-gray-700 hover:text-gray-900 transition-colors font-normal">Kontakt</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="pt-8 border-t border-gray-200/60 flex flex-col md:flex-row justify-between items-center gap-4">
|
||||
<p className="text-sm text-gray-400 font-normal">© 2026 Arbejd.com. Alle rettigheder forbeholdes.</p>
|
||||
<div className="flex items-center gap-4">
|
||||
<a href="#" className="text-sm text-gray-400 hover:text-gray-900 transition-colors font-normal">Privatlivspolitik</a>
|
||||
<a href="/privatlivspolitik" className="text-sm text-gray-400 hover:text-gray-900 transition-colors font-normal">Privatlivspolitik</a>
|
||||
<a href="#" className="text-sm text-gray-400 hover:text-gray-900 transition-colors font-normal">Handelsbetingelser</a>
|
||||
<a href="#" className="text-sm text-gray-400 hover:text-gray-900 transition-colors font-normal">Cookies</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user