SEO & Usability Fixes
|
|
@ -0,0 +1,32 @@
|
|||
import type { Metadata } from "next";
|
||||
import { translations } from "@/lib/translations";
|
||||
|
||||
const meta = translations.hu.discounts.pages.fbGoogle.meta;
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/akciok/facebook-google/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/akciok/facebook-google/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Facebook & Google Akció',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
import type { Metadata } from "next";
|
||||
import { translations } from "@/lib/translations";
|
||||
|
||||
const meta = translations.hu.discounts.pages.tiktok.meta;
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/akciok/tiktok/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/akciok/tiktok/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - TikTok Akció',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
@ -6,6 +6,25 @@ const meta = translations.hu.pricing.meta;
|
|||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/arak/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/arak/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Árak',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
import type { Metadata } from "next";
|
||||
import { translations } from "@/lib/translations";
|
||||
|
||||
const meta = translations.hu.otherTransportPage.meta;
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/egyeb-szemelyszallitas/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/egyeb-szemelyszallitas/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Egyéb személyszállítás',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
@ -183,7 +183,7 @@ export default function OtherTransportPage() {
|
|||
<span className="text-[10px] font-black text-slate-300 uppercase tracking-widest">vagy hívjon minket</span>
|
||||
<div className="h-px bg-slate-100 flex-grow" />
|
||||
</div>
|
||||
<a href={`tel:${t.common.phone}`} className="flex items-center gap-4 p-5 rounded-[2rem] bg-slate-50 hover:bg-slate-100 transition-colors border border-slate-100 group">
|
||||
<a href={`tel:${t.common.phoneHref}`} className="flex items-center gap-4 p-5 rounded-[2rem] bg-slate-50 hover:bg-slate-100 transition-colors border border-slate-100 group">
|
||||
<div className="bg-slate-900 p-3 rounded-2xl group-hover:scale-110 transition-transform">
|
||||
<Phone className="w-5 h-5 text-white" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
import type { Metadata } from "next";
|
||||
import { translations } from "@/lib/translations";
|
||||
|
||||
const meta = translations.hu.conditionsPage.meta;
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/feltetelek/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/feltetelek/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Vállalási Feltételek',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
|
|
@ -6,6 +6,25 @@ const meta = translations.hu.fleetPage.meta;
|
|||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/flotta/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/flotta/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Flotta',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
|
|
|||
|
|
@ -154,3 +154,15 @@
|
|||
animation: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* reCAPTCHA badge visibility control */
|
||||
.grecaptcha-badge {
|
||||
visibility: hidden !important;
|
||||
opacity: 0;
|
||||
transition: opacity 0.5s ease, visibility 0.5s;
|
||||
}
|
||||
|
||||
.show-captcha .grecaptcha-badge {
|
||||
visibility: visible !important;
|
||||
opacity: 1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,6 +6,25 @@ const meta = translations.hu.contactPage.meta;
|
|||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/kapcsolat/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/kapcsolat/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Kapcsolat',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
|
|
|||
|
|
@ -14,10 +14,41 @@ export const metadata: Metadata = {
|
|||
title: meta.title,
|
||||
description: meta.description,
|
||||
keywords: meta.keywords,
|
||||
metadataBase: new URL('https://skyflytravel.hu'),
|
||||
alternates: {
|
||||
canonical: '/',
|
||||
languages: {
|
||||
'hu-HU': '/',
|
||||
'en-US': '/', // Since it's a single page app with client side lang switch, we point back for now
|
||||
},
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg', // Fallback until a better one is generated
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Reptéri transzfer',
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: 'summary_large_image',
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
images: ['/images/hero-main.jpg'],
|
||||
},
|
||||
};
|
||||
|
||||
import { LanguageProvider } from "@/lib/language-context";
|
||||
import ScrollToTop from "@/components/scroll-to-top";
|
||||
import { JsonLd } from "@/components/json-ld";
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
|
|
@ -29,8 +60,17 @@ export default function RootLayout({
|
|||
<body
|
||||
className={`${inter.variable} font-sans antialiased`}
|
||||
>
|
||||
<a
|
||||
href="#main-content"
|
||||
className="sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all"
|
||||
>
|
||||
Ugrás a tartalomra
|
||||
</a>
|
||||
<LanguageProvider>
|
||||
{children}
|
||||
<JsonLd />
|
||||
<main id="main-content">
|
||||
{children}
|
||||
</main>
|
||||
<ScrollToTop />
|
||||
</LanguageProvider>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,39 @@
|
|||
"use client"
|
||||
|
||||
import Link from "next/link"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { Home, ArrowLeft } from "lucide-react"
|
||||
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<div className="min-h-screen flex flex-col items-center justify-center bg-slate-950 text-white px-6">
|
||||
<div className="text-center space-y-8 max-w-lg">
|
||||
<div className="relative">
|
||||
<h1 className="text-[12rem] md:text-[15rem] font-black leading-none opacity-5 select-none">404</h1>
|
||||
<div className="absolute inset-0 flex items-center justify-center">
|
||||
<h2 className="text-4xl md:text-5xl font-black uppercase tracking-tighter">Hoppá!</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p className="text-xl text-slate-400 font-medium leading-relaxed">
|
||||
Sajnáljuk, de az oldal, amit keres, nem található vagy elköltözött.
|
||||
</p>
|
||||
|
||||
<div className="flex flex-col sm:flex-row items-center justify-center gap-4 pt-4">
|
||||
<Button asChild variant="pill" className="bg-primary hover:bg-primary/90 text-white px-8 h-14 uppercase font-bold tracking-widest shadow-2xl">
|
||||
<Link href="/" className="flex items-center gap-2">
|
||||
<Home className="w-5 h-5" />
|
||||
Kezdőlap
|
||||
</Link>
|
||||
</Button>
|
||||
<Button asChild variant="pill" className="bg-white/5 hover:bg-white/10 text-white border border-white/10 px-8 h-14 uppercase font-bold tracking-widest">
|
||||
<button onClick={() => window.history.back()} className="flex items-center gap-2">
|
||||
<ArrowLeft className="w-5 h-5" />
|
||||
Vissza
|
||||
</button>
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
|
@ -6,6 +6,25 @@ const meta = translations.hu.servicesPage.meta;
|
|||
export const metadata: Metadata = {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
alternates: {
|
||||
canonical: '/szolgaltatasok/',
|
||||
},
|
||||
openGraph: {
|
||||
title: meta.title,
|
||||
description: meta.description,
|
||||
url: 'https://skyflytravel.hu/szolgaltatasok/',
|
||||
siteName: 'SkyFly Travel',
|
||||
locale: 'hu_HU',
|
||||
type: 'website',
|
||||
images: [
|
||||
{
|
||||
url: '/images/hero-main.jpg',
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'SkyFly Travel - Szolgáltatási csomagok',
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function Layout({ children }: { children: React.ReactNode }) {
|
||||
|
|
|
|||
|
|
@ -45,17 +45,24 @@ export default function ContactForm() {
|
|||
|
||||
if (document.getElementById(scriptId)) {
|
||||
onReady()
|
||||
return
|
||||
} else {
|
||||
const script = document.createElement("script")
|
||||
script.id = scriptId
|
||||
script.src = `https://www.google.com/recaptcha/api.js?render=${siteKey}`
|
||||
script.async = true
|
||||
script.defer = true
|
||||
script.onload = onReady
|
||||
script.onerror = () => setRecaptchaReady(false)
|
||||
document.head.appendChild(script)
|
||||
}
|
||||
|
||||
const script = document.createElement("script")
|
||||
script.id = scriptId
|
||||
script.src = `https://www.google.com/recaptcha/api.js?render=${siteKey}`
|
||||
script.async = true
|
||||
script.defer = true
|
||||
script.onload = onReady
|
||||
script.onerror = () => setRecaptchaReady(false)
|
||||
document.head.appendChild(script)
|
||||
// Show captcha badge when on contact page
|
||||
document.body.classList.add("show-captcha")
|
||||
|
||||
return () => {
|
||||
// Hide captcha badge when leaving contact page
|
||||
document.body.classList.remove("show-captcha")
|
||||
}
|
||||
}, [siteKey])
|
||||
|
||||
useEffect(() => {
|
||||
|
|
@ -178,10 +185,11 @@ export default function ContactForm() {
|
|||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
|
||||
{/* Name */}
|
||||
<div className="space-y-2">
|
||||
<label className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
<label htmlFor="name" className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
{t.contactPage.form.name}
|
||||
</label>
|
||||
<Input
|
||||
id="name"
|
||||
required
|
||||
name="name"
|
||||
value={formData.name}
|
||||
|
|
@ -193,10 +201,11 @@ export default function ContactForm() {
|
|||
|
||||
{/* Email */}
|
||||
<div className="space-y-2">
|
||||
<label className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
<label htmlFor="email" className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
{t.contactPage.form.email}
|
||||
</label>
|
||||
<Input
|
||||
id="email"
|
||||
required
|
||||
type="email"
|
||||
name="email"
|
||||
|
|
@ -211,10 +220,11 @@ export default function ContactForm() {
|
|||
<div className="grid grid-cols-1 md:grid-cols-2 gap-8">
|
||||
{/* Phone */}
|
||||
<div className="space-y-2">
|
||||
<label className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
<label htmlFor="phone" className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
{t.contactPage.form.phone}
|
||||
</label>
|
||||
<Input
|
||||
id="phone"
|
||||
name="phone"
|
||||
value={formData.phone}
|
||||
onChange={handleChange}
|
||||
|
|
@ -225,10 +235,11 @@ export default function ContactForm() {
|
|||
|
||||
{/* Service Type */}
|
||||
<div className="space-y-2">
|
||||
<label className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
<label htmlFor="service" className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
{t.contactPage.form.service}
|
||||
</label>
|
||||
<select
|
||||
id="service"
|
||||
name="service"
|
||||
value={formData.service}
|
||||
onChange={handleChange}
|
||||
|
|
@ -243,10 +254,11 @@ export default function ContactForm() {
|
|||
|
||||
{/* Message */}
|
||||
<div className="space-y-2">
|
||||
<label className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
<label htmlFor="message" className="text-xs font-bold uppercase tracking-widest text-slate-400 ml-1">
|
||||
{t.contactPage.form.message}
|
||||
</label>
|
||||
<Textarea
|
||||
id="message"
|
||||
required
|
||||
name="message"
|
||||
value={formData.message}
|
||||
|
|
@ -260,6 +272,7 @@ export default function ContactForm() {
|
|||
{/* Consent */}
|
||||
<div className="flex items-start gap-3">
|
||||
<input
|
||||
id="consent"
|
||||
required
|
||||
type="checkbox"
|
||||
name="consent"
|
||||
|
|
@ -267,9 +280,9 @@ export default function ContactForm() {
|
|||
onChange={handleChange}
|
||||
className="mt-1 w-5 h-5 rounded-lg border-slate-200 text-primary focus:ring-primary cursor-pointer"
|
||||
/>
|
||||
<p className="text-sm text-slate-500 leading-relaxed font-medium">
|
||||
<label htmlFor="consent" className="text-sm text-slate-500 leading-relaxed font-medium cursor-pointer">
|
||||
{t.contactPage.form.consent}
|
||||
</p>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
{/* reCaptcha */}
|
||||
|
|
|
|||
|
|
@ -40,9 +40,9 @@ const FeatureSection = ({
|
|||
{/* Content */}
|
||||
<div className="flex-1 space-y-8 w-full">
|
||||
<div className="space-y-2">
|
||||
<h3 className={cn("text-6xl md:text-8xl font-black uppercase tracking-tighter opacity-20", accentColor)}>
|
||||
<span aria-hidden="true" className={cn("text-6xl md:text-8xl font-black uppercase tracking-tighter opacity-20", accentColor)}>
|
||||
{oversizedTitle}
|
||||
</h3>
|
||||
</span>
|
||||
<h2 className="text-3xl md:text-4xl font-bold tracking-tight -mt-8 md:-mt-12 ml-2">
|
||||
{title}
|
||||
</h2>
|
||||
|
|
|
|||
|
|
@ -96,6 +96,7 @@ export default function Footer() {
|
|||
onClick={() => handlePageChange('prev')}
|
||||
className="p-1.5 rounded-full border border-white/5 hover:border-white/20 hover:bg-white/5 transition-all text-white/40 hover:text-white"
|
||||
disabled={isTransitioning}
|
||||
aria-label={language === "hu" ? "Előző vélemények" : "Previous reviews"}
|
||||
>
|
||||
<ChevronLeft className="w-4 h-4" />
|
||||
</button>
|
||||
|
|
@ -106,6 +107,7 @@ export default function Footer() {
|
|||
onClick={() => handlePageChange('next')}
|
||||
className="p-1.5 rounded-full border border-white/5 hover:border-white/20 hover:bg-white/5 transition-all text-white/40 hover:text-white"
|
||||
disabled={isTransitioning}
|
||||
aria-label={language === "hu" ? "Következő vélemények" : "Next reviews"}
|
||||
>
|
||||
<ChevronRight className="w-4 h-4" />
|
||||
</button>
|
||||
|
|
@ -200,13 +202,10 @@ export default function Footer() {
|
|||
<a href="https://www.facebook.com/airporttransfer.gyor" target="_blank" rel="noopener noreferrer" aria-label="Facebook" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||
<Image src="/images/social/facebook.png" alt="Facebook" width={20} height={20} className="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">
|
||||
<Image src="/images/social/googleplus.png" alt="Google Plus" width={20} height={20} className="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">
|
||||
<Image src="/images/social/twitter.png" alt="X (Twitter)" width={20} height={20} className="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">
|
||||
<a href="https://skyflytravel.blogspot.com/" target="_blank" rel="noopener noreferrer" aria-label="Blogspot" className="opacity-80 hover:opacity-100 transition-opacity">
|
||||
<Image src="/images/social/blogspot.png" alt="Blogspot" width={20} height={20} className="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">
|
||||
|
|
|
|||
|
|
@ -0,0 +1,78 @@
|
|||
"use client"
|
||||
|
||||
import { useLanguage } from "@/lib/language-context";
|
||||
import { usePathname } from "next/navigation";
|
||||
|
||||
export const JsonLd = () => {
|
||||
const { language } = useLanguage();
|
||||
const pathname = usePathname();
|
||||
|
||||
const businessData = {
|
||||
"@context": "https://schema.org",
|
||||
"@type": "TransportationService",
|
||||
"name": "SkyFly Travel",
|
||||
"image": "https://skyflytravel.hu/images/hero-main.jpg",
|
||||
"@id": "https://skyflytravel.hu/#organization",
|
||||
"url": "https://skyflytravel.hu",
|
||||
"telephone": "+36305543838",
|
||||
"priceRange": "$$",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
"streetAddress": "Ipar u. 78.",
|
||||
"addressLocality": "Győr",
|
||||
"postalCode": "9023",
|
||||
"addressCountry": "HU"
|
||||
},
|
||||
"geo": {
|
||||
"@type": "GeoCoordinates",
|
||||
"latitude": 47.6833,
|
||||
"longitude": 17.6333
|
||||
},
|
||||
"areaServed": [
|
||||
{ "@type": "City", "name": "Győr" },
|
||||
{ "@type": "City", "name": "Budapest" },
|
||||
{ "@type": "City", "name": "Vienna" },
|
||||
{ "@type": "City", "name": "Bratislava" }
|
||||
],
|
||||
"aggregateRating": {
|
||||
"@type": "AggregateRating",
|
||||
"ratingValue": "5.0",
|
||||
"reviewCount": "292",
|
||||
"bestRating": "5",
|
||||
"worstRating": "1"
|
||||
}
|
||||
};
|
||||
|
||||
const pathParts = pathname.split('/').filter(Boolean);
|
||||
const breadcrumbs = {
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BreadcrumbList",
|
||||
"itemListElement": [
|
||||
{
|
||||
"@type": "ListItem",
|
||||
"position": 1,
|
||||
"name": language === "hu" ? "Kezdőlap" : "Home",
|
||||
"item": "https://skyflytravel.hu"
|
||||
},
|
||||
...pathParts.map((part, index) => ({
|
||||
"@type": "ListItem",
|
||||
"position": index + 2,
|
||||
"name": part.charAt(0).toUpperCase() + part.slice(1).replace(/-/g, ' '),
|
||||
"item": `https://skyflytravel.hu/${pathParts.slice(0, index + 1).join('/')}/`
|
||||
}))
|
||||
]
|
||||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(businessData) }}
|
||||
/>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(breadcrumbs) }}
|
||||
/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
@ -6,7 +6,7 @@ import Image from "next/image"
|
|||
import { Button } from "@/components/ui/button"
|
||||
import { cn } from "@/lib/utils"
|
||||
import { useLanguage } from "@/lib/language-context"
|
||||
import { Globe, Menu, ChevronDown, Bus } from "lucide-react"
|
||||
import { Globe, Menu, X, ChevronDown, Bus } from "lucide-react"
|
||||
import { motion, AnimatePresence } from "framer-motion"
|
||||
|
||||
interface NavbarProps {
|
||||
|
|
@ -28,6 +28,17 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
|
|||
return () => window.removeEventListener("scroll", handleScroll)
|
||||
}, [])
|
||||
|
||||
React.useEffect(() => {
|
||||
if (isMenuOpen) {
|
||||
document.body.style.overflow = 'hidden'
|
||||
} else {
|
||||
document.body.style.overflow = 'unset'
|
||||
}
|
||||
return () => {
|
||||
document.body.style.overflow = 'unset'
|
||||
}
|
||||
}, [isMenuOpen])
|
||||
|
||||
return (
|
||||
<>
|
||||
<nav
|
||||
|
|
@ -192,8 +203,10 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
|
|||
useLightNav ? "text-slate-900 bg-white/80 border border-slate-200/70 hover:bg-white" : "text-white bg-black/50 hover:bg-black/70"
|
||||
)}
|
||||
onClick={() => setIsMenuOpen(!isMenuOpen)}
|
||||
aria-label={isMenuOpen ? (language === "hu" ? "Menü bezárása" : "Close menu") : (language === "hu" ? "Menü megnyitása" : "Open menu")}
|
||||
aria-expanded={isMenuOpen}
|
||||
>
|
||||
<Menu className="w-6 h-6" />
|
||||
{isMenuOpen ? <X className="w-6 h-6" /> : <Menu className="w-6 h-6" />}
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,11 @@
|
|||
import * as React from "react"
|
||||
import { ArrowUp } from "lucide-react"
|
||||
import { motion, AnimatePresence } from "framer-motion"
|
||||
import { useLanguage } from "@/lib/language-context"
|
||||
import { cn } from "@/lib/utils"
|
||||
|
||||
const ScrollToTop = () => {
|
||||
const { language } = useLanguage()
|
||||
const [isVisible, setIsVisible] = React.useState(false)
|
||||
|
||||
React.useEffect(() => {
|
||||
|
|
@ -45,7 +47,7 @@ const ScrollToTop = () => {
|
|||
"transition-shadow duration-300 hover:shadow-[0_25px_50px_-12px_rgba(217,163,33,0.5)]",
|
||||
"flex items-center justify-center group"
|
||||
)}
|
||||
aria-label="Scroll to top"
|
||||
aria-label={language === "hu" ? "Vissza a tetejére" : "Scroll to top"}
|
||||
>
|
||||
<ArrowUp className="w-6 h-6 group-hover:animate-bounce" />
|
||||
</motion.button>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |
|
Before Width: | Height: | Size: 69 KiB After Width: | Height: | Size: 69 KiB |
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 59 KiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 82 KiB |
|
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 63 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
|
@ -344,6 +344,10 @@
|
|||
}
|
||||
},
|
||||
conditionsPage: {
|
||||
meta: {
|
||||
title: "Vállalási Feltételek - Fontos információk | SkyFly Travel",
|
||||
description: "Ismerje meg reptéri transzfer szolgáltatásunk vállalási feltételeit. Lemondási feltételek, fizetési módok és fontos utastájékoztató."
|
||||
},
|
||||
back: "Vissza a kezdőlapra",
|
||||
title: "Vállalási",
|
||||
titleAccent: "Feltételek",
|
||||
|
|
@ -476,6 +480,10 @@
|
|||
},
|
||||
pages: {
|
||||
fbGoogle: {
|
||||
meta: {
|
||||
title: "Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel",
|
||||
description: "Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"
|
||||
},
|
||||
back: "Vissza a kezdőlapra",
|
||||
discountLabel: "-5% Kedvezmény",
|
||||
facebookOpen: "Facebook oldal megnyitása",
|
||||
|
|
@ -497,6 +505,10 @@
|
|||
helperText: "Segédlet a Facebook kedvezményhez:"
|
||||
},
|
||||
tiktok: {
|
||||
meta: {
|
||||
title: "TikTok Kedvezmény - Utazzon 2025-ös árakon | SkyFly Travel",
|
||||
description: "Nézze meg TikTok videónkat, kövessen be minket és utazzon a tavalyi árakon! Exkluzív ajánlat reptéri transzferhez."
|
||||
},
|
||||
back: "Vissza a kezdőlapra",
|
||||
title: "TikTok Kedvezmény",
|
||||
steps: [
|
||||
|
|
@ -992,6 +1004,10 @@
|
|||
}
|
||||
},
|
||||
conditionsPage: {
|
||||
meta: {
|
||||
title: "Terms and Conditions - Important Information | SkyFly Travel",
|
||||
description: "Read our terms and conditions for airport transfer services. Cancellation policy, payment methods, and important passenger information."
|
||||
},
|
||||
back: "Back to home",
|
||||
title: "Service",
|
||||
titleAccent: "Conditions",
|
||||
|
|
@ -1055,8 +1071,8 @@
|
|||
},
|
||||
fleetPage: {
|
||||
meta: {
|
||||
title: "Flotta - Modern járműveink | SkyFly Travel",
|
||||
description: "Ismerje meg modern flottánkat. Kényelmes minibuszok és személyautók a biztonságos reptéri transzferhez. Mercedes V-Class és prémium szolgáltatások."
|
||||
title: "Fleet - Our Modern Vehicles | SkyFly Travel",
|
||||
description: "Discover our modern fleet. Comfortable minibuses and passenger cars for safe airport transfers. Mercedes V-Class and premium services."
|
||||
},
|
||||
back: "Back to home",
|
||||
title: "Premium",
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
3:I[31713,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/da43c9813c71fab4.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
3:I[31713,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/14fdc2d554e450dd.js","/_next/static/chunks/2405e63c572d93db.js"],"default"]
|
||||
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/da43c9813c71fab4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/2405e63c572d93db.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
||||
8:null
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
7:I[31713,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/da43c9813c71fab4.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
b:"$Sreact.suspense"
|
||||
d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
11:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
9:I[31713,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/14fdc2d554e450dd.js","/_next/static/chunks/2405e63c572d93db.js"],"default"]
|
||||
c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
d:"$Sreact.suspense"
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
13:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/da43c9813c71fab4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
|
||||
8:{}
|
||||
9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
12:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
c:null
|
||||
10:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L12","4",{}]]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/2405e63c572d93db.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
||||
a:{}
|
||||
b:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
14:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
e:null
|
||||
12:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/"}],["$","link","4",{"rel":"alternate","hrefLang":"hu-HU","href":"https://skyflytravel.hu/"}],["$","link","5",{"rel":"alternate","hrefLang":"en-US","href":"https://skyflytravel.hu/"}],["$","meta","6",{"property":"og:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","7",{"property":"og:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","8",{"property":"og:url","content":"https://skyflytravel.hu/"}],["$","meta","9",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","10",{"property":"og:locale","content":"hu_HU"}],["$","meta","11",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"SkyFly Travel - Reptéri transzfer"}],["$","meta","15",{"property":"og:type","content":"website"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","18",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","19",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","20",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L14","21",{}]]
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/"}],["$","link","4",{"rel":"alternate","hrefLang":"hu-HU","href":"https://skyflytravel.hu/"}],["$","link","5",{"rel":"alternate","hrefLang":"en-US","href":"https://skyflytravel.hu/"}],["$","meta","6",{"property":"og:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","7",{"property":"og:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","8",{"property":"og:url","content":"https://skyflytravel.hu/"}],["$","meta","9",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","10",{"property":"og:locale","content":"hu_HU"}],["$","meta","11",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"SkyFly Travel - Reptéri transzfer"}],["$","meta","15",{"property":"og:type","content":"website"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","18",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","19",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","20",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","21",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}]]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[["$","$L6",null,{}],[]]}]}],["$","$L7",null,{}]]}]]}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
|
|
|
|||
|
|
@ -0,0 +1 @@
|
|||
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,34581,e=>{"use strict";var t=e.i(43476),a=e.i(71645);let r=(0,e.i(75254).default)("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);var i=e.i(46932),s=e.i(88653),o=e.i(50661),n=e.i(47163);e.s(["default",0,()=>{let{language:e}=(0,o.useLanguage)(),[l,p]=a.useState(!1);return a.useEffect(()=>{let e=()=>{window.scrollY>300?p(!0):p(!1)};return window.addEventListener("scroll",e),()=>window.removeEventListener("scroll",e)},[]),(0,t.jsx)(s.AnimatePresence,{children:l&&(0,t.jsx)(i.motion.button,{initial:{opacity:0,scale:.5,y:20},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.5,y:20},whileHover:{scale:1.1,y:-5},whileTap:{scale:.9},onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})},className:(0,n.cn)("fixed bottom-8 right-8 z-[60] p-4 rounded-2xl","bg-primary text-white shadow-[0_20px_40px_-10px_rgba(217,163,33,0.3)]","backdrop-blur-md border border-white/20","transition-shadow duration-300 hover:shadow-[0_25px_50px_-12px_rgba(217,163,33,0.5)]","flex items-center justify-center group"),"aria-label":"hu"===e?"Vissza a tetejére":"Scroll to top",children:(0,t.jsx)(r,{className:"w-6 h-6 group-hover:animate-bounce"})})})}],34581)},18566,(e,t,a)=>{t.exports=e.r(76562)},77352,e=>{"use strict";var t=e.i(43476),a=e.i(50661),r=e.i(18566);e.s(["JsonLd",0,()=>{let{language:e}=(0,a.useLanguage)(),i=(0,r.usePathname)().split("/").filter(Boolean),s={"@context":"https://schema.org","@type":"BreadcrumbList",itemListElement:[{"@type":"ListItem",position:1,name:"hu"===e?"Kezdőlap":"Home",item:"https://skyflytravel.hu"},...i.map((e,t)=>({"@type":"ListItem",position:t+2,name:e.charAt(0).toUpperCase()+e.slice(1).replace(/-/g," "),item:`https://skyflytravel.hu/${i.slice(0,t+1).join("/")}/`}))]};return(0,t.jsxs)(t.Fragment,{children:[(0,t.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify({"@context":"https://schema.org","@type":"TransportationService",name:"SkyFly Travel",image:"https://skyflytravel.hu/images/hero-main.jpg","@id":"https://skyflytravel.hu/#organization",url:"https://skyflytravel.hu",telephone:"+36305543838",priceRange:"$$",address:{"@type":"PostalAddress",streetAddress:"Ipar u. 78.",addressLocality:"Győr",postalCode:"9023",addressCountry:"HU"},geo:{"@type":"GeoCoordinates",latitude:47.6833,longitude:17.6333},areaServed:[{"@type":"City",name:"Győr"},{"@type":"City",name:"Budapest"},{"@type":"City",name:"Vienna"},{"@type":"City",name:"Bratislava"}],aggregateRating:{"@type":"AggregateRating",ratingValue:"5.0",reviewCount:"292",bestRating:"5",worstRating:"1"}})}}),(0,t.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(s)}})]})}])}]);
|
||||
|
|
@ -1 +0,0 @@
|
|||
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,34581,e=>{"use strict";var t=e.i(43476),o=e.i(71645);let r=(0,e.i(75254).default)("arrow-up",[["path",{d:"m5 12 7-7 7 7",key:"hav0vg"}],["path",{d:"M12 19V5",key:"x0mq9r"}]]);var i=e.i(46932),a=e.i(88653),l=e.i(47163);e.s(["default",0,()=>{let[e,s]=o.useState(!1);return o.useEffect(()=>{let e=()=>{window.scrollY>300?s(!0):s(!1)};return window.addEventListener("scroll",e),()=>window.removeEventListener("scroll",e)},[]),(0,t.jsx)(a.AnimatePresence,{children:e&&(0,t.jsx)(i.motion.button,{initial:{opacity:0,scale:.5,y:20},animate:{opacity:1,scale:1,y:0},exit:{opacity:0,scale:.5,y:20},whileHover:{scale:1.1,y:-5},whileTap:{scale:.9},onClick:()=>{window.scrollTo({top:0,behavior:"smooth"})},className:(0,l.cn)("fixed bottom-8 right-8 z-[60] p-4 rounded-2xl","bg-primary text-white shadow-[0_20px_40px_-10px_rgba(217,163,33,0.3)]","backdrop-blur-md border border-white/20","transition-shadow duration-300 hover:shadow-[0_25px_50px_-12px_rgba(217,163,33,0.5)]","flex items-center justify-center group"),"aria-label":"Scroll to top",children:(0,t.jsx)(r,{className:"w-6 h-6 group-hover:animate-bounce"})})})}],34581)}]);
|
||||
|
|
@ -1,16 +1,21 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
|
||||
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
8:null
|
||||
c:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$Le","4",{}]]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
c:"$Sreact.suspense"
|
||||
e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d923f90fc26f0411.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12","$undefined"],"S":true}
|
||||
9:{}
|
||||
a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
13:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
d:null
|
||||
11:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/"}],["$","link","4",{"rel":"alternate","hrefLang":"hu-HU","href":"https://skyflytravel.hu/"}],["$","link","5",{"rel":"alternate","hrefLang":"en-US","href":"https://skyflytravel.hu/"}],["$","meta","6",{"property":"og:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","7",{"property":"og:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","8",{"property":"og:url","content":"https://skyflytravel.hu/"}],["$","meta","9",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","10",{"property":"og:locale","content":"hu_HU"}],["$","meta","11",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"SkyFly Travel - Reptéri transzfer"}],["$","meta","15",{"property":"og:type","content":"website"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","18",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","19",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","20",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L13","21",{}]]
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/"}],["$","link","4",{"rel":"alternate","hrefLang":"hu-HU","href":"https://skyflytravel.hu/"}],["$","link","5",{"rel":"alternate","hrefLang":"en-US","href":"https://skyflytravel.hu/"}],["$","meta","6",{"property":"og:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","7",{"property":"og:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","8",{"property":"og:url","content":"https://skyflytravel.hu/"}],["$","meta","9",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","10",{"property":"og:locale","content":"hu_HU"}],["$","meta","11",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"SkyFly Travel - Reptéri transzfer"}],["$","meta","15",{"property":"og:type","content":"website"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","18",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","19",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","20",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","21",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}]]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[["$","$L6",null,{}],[]]}]}],["$","$L7",null,{}]]}]]}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
3:"$Sreact.suspense"
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:null
|
||||
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
3:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d923f90fc26f0411.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
||||
8:null
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
|
|
|
|||
|
|
@ -1,16 +1,21 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
d:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d","$undefined"],"S":true}
|
||||
a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
8:null
|
||||
c:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$Le","4",{}]]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
c:"$Sreact.suspense"
|
||||
e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
10:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
12:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["","_not-found",""],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d923f90fc26f0411.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12","$undefined"],"S":true}
|
||||
9:{}
|
||||
a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
13:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
d:null
|
||||
11:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/"}],["$","link","4",{"rel":"alternate","hrefLang":"hu-HU","href":"https://skyflytravel.hu/"}],["$","link","5",{"rel":"alternate","hrefLang":"en-US","href":"https://skyflytravel.hu/"}],["$","meta","6",{"property":"og:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","7",{"property":"og:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","8",{"property":"og:url","content":"https://skyflytravel.hu/"}],["$","meta","9",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","10",{"property":"og:locale","content":"hu_HU"}],["$","meta","11",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","12",{"property":"og:image:width","content":"1200"}],["$","meta","13",{"property":"og:image:height","content":"630"}],["$","meta","14",{"property":"og:image:alt","content":"SkyFly Travel - Reptéri transzfer"}],["$","meta","15",{"property":"og:type","content":"website"}],["$","meta","16",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","17",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","18",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","19",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","20",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L13","21",{}]]
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
7:I[51539,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/b90daf66f1af1d6b.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
b:"$Sreact.suspense"
|
||||
d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
11:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
9:I[51539,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/7d3fcc1947879364.js","/_next/static/chunks/14fdc2d554e450dd.js"],"default"]
|
||||
c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
d:"$Sreact.suspense"
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
13:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["","akciok","facebook-google",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["facebook-google",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/b90daf66f1af1d6b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
|
||||
8:{}
|
||||
9:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
12:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
c:null
|
||||
10:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L12","4",{}]]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["","akciok","facebook-google",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["facebook-google",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7d3fcc1947879364.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
||||
a:{}
|
||||
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
14:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
e:null
|
||||
12:[["$","title","0",{"children":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","4",{"property":"og:title","content":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","5",{"property":"og:description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","6",{"property":"og:url","content":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","7",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","8",{"property":"og:locale","content":"hu_HU"}],["$","meta","9",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"SkyFly Travel - Facebook & Google Akció"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","16",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","17",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L14","19",{}]]
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","4",{"property":"og:title","content":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","5",{"property":"og:description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","6",{"property":"og:url","content":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","7",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","8",{"property":"og:locale","content":"hu_HU"}],["$","meta","9",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"SkyFly Travel - Facebook & Google Akció"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","16",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","17",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","19",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}]]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[["$","$L6",null,{}],[]]}]}],["$","$L7",null,{}]]}]]}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"akciok","paramType":null,"paramKey":"akciok","hasRuntimePrefetch":false,"slots":{"children":{"name":"facebook-google","paramType":null,"paramKey":"facebook-google","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"akciok","paramType":null,"paramKey":"akciok","hasRuntimePrefetch":false,"slots":{"children":{"name":"facebook-google","paramType":null,"paramKey":"facebook-google","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
3:I[51539,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/b90daf66f1af1d6b.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
3:I[51539,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/7d3fcc1947879364.js","/_next/static/chunks/14fdc2d554e450dd.js"],"default"]
|
||||
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
7:"$Sreact.suspense"
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/b90daf66f1af1d6b.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7d3fcc1947879364.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
|
||||
4:{}
|
||||
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
||||
8:null
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
7:I[51539,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/b90daf66f1af1d6b.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
b:"$Sreact.suspense"
|
||||
d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
11:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
9:I[51539,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/7d3fcc1947879364.js","/_next/static/chunks/14fdc2d554e450dd.js"],"default"]
|
||||
c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
d:"$Sreact.suspense"
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
13:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["","akciok","facebook-google",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["facebook-google",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/b90daf66f1af1d6b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
|
||||
8:{}
|
||||
9:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
12:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
c:null
|
||||
10:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L12","4",{}]]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["","akciok","facebook-google",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["facebook-google",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/7d3fcc1947879364.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
||||
a:{}
|
||||
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
14:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
e:null
|
||||
12:[["$","title","0",{"children":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","4",{"property":"og:title","content":"Facebook & Google Kedvezmény - Spóroljon 5%-ot | SkyFly Travel"}],["$","meta","5",{"property":"og:description","content":"Kövessen minket Facebookon vagy értékeljen minket a Google-ön és 5% extra kedvezményt adunk reptéri transzferéből. Kattintson a részletekért!"}],["$","meta","6",{"property":"og:url","content":"https://skyflytravel.hu/akciok/facebook-google/"}],["$","meta","7",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","8",{"property":"og:locale","content":"hu_HU"}],["$","meta","9",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"SkyFly Travel - Facebook & Google Akció"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","16",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","17",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L14","19",{}]]
|
||||
|
|
|
|||
|
|
@ -1,21 +1,23 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
7:I[6494,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js","/_next/static/chunks/fa5e60f25affe4ad.js","/_next/static/chunks/960237b247ff5c15.js"],"default"]
|
||||
a:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
b:"$Sreact.suspense"
|
||||
d:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
11:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
8:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
|
||||
9:I[6494,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/628aea06fc537877.js","/_next/static/chunks/14fdc2d554e450dd.js"],"default"]
|
||||
c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
|
||||
d:"$Sreact.suspense"
|
||||
f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
|
||||
11:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
13:I[68027,[],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"P":null,"b":"4xmLznOo4psmuN6bbQAv6","c":["","akciok","tiktok",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["tiktok",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/fa5e60f25affe4ad.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/960237b247ff5c15.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[]],"S":true}
|
||||
8:{}
|
||||
9:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
12:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
c:null
|
||||
10:[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L12","4",{}]]
|
||||
0:{"P":null,"b":"jgrMdq-i2afkYxYNYaTkX","c":["","akciok","tiktok",""],"q":"","i":false,"f":[[["",{"children":["akciok",{"children":["tiktok",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L6",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L7",null,{}]]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/628aea06fc537877.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/14fdc2d554e450dd.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,false]},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[]],"S":true}
|
||||
a:{}
|
||||
b:"$0:f:0:1:1:children:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
||||
10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
||||
14:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
e:null
|
||||
12:[["$","title","0",{"children":"TikTok Kedvezmény - Utazzon 2025-ös árakon | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Nézze meg TikTok videónkat, kövessen be minket és utazzon a tavalyi árakon! Exkluzív ajánlat reptéri transzferhez."}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/akciok/tiktok/"}],["$","meta","4",{"property":"og:title","content":"TikTok Kedvezmény - Utazzon 2025-ös árakon | SkyFly Travel"}],["$","meta","5",{"property":"og:description","content":"Nézze meg TikTok videónkat, kövessen be minket és utazzon a tavalyi árakon! Exkluzív ajánlat reptéri transzferhez."}],["$","meta","6",{"property":"og:url","content":"https://skyflytravel.hu/akciok/tiktok/"}],["$","meta","7",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","8",{"property":"og:locale","content":"hu_HU"}],["$","meta","9",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"SkyFly Travel - TikTok Akció"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","16",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","17",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L14","19",{}]]
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@
|
|||
3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
|
||||
4:"$Sreact.suspense"
|
||||
5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","1",{"name":"description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"TikTok Kedvezmény - Utazzon 2025-ös árakon | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Nézze meg TikTok videónkat, kövessen be minket és utazzon a tavalyi árakon! Exkluzív ajánlat reptéri transzferhez."}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"canonical","href":"https://skyflytravel.hu/akciok/tiktok/"}],["$","meta","4",{"property":"og:title","content":"TikTok Kedvezmény - Utazzon 2025-ös árakon | SkyFly Travel"}],["$","meta","5",{"property":"og:description","content":"Nézze meg TikTok videónkat, kövessen be minket és utazzon a tavalyi árakon! Exkluzív ajánlat reptéri transzferhez."}],["$","meta","6",{"property":"og:url","content":"https://skyflytravel.hu/akciok/tiktok/"}],["$","meta","7",{"property":"og:site_name","content":"SkyFly Travel"}],["$","meta","8",{"property":"og:locale","content":"hu_HU"}],["$","meta","9",{"property":"og:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","meta","10",{"property":"og:image:width","content":"1200"}],["$","meta","11",{"property":"og:image:height","content":"630"}],["$","meta","12",{"property":"og:image:alt","content":"SkyFly Travel - TikTok Akció"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary_large_image"}],["$","meta","15",{"name":"twitter:title","content":"SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!"}],["$","meta","16",{"name":"twitter:description","content":"Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)"}],["$","meta","17",{"name":"twitter:image","content":"https://skyflytravel.hu/images/hero-main.jpg"}],["$","link","18",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","19",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[50661,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"LanguageProvider"]
|
||||
3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[34581,["/_next/static/chunks/b06e93ed1ebede1c.js","/_next/static/chunks/216f885d26e284c8.js"],"default"]
|
||||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2cd0cce1538d03b0.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/b06e93ed1ebede1c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/216f885d26e284c8.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}]]}]}]}]]}],"loading":null,"isPartial":false}
|
||||
2:I[50661,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"LanguageProvider"]
|
||||
3:I[77352,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"JsonLd"]
|
||||
4:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
5:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
6:I[36768,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js","/_next/static/chunks/d923f90fc26f0411.js"],"default"]
|
||||
7:I[34581,["/_next/static/chunks/a4b82c0ea3a0b02d.js","/_next/static/chunks/afc40879e9de20ed.js","/_next/static/chunks/3b86e8857d5e581a.js"],"default"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/79be984c2d5c7cea.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/a4b82c0ea3a0b02d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/afc40879e9de20ed.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/3b86e8857d5e581a.js","async":true}]],["$","html",null,{"lang":"hu","className":"scroll-smooth","children":["$","body",null,{"className":"inter_fe8b9d92-module__LINzvG__variable font-sans antialiased","children":[["$","a",null,{"href":"#main-content","className":"sr-only focus:not-sr-only focus:fixed focus:top-4 focus:left-4 focus:z-[100] focus:bg-primary focus:text-white focus:px-6 focus:py-3 focus:rounded-full focus:font-bold focus:shadow-2xl transition-all","children":"Ugrás a tartalomra"}],["$","$L2",null,{"children":[["$","$L3",null,{}],["$","main",null,{"id":"main-content","children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[["$","$L6",null,{}],[]]}]}],["$","$L7",null,{}]]}]]}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
:HL["/_next/static/chunks/2cd0cce1538d03b0.css","style"]
|
||||
:HL["/_next/static/chunks/79be984c2d5c7cea.css","style"]
|
||||
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"akciok","paramType":null,"paramKey":"akciok","hasRuntimePrefetch":false,"slots":{"children":{"name":"tiktok","paramType":null,"paramKey":"tiktok","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"akciok","paramType":null,"paramKey":"akciok","hasRuntimePrefetch":false,"slots":{"children":{"name":"tiktok","paramType":null,"paramKey":"tiktok","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
1:"$Sreact.fragment"
|
||||
2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
|
||||
0:{"buildId":"4xmLznOo4psmuN6bbQAv6","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
0:{"buildId":"jgrMdq-i2afkYxYNYaTkX","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
|
||||
|
|
|
|||