footer
This commit is contained in:
parent
e8b4751fba
commit
f3f6c3bd78
26
app/page.tsx
26
app/page.tsx
|
|
@ -279,17 +279,37 @@ export default function Home() {
|
||||||
{t.footer.privacy}
|
{t.footer.privacy}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="flex flex-wrap justify-center gap-4">
|
||||||
|
<a href="https://www.facebook.com/airporttransfer.gyor" target="_blank" rel="noopener noreferrer" aria-label="Facebook" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="/images/social/facebook.png" alt="Facebook" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
<a href="https://plus.google.com/u/0/115420236176324532133/posts" target="_blank" rel="noopener noreferrer" aria-label="Google Plus" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="/images/social/googleplus.png" alt="Google Plus" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
<a href="https://x.com/SkyFlyTravel1" target="_blank" rel="noopener noreferrer" aria-label="X (Twitter)" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="/images/social/twitter.png" alt="X (Twitter)" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
<a href="http://skyflytravel.blogspot.hu/" target="_blank" rel="noopener noreferrer" aria-label="Blogspot" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="/images/social/blogspot.png" alt="Blogspot" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
<a href="https://www.tiktok.com/@skyflytravel.transfer" target="_blank" rel="noopener noreferrer" aria-label="TikTok" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="https://cdn.simpleicons.org/tiktok/ffffff" alt="TikTok" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
<a href="https://www.instagram.com/skyfly_travel/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||||
|
<img src="/images/social/instagram.png" alt="Instagram" className="w-5 h-5 object-contain" />
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<div className="text-slate-600 text-[10px] font-bold uppercase tracking-widest">
|
<div className="text-slate-600 text-[10px] font-bold uppercase tracking-widest">
|
||||||
© 2026 SkyFly Travel. {t.footer.rights}
|
© 2026 SkyFly Travel. {t.footer.rights}
|
||||||
</div>
|
</div>
|
||||||
<div className="text-slate-900/10 text-[8px] leading-tight select-none">
|
<div className="text-slate-900/10 text-[8px] leading-tight select-none">
|
||||||
reptéri transzfer, transzfer Győr, Budapest, Bécs Schwechat, Pozsony - airport Shuttle - Airport taxi - Reptéri járatok - Repülőtéri transzfer - Budapest reptér - Pozsony repter - Bécs reptér (Vienna Airport) - Transfer Budapest airport - Transfer Vienna Airport Budapest Liszt Ferenc Ferihegy
|
reptéri transzfer, transzfer Győr, Budapest, Bécs Schwechat, Pozsony - airport Shuttle - Airport taxi - Reptéri járatok - Repülőtéri transzfer - Budapest reptér - Pozsony repter - Bécs reptér (Vienna Airport) - Transfer Budapest airport - Transfer Vienna Airport Budapest Liszt Ferenc Ferihegy
|
||||||
</div>
|
</div>
|
||||||
<div className="flex justify-center gap-4 text-slate-800 text-[9px] font-bold uppercase tracking-widest pt-2">
|
<div className="flex flex-col items-center gap-1 text-slate-800 text-[9px] font-bold uppercase tracking-widest pt-2 sm:flex-row sm:justify-center sm:gap-4">
|
||||||
<a href="https://transzfer.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">transzfer.lap.hu</a>
|
<a href="https://transzfer.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">transzfer.lap.hu</a>
|
||||||
<span className="opacity-20">|</span>
|
<span className="opacity-20 hidden sm:inline">|</span>
|
||||||
<a href="https://utasszallitas.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">utasszallitas.lap.hu</a>
|
<a href="https://utasszallitas.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">utasszallitas.lap.hu</a>
|
||||||
<span className="opacity-20">|</span>
|
<span className="opacity-20 hidden sm:inline">|</span>
|
||||||
<a href="https://repuloter.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">repuloter.lap.hu</a>
|
<a href="https://repuloter.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">repuloter.lap.hu</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 449 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue