javítások

This commit is contained in:
Bognar 2026-02-02 14:51:36 +01:00
parent 5970476ee8
commit e6b831c54f
117 changed files with 832 additions and 467 deletions

92
DESIGN_GUIDE.md Normal file
View File

@ -0,0 +1,92 @@
# SkyFly Travel Design Guide (Home + Arak)
Ez a rovid design guide a fooldal (`app/page.tsx`) es az arak oldal (`app/arak/page.tsx`) vizualis es interakcios mintai alapjan keszult. Cél: a jelenlegi, karakteres, premium-energiat uto UI kovetkezetes tovabbvitelee.
## 1) Brand hangulat es irany
- **Tone**: premium, energikus, editorial; eros tipografia, nagy lelegzetu spacing.
- **Vizualis nyelv**: nagy, lekerekitett feluletek; kontrasztos feny-arnyek; elmosott, szines hatterfoltok (blobok).
- **Kiemeles**: uppercase, tracking-heavy szovegek; feltuno akcent szinek.
## 2) Tipografia
- **Cimek**: extra bold / black, uppercase, tracking-tighter, nagy meretek (5xl9xl).
- **Feliratok / cimkek**: nagyon kicsi meret (912px), uppercase, tracking-widest/extra, font-black.
- **Torzs**: medium/bold, 1620px, nagyobb line-height, diszkrét szin (slate-500).
- **Stilus minta**:
- H1: `font-black uppercase tracking-tighter leading-none`
- Kiemelt cimke: `text-[10px] font-black uppercase tracking-[0.3em]`
## 3) Szinek es paletta
**Alap**:
- Feher es nagyon vilagos szurke (bg-white, bg-slate-50).
- Szoveg: slate-900 / slate-500.
**Akcent**:
- `primary` (CTA, highlight), `secondary` (pricing hero szekund). A pontos token ertekek a theme-ben vannak.
- Home blobok: purple-200, blue-200, pink-100 (lattomos, atmoszferikus hatter).
- Pricing hero: #D9A321#1A1A1A (eros, markans diagonal gradient).
**Hasznalat**:
- Akcent szint ritka, de eros. CTA es fontos tag-ek kapjak.
- Feher felulet + diszkrét arnyek a legtobb cardnal.
## 4) Elrendezes es spacing
- **Tartalmi szelesseg**: `max-w-7xl` (alap), specialis blokknal `max-w-4xl/5xl`.
- **Section spacing**: nagy vertikalis ritmus (py-1632, pt-3240).
- **Grid**: 2-os oszlop (md), nagy gap-ek (816).
- **Aszimmetria**: a hero/reszletek feluletei nagy, elmasolt radiusokkal, blur overlayekkel.
## 5) Komponens mintak
**Cardok**
- Radius: 2rem3.5rem, gyakran 3rem+.
- Shadow: eros, nagy blur (shadow-2xl, custom shadow).
- Tartalom: kep + gradient overlay + felso/belso label strip.
- Hover: scale (image), translate (card), arnyek noveles.
**CTA / Button**
- Alak: `rounded-full`, ero uppercase, tracking-widest.
- Szinek: primary, fekete, vagy kieg akcent.
- Hover: sotetites vagy subtle scale.
**Route chip**
- Kis pill, `uppercase tracking-widest`, border + shadow-sm, hover: primary border/szin.
**Hero (Pricing)**
- Teljes szelesseg, diagonal gradient, alul “skew” elvalaszto.
- Subheadline: `text-white/70` hosszu sorok, medium font.
**Info Banner**
- Feher card, nagy radius, icon bubble, CTA a jobb oldalon.
**Footer CTA**
- Sotet hatter (slate-900), glow blob a sarokban, erosen tipografalt contact CTA-k.
## 6) Motion es interakcio
- **Global**: `animate-blob` hatterfoltok (lassu, dekorativ).
- **Hover**: image scale 1.051.1; card -translate-y.
- **Stagger**: a home page szekciok csendes, de kovetkezetes hover efektusai.
- **Idozites**: 300700ms tartomany, ease-out.
## 7) Kepkezeles
- Kepek: nagy, full-bleed, `object-cover`, helyenkent blur+opacity.
- Alul gradient a szoveg olvashatosagert.
- Keretezes: nincs klasszikus keret, csak shadow es radius.
## 8) Do / Dont
**Do**
- Hasznalj nagy radiusokat es bator tipografiat.
- Hagyd levegot: nagy paddingek, nagy gap-ek.
- Akcent szint sparingly, de latvanyosan.
**Dont**
- Ne hasznalj unalmas, alaptipust es kicsi spacinget.
- Ne keverd tul sok akcent szint egy blokkban.
- Ne csokkentsd a hero es card mereteket, mert elveszik a premium hatas.
## 9) Gyors vizualis token lista (kovetendo)
- `rounded-[2rem]`, `rounded-[3rem]`, `rounded-[3.5rem]`
- `shadow-2xl`, `shadow-xl`, custom large shadow
- `text-[10px] font-black uppercase tracking-[0.3em]`
- `bg-white`, `bg-slate-50`, `text-slate-900`, `text-slate-500`
- `bg-primary`, `text-primary`, `text-secondary`
- `animate-blob`, `blur-3xl`, `opacity-20/30`

View File

@ -6,7 +6,6 @@ import { ArrowLeft, Facebook, Star, CheckCircle2 } from "lucide-react"
import Link from "next/link"
import Image from "next/image"
import { useLanguage } from "@/lib/language-context"
import { motion } from "framer-motion"
export default function FacebookGoogleDiscountPage() {
const { t } = useLanguage()
@ -25,7 +24,7 @@ export default function FacebookGoogleDiscountPage() {
</Link>
<h1 className="text-5xl md:text-7xl font-black text-white uppercase tracking-tighter leading-none mb-6">
{t.discounts.fbGoogle.title} <br />
<span className="text-primary italic">Kedvezmény</span>
<span className="text-primary italic">{t.discounts.pages.fbGoogle.discountLabel}</span>
</h1>
</div>
</section>
@ -58,7 +57,7 @@ export default function FacebookGoogleDiscountPage() {
className="inline-flex items-center gap-2 bg-blue-600 text-white px-8 py-4 rounded-full font-bold hover:bg-blue-700 transition-colors shadow-xl shadow-blue-600/20"
>
<Facebook className="w-5 h-5" />
Facebook Oldal Megnyitása
{t.discounts.pages.fbGoogle.facebookOpen}
</a>
</div>
</div>
@ -70,6 +69,7 @@ export default function FacebookGoogleDiscountPage() {
src="/images/SkyFlyFBLike.gif"
alt="Facebook Like Help"
fill
sizes="(min-width: 1024px) 50vw, 100vw"
className="object-contain bg-white"
/>
</div>
@ -101,19 +101,19 @@ export default function FacebookGoogleDiscountPage() {
className="inline-flex items-center gap-2 bg-white text-slate-900 border border-slate-200 px-8 py-4 rounded-full font-bold hover:bg-slate-50 transition-colors shadow-lg"
>
<Star className="w-5 h-5 text-yellow-500 fill-yellow-500" />
Google Értékelés Írása
{t.discounts.pages.fbGoogle.googleReview}
</a>
</div>
</div>
<div className="space-y-6">
<h3 className="text-xl font-bold text-slate-900">Facebook:</h3>
<h3 className="text-xl font-bold text-slate-900">{t.discounts.pages.fbGoogle.facebookLabel}</h3>
<div className="rounded-3xl overflow-hidden shadow-2xl border border-slate-200 bg-white p-4">
<iframe
src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fairporttransfer.gyor&tabs=timeline&width=500&height=500&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=true&appId"
width="100%"
height="500"
style={{ border: 'none', overflow: 'hidden' }}
style={{ border: "none", overflow: "hidden" }}
scrolling="no"
frameBorder="0"
allowFullScreen={true}

View File

@ -24,8 +24,8 @@ export default function TikTokDiscountPage() {
<span className="text-xs font-bold uppercase tracking-widest">{t.discounts.pages.tiktok.title}</span>
</Link>
<h1 className="text-5xl md:text-7xl font-black text-white uppercase tracking-tighter leading-none mb-6">
TikTok <br />
<span className="text-primary italic">Kedvezmény</span>
{t.discounts.tiktok.title} <br />
<span className="text-primary italic">{t.discounts.pages.tiktok.discountLabel}</span>
</h1>
</div>
</section>
@ -38,7 +38,7 @@ export default function TikTokDiscountPage() {
<div className="w-12 h-12 bg-black rounded-2xl flex items-center justify-center shadow-lg">
<svg viewBox="0 0 24 24" className="w-6 h-6 fill-white" xmlns="http://www.w3.org/2000/svg"><path d="M12.525.02c1.31-.036 2.612-.01 3.91-.01.1.993.414 1.956.96 2.784.73 1.096 1.764 1.93 2.97 2.45v3.91c-.815-.09-1.62-.315-2.38-.64-.816-.35-1.545-.88-2.15-1.53-.102.043-.102.164-.102.26v9.06c0 1.54-.34 3.05-1 4.41-.65 1.35-1.63 2.5-2.83 3.33-1.4.95-3.08 1.45-4.79 1.45-1.68 0-3.32-.48-4.73-1.39-1.21-.79-2.2-1.9-2.86-3.21-.71-1.37-1.07-2.9-1.07-4.47s.36-3.1 1.07-4.47c.66-1.31 1.65-2.42 2.86-3.21 1.25-.8 2.69-1.23 4.18-1.25.102 0 .204-.006.307-.006v3.94c-.037-.006-.074-.012-.112-.012-1.25.038-2.44.57-3.31 1.49-.89.92-1.38 2.16-1.38 3.45 0 1.29.49 2.53 1.38 3.45.87.92 2.06 1.45 3.31 1.49 1.25-.038 2.44-.57 3.31-1.49.89-.92 1.38-2.16 1.38-3.45V0l.024.02z" /></svg>
</div>
<h2 className="text-3xl font-black text-slate-900 uppercase tracking-tight">Kedvezmény igénylése</h2>
<h2 className="text-3xl font-black text-slate-900 uppercase tracking-tight">{t.discounts.pages.tiktok.claimTitle}</h2>
</div>
<ul className="grid grid-cols-1 md:grid-cols-2 gap-6">
{t.discounts.pages.tiktok.steps.map((step: string, idx: number) => (
@ -53,9 +53,9 @@ export default function TikTokDiscountPage() {
<div className="space-y-8 pt-8 border-t border-slate-100 text-center">
<h3 className="text-2xl font-black text-slate-900 uppercase tracking-tight">{t.discounts.pages.tiktok.videoTitle}</h3>
<div className="relative mx-auto max-w-[325px] aspect-[9/16] rounded-3xl overflow-hidden shadow-2xl border border-slate-200 bg-black">
<blockquote className="tiktok-embed" cite="https://www.tiktok.com/@skyflytravel.transfer/video/7595495377424370966" data-video-id="7595495377424370966" style={{ maxWidth: '605px', minWidth: '325px' }}>
<blockquote className="tiktok-embed" cite="https://www.tiktok.com/@skyflytravel.transfer/video/7595495377424370966" data-video-id="7595495377424370966" style={{ maxWidth: "605px", minWidth: "325px" }}>
<section>
<a target="_blank" title="@skyflytravel.transfer" href="https://www.tiktok.com/@skyflytravel.transfer?refer=embed">@skyflytravel.transfer</a>
<a target="_blank" title={t.common.tiktokHandle} href="https://www.tiktok.com/@skyflytravel.transfer?refer=embed">{t.common.tiktokHandle}</a>
</section>
</blockquote>
<Script async src="https://www.tiktok.com/embed.js"></Script>
@ -70,7 +70,7 @@ export default function TikTokDiscountPage() {
className="inline-flex items-center gap-2 bg-black text-white px-10 py-5 rounded-full font-bold hover:bg-slate-900 transition-colors shadow-2xl"
>
<svg viewBox="0 0 24 24" className="w-5 h-5 fill-white" xmlns="http://www.w3.org/2000/svg"><path d="M12.525.02c1.31-.036 2.612-.01 3.91-.01.1.993.414 1.956.96 2.784.73 1.096 1.764 1.93 2.97 2.45v3.91c-.815-.09-1.62-.315-2.38-.64-.816-.35-1.545-.88-2.15-1.53-.102.043-.102.164-.102.26v9.06c0 1.54-.34 3.05-1 4.41-.65 1.35-1.63 2.5-2.83 3.33-1.4.95-3.08 1.45-4.79 1.45-1.68 0-3.32-.48-4.73-1.39-1.21-.79-2.2-1.9-2.86-3.21-.71-1.37-1.07-2.9-1.07-4.47s.36-3.1 1.07-4.47c.66-1.31 1.65-2.42 2.86-3.21 1.25-.8 2.69-1.23 4.18-1.25.102 0 .204-.006.307-.006v3.94c-.037-.006-.074-.012-.112-.012-1.25.038-2.44.57-3.31 1.49-.89.92-1.38 2.16-1.38 3.45 0 1.29.49 2.53 1.38 3.45.87.92 2.06 1.45 3.31 1.49 1.25-.038 2.44-.57 3.31-1.49.89-.92 1.38-2.16 1.38-3.45V0l.024.02z" /></svg>
TikTok Oldal Megnyitása
{t.discounts.pages.tiktok.openPage}
</a>
</div>
</div>

View File

@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { translations } from "@/lib/translations";
const meta = translations.hu.pricing.meta;
export const metadata: Metadata = {
title: "Árak - SkyFly Travel Reptéri Transzfer",
description: "Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838",
title: meta.title,
description: meta.description,
};
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@ -9,148 +9,35 @@ import { ArrowLeft, Phone, Mail, Clock, Shield, MapPin } from "lucide-react"
import Link from "next/link"
import { useLanguage } from "@/lib/language-context"
const becsRows = [
{ persons: "1 pax / 1 way", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 pax / 1 way", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 pax / 1 way", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 pax / 1 way", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 pax / 1 way", express: "35.000 HUF", private: "39.000 HUF" },
]
const budapestRows = [
{ persons: "1 pax / 1 way", express: "22.000 HUF", private: "38.000 HUF" },
{ persons: "2 pax / 1 way", express: "28.000 HUF", private: "38.000 HUF" },
{ persons: "3 pax / 1 way", express: "33.000 HUF", private: "38.000 HUF" },
{ persons: "4 pax / 1 way", express: "38.000 HUF", private: "45.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "42.000 HUF", private: "50.000 HUF" },
{ persons: "7-8 pax / 1 way", express: "45.000 HUF", private: "52.000 HUF" },
]
const pozsonyRows = [
{ persons: "1 pax / 1 way", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 pax / 1 way", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 pax / 1 way", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 pax / 1 way", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 pax / 1 way", express: "35.000 HUF", private: "39.000 HUF" },
]
const budapestViennaRows = [
{ persons: "1 pax / 1 way", express: "40.000 HUF", private: "60.000 HUF" },
{ persons: "2 pax / 1 way", express: "50.000 HUF", private: "60.000 HUF" },
{ persons: "3 pax / 1 way", express: "55.000 HUF", private: "60.000 HUF" },
{ persons: "4 pax / 1 way", express: "60.000 HUF", private: "70.000 HUF" },
{ persons: "5 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "6 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "7-8 pax / 1 way", express: "70.000 HUF", private: "80.000 HUF" },
]
export default function PricingPage() {
const { language, t } = useLanguage()
// Dynamic passenger text
const getFaresHub = (rows: any[]) => {
return rows.map(r => ({
...r,
persons: language === "hu" ? r.persons.replace("pax", "fő").replace("way", "út") : r.persons
}))
}
const specials = [
{
name: language === "hu" ? "Családi csomag" : "Family package",
price: "33.000 HUF",
description: language === "hu"
? "max. 4 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 3 normál és 3 kézi poggyász (Teljesítés: személygépjárművel)"
: "max. 4 pax, min. 1 child (0-14 yrs), private transfer, max. 3 standard and 3 hand luggage (Performed by passenger car)"
},
{
name: language === "hu" ? "„Nagy” családi csomag" : "„Large” family package",
price: "36.000 HUF",
description: language === "hu"
? "max. 6 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 6 normál és 6 kézi poggyász (Teljesítés: kisbusszal)"
: "max. 6 pax, min. 1 child (0-14 yrs), private transfer, max. 6 standard and 6 hand luggage (Performed by minibus)"
}
]
const vipInfo = language === "hu"
? ["1-3 fő (Mercedes E-class): 40.000 Ft", "4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"]
: ["1-3 pax (Mercedes E-class): 40.000 Ft", "4-6 pax (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"]
const specialsPozsony = specials
const specialsBudapestVienna = [
{
name: language === "hu" ? "Családi csomag" : "Family package",
price: "66.000 HUF",
description: language === "hu"
? "max. 4 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 3 normál és 3 kézi poggyász (Teljesítés: személygépjárművel)"
: "max. 4 pax, min. 1 child (0-14 yrs), private transfer, max. 3 standard and 3 hand luggage (Performed by passenger car)"
},
{
name: language === "hu" ? "„Nagy” családi csomag" : "„Large” family package",
price: "72.000 HUF",
description: language === "hu"
? "max. 6 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 6 normál és 6 kézi poggyász (Teljesítés: kisbusszal)"
: "max. 6 pax, min. 1 child (0-14 yrs), private transfer, max. 6 standard and 6 hand luggage (Performed by minibus)"
}
]
const vipInfoBudapestVienna = language === "hu"
? ["1-3 fő (Mercedes E-class): 75.000 Ft", "4-6 fő (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"]
: ["1-3 pax (Mercedes E-class): 75.000 Ft", "4-6 pax (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"]
const { t } = useLanguage()
const expressInfoText = (price: string) =>
language === "hu"
? `Amennyiben nincs más utas a viteldíj ${price}. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)`
: `If there are no other passengers, the fare is ${price}. (For pickups between 22:00-05:00 we can only provide Private transfer if there are no other passengers.)`
t.pricing.expressInfoTemplate.replace("{price}", price)
const expressInfoBecs = expressInfoText("23.500 HUF")
const expressInfoBudapest = expressInfoText("28.000 HUF")
const expressInfoPozsony = expressInfoText("23.500 HUF")
const expressInfoBudapestBecs = expressInfoText("50.000 HUF")
const districtSurcharge = language === "hu"
? {
label: "Kerületi felárak részletek",
title: "Budapesti kerületi felárak",
description: "Az alábbi díjak a táblázatban szereplő alapárakon felül fizetendők Budapesten, kerületi címek esetén:",
items: [
"2.000 Ft / út: II., III., X., XII., XIII., XIV. kerület",
"3.500 Ft / út: IV., XV., XVI., XVII. kerület"
],
closeLabel: "Bezár"
}
: {
label: "District surcharges details",
title: "Budapest district surcharges",
description: "The following fees apply in Budapest for district addresses, in addition to the base fares shown in the tables:",
items: [
"2,000 HUF / trip: districts II, III, X, XII, XIII, XIV",
"3,500 HUF / trip: districts IV, XV, XVI, XVII"
],
closeLabel: "Close"
}
const districtSurcharge = t.pricing.districtSurcharge
const routeNav = [
{
id: "gyor-becs",
label: language === "hu" ? "Győr Bécs (Schwechat)" : "Győr Vienna (Schwechat)",
label: t.pricing.routes.gyorBecs,
},
{
id: "gyor-budapest",
label: language === "hu" ? "Győr Budapest" : "Győr Budapest",
label: t.pricing.routes.gyorBudapest,
},
{
id: "gyor-pozsony",
label: language === "hu" ? "Győr Pozsony" : "Győr Bratislava",
label: t.pricing.routes.gyorPozsony,
},
{
id: "budapest-becs",
label: language === "hu" ? "Budapest Bécs (Schwechat)" : "Budapest Vienna (Schwechat)",
label: t.pricing.routes.budapestBecs,
},
]
@ -159,7 +46,7 @@ export default function PricingPage() {
<Navbar darkMode={true} />
{/* Background Decorations matching Home page */}
<div className="fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute md:fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute top-1/4 -right-20 w-96 h-96 bg-purple-100 rounded-full blur-3xl opacity-30 animate-blob" />
<div className="absolute top-1/2 -left-20 w-80 h-80 bg-blue-100 rounded-full blur-3xl opacity-30 animate-blob animation-delay-2000" />
</div>
@ -169,7 +56,7 @@ export default function PricingPage() {
{/* Background gradient covers full section now */}
<div
className="absolute inset-0 bg-diagonal opacity-100 -z-10"
style={{ background: 'linear-gradient(135deg, #D9A321 0%, #1A1A1A 100%)' }}
style={{ background: "linear-gradient(135deg, #D9A321 0%, #1A1A1A 100%)" }}
/>
<div className="absolute bottom-0 left-0 w-full h-[100px] bg-slate-50 transform -skew-y-3 origin-bottom-left -z-10" />
@ -217,7 +104,7 @@ export default function PricingPage() {
{/* Route Navigation */}
<div className="mb-14">
<div className="text-center text-[10px] font-black uppercase tracking-[0.4em] text-slate-400 mb-4">
{language === "hu" ? "Útvonalak" : "Routes"}
{t.pricing.routes.title}
</div>
<div className="flex flex-wrap justify-center gap-3">
{routeNav.map(route => (
@ -235,10 +122,10 @@ export default function PricingPage() {
{/* Tables */}
<div id="gyor-becs">
<PricingTable
route={language === "hu" ? "GYŐR BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR - GYŐR" : "GYŐR VIENNA AIRPORT (SCHWECHAT) or VIENNA AIRPORT - GYŐR"}
rows={getFaresHub(becsRows)}
specials={specials}
vipInfo={vipInfo}
route={t.pricing.routesTable.gyorBecs}
rows={t.pricing.rows.becs}
specials={t.pricing.specials.base}
vipInfo={t.pricing.vipInfo.base}
effectiveFrom={`${t.pricing.table.effective}: 2026.01.15`}
expressInfo={expressInfoBecs}
/>
@ -246,24 +133,22 @@ export default function PricingPage() {
<div id="gyor-budapest">
<PricingTable
route={language === "hu" ? "GYŐR BUDAPEST REPTÉR vagy BUDAPEST REPTÉR - GYŐR" : "GYŐR BUDAPEST AIRPORT or BUDAPEST AIRPORT - GYŐR"}
rows={getFaresHub(budapestRows)}
specials={specials}
vipInfo={vipInfo}
route={t.pricing.routesTable.gyorBudapest}
rows={t.pricing.rows.budapest}
specials={t.pricing.specials.base}
vipInfo={t.pricing.vipInfo.base}
effectiveFrom={`${t.pricing.table.effective}: 2026.01.15`}
expressInfo={expressInfoBudapest}
districtSurcharge={districtSurcharge}
/>
</div>
<div id="gyor-pozsony">
<PricingTable
route={language === "hu" ? "GYŐR POZSONY REPTÉR vagy POZSONY REPTÉR - GYŐR" : "GYŐR BRATISLAVA AIRPORT or BRATISLAVA AIRPORT - GYŐR"}
rows={getFaresHub(pozsonyRows)}
specials={specialsPozsony}
vipInfo={vipInfo}
route={t.pricing.routesTable.gyorPozsony}
rows={t.pricing.rows.pozsony}
specials={t.pricing.specials.base}
vipInfo={t.pricing.vipInfo.base}
effectiveFrom={`${t.pricing.table.effective}: 2026.01.15`}
expressInfo={expressInfoPozsony}
/>
@ -271,10 +156,10 @@ export default function PricingPage() {
<div id="budapest-becs">
<PricingTable
route={language === "hu" ? "BUDAPEST BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR (SCHWECHAT) - BUDAPEST" : "BUDAPEST VIENNA AIRPORT (SCHWECHAT) or VIENNA AIRPORT (SCHWECHAT) - BUDAPEST"}
rows={getFaresHub(budapestViennaRows)}
specials={specialsBudapestVienna}
vipInfo={vipInfoBudapestVienna}
route={t.pricing.routesTable.budapestBecs}
rows={t.pricing.rows.budapestVienna}
specials={t.pricing.specials.budapestVienna}
vipInfo={t.pricing.vipInfo.budapestVienna}
effectiveFrom={`${t.pricing.table.effective}: 2026.01.15`}
expressInfo={expressInfoBudapestBecs}
districtSurcharge={districtSurcharge}
@ -319,17 +204,17 @@ export default function PricingPage() {
<div className="relative z-10 flex flex-col items-center">
<h2 className="text-3xl md:text-5xl font-black uppercase tracking-tighter mb-8">{t.pricing.cta.title}</h2>
<div className="flex flex-wrap justify-center gap-12">
<a href="tel:+36305543838" className="flex items-center gap-4 text-xl md:text-2xl font-black hover:text-primary transition-colors decoration-primary decoration-4 underline-offset-8 group">
<a href={`tel:${t.common.phone.replace(/\s/g, "")}`} className="flex items-center gap-4 text-xl md:text-2xl font-black hover:text-primary transition-colors decoration-primary decoration-4 underline-offset-8 group">
<div className="bg-white/5 p-3 rounded-2xl group-hover:bg-primary transition-colors">
<Phone className="text-primary group-hover:text-white" />
</div>
+36 30 5543838
{t.common.phone}
</a>
<a href="mailto:info@skyflytravel.hu" className="flex items-center gap-4 text-xl md:text-2xl font-black hover:text-primary transition-colors decoration-primary decoration-4 underline-offset-8 group">
<a href={`mailto:${t.common.email}`} className="flex items-center gap-4 text-xl md:text-2xl font-black hover:text-primary transition-colors decoration-primary decoration-4 underline-offset-8 group">
<div className="bg-white/5 p-3 rounded-2xl group-hover:bg-primary transition-colors">
<Mail className="text-primary group-hover:text-white" />
</div>
info@skyflytravel.hu
{t.common.email}
</a>
</div>
</div>

View File

@ -83,8 +83,8 @@ export default function ConditionsPage() {
{t.nav.contact}
</h2>
<div className="relative z-10 flex flex-wrap justify-center gap-8">
<a href="tel:+36305543838" className="font-bold text-lg hover:text-primary transition-colors">+36 30 5543838</a>
<a href="mailto:info@skyflytravel.hu" className="font-bold text-lg hover:text-primary transition-colors">info@skyflytravel.hu</a>
<a href={`tel:${t.common.phone.replace(/\s/g, "")}`} className="font-bold text-lg hover:text-primary transition-colors">{t.common.phone}</a>
<a href={`mailto:${t.common.email}`} className="font-bold text-lg hover:text-primary transition-colors">{t.common.email}</a>
</div>
</div>
</div>

View File

@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { translations } from "@/lib/translations";
const meta = translations.hu.fleetPage.meta;
export const metadata: Metadata = {
title: "Flotta - Modern Gépjárműveink | SkyFly Travel",
description: "Ismerje meg modern gépjárműparkunkat. Kényelmes mikrobuszok és személyautók a biztonságos reptéri transzferért. Mercedes V-Class és kényelmes transzfer buszok.",
title: meta.title,
description: meta.description,
};
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@ -145,7 +145,7 @@ export default function FleetPage() {
</div>
<div className="flex items-center gap-2">
<div className="w-2 h-2 rounded-full bg-green-500 animate-pulse" />
<span className="text-[9px] font-black text-white/60 uppercase tracking-[0.3em]">Elérhető</span>
<span className="text-[9px] font-black text-white/60 uppercase tracking-[0.3em]">{t.fleetPage.availabilityLabel}</span>
</div>
</div>
@ -209,16 +209,16 @@ export default function FleetPage() {
<div className="grid grid-cols-1 md:grid-cols-3 gap-16 md:gap-8">
<div className="space-y-4">
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">0-3</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">Éves átlagéletkor</p>
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">{t.fleetPage.stats.ageValue}</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">{t.fleetPage.stats.ageLabel}</p>
</div>
<div className="space-y-4">
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">100%</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">Tisztasági garancia</p>
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">{t.fleetPage.stats.cleanlinessValue}</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">{t.fleetPage.stats.cleanlinessLabel}</p>
</div>
<div className="space-y-4">
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">24/7</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">Műszaki felügyelet</p>
<p className="text-6xl font-black text-primary transition-transform hover:scale-110 duration-300">{t.fleetPage.stats.maintenanceValue}</p>
<p className="text-[11px] font-black uppercase tracking-[0.2em] text-slate-400">{t.fleetPage.stats.maintenanceLabel}</p>
</div>
</div>
</div>

View File

@ -147,3 +147,10 @@
.animate-blob {
animation: blob 7s infinite;
}
@media (prefers-reduced-motion: reduce) {
.animate-blob,
.animate-float {
animation: none !important;
}
}

View File

@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { translations } from "@/lib/translations";
const meta = translations.hu.contactPage.meta;
export const metadata: Metadata = {
title: "Kapcsolat - Foglalás és Információ | SkyFly Travel",
description: "Vegye fel velünk a kapcsolatot. Hotline (0-24): +36 30 554 3838. Gyors és kényelmes reptéri transzfer foglalás Győrből.",
title: meta.title,
description: meta.description,
};
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@ -17,22 +17,22 @@ export default function ContactPage() {
{
icon: Smartphone,
label: t.contactPage.info.phone,
value: "+36 30 5543838",
href: "tel:+36305543838",
value: t.contactPage.info.phoneValue,
href: `tel:${t.contactPage.info.phoneValue.replace(/\s/g, "")}`,
color: "bg-primary"
},
{
icon: Phone,
label: t.contactPage.info.landline,
value: "+36 96 283676",
href: "tel:+3696283676",
value: t.contactPage.info.landlineValue,
href: `tel:${t.contactPage.info.landlineValue.replace(/\s/g, "")}`,
color: "bg-blue-500"
},
{
icon: Mail,
label: t.contactPage.info.email,
value: "info@skyflytravel.hu",
href: "mailto:info@skyflytravel.hu",
value: t.contactPage.info.emailValue,
href: `mailto:${t.contactPage.info.emailValue}`,
color: "bg-purple-500"
}
]
@ -42,7 +42,7 @@ export default function ContactPage() {
<Navbar darkMode={true} />
{/* Background Decorations */}
<div className="fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute md:fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute top-1/4 -right-20 w-96 h-96 bg-primary/5 rounded-full blur-3xl opacity-30 animate-blob" />
<div className="absolute top-1/2 -left-20 w-80 h-80 bg-secondary/5 rounded-full blur-3xl opacity-30 animate-blob animation-delay-2000" />
</div>

View File

@ -1,16 +1,19 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import { translations } from "@/lib/translations";
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const meta = translations.hu.meta
export const metadata: Metadata = {
title: "SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!",
description: "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)",
keywords: "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 repter, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport",
title: meta.title,
description: meta.description,
keywords: meta.keywords,
};
import { LanguageProvider } from "@/lib/language-context";

View File

@ -20,7 +20,7 @@ export default function Home() {
<Navbar darkMode={true} />
{/* Background Decorations */}
<div className="fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute md:fixed inset-0 pointer-events-none -z-10 overflow-hidden">
<div className="absolute top-1/4 -left-20 w-96 h-96 bg-purple-200 rounded-full blur-3xl opacity-30 animate-blob" />
<div className="absolute top-1/2 -right-20 w-80 h-80 bg-blue-200 rounded-full blur-3xl opacity-30 animate-blob animation-delay-2000" />
<div className="absolute bottom-1/4 left-1/2 -translate-x-1/2 w-[500px] h-[500px] bg-pink-100 rounded-full blur-3xl opacity-20 animate-blob animation-delay-4000" />
@ -40,7 +40,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-blue-500/10 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl">
<Image src="/images/airport.jpg" alt="Airport Transfer" fill className="object-cover group-hover:scale-105 transition-transform duration-700" />
<Image
src="/images/airport.jpg"
alt="Airport Transfer"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover group-hover:scale-105 transition-transform duration-700"
/>
<div className="absolute bottom-0 left-0 right-0 p-8 bg-gradient-to-t from-black/90 via-black/50 to-transparent pt-32">
<div className="space-y-2">
<p className="text-white text-xl font-black uppercase tracking-widest">{t.features.transfer.cardCaption}</p>
@ -64,7 +70,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-purple-500/10 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl">
<Image src="/images/family.jpg" alt="Family Packages" fill className="object-cover group-hover:scale-105 transition-transform duration-700" />
<Image
src="/images/family.jpg"
alt="Family Packages"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover group-hover:scale-105 transition-transform duration-700"
/>
<div className="absolute bottom-0 left-0 right-0 p-8 bg-gradient-to-t from-black/90 via-black/50 to-transparent pt-32">
<div className="space-y-2">
<p className="text-white text-xl font-black uppercase tracking-widest">{t.features.packages.cardCaption}</p>
@ -85,7 +97,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-green-500/10 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl">
<Image src="/images/interior.jpg" alt="Security and Comfort" fill className="object-cover group-hover:scale-105 transition-transform duration-700" />
<Image
src="/images/interior.jpg"
alt="Security and Comfort"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover group-hover:scale-105 transition-transform duration-700"
/>
<div className="absolute bottom-0 left-0 right-0 p-8 bg-gradient-to-t from-black/90 via-black/50 to-transparent pt-32">
<div className="space-y-2">
<p className="text-white text-xl font-black uppercase tracking-widest">{t.features.security.cardCaption}</p>
@ -139,7 +157,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-pink-500/10 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl">
<Image src="/images/fleet-modern.jpg" alt="Our Fleet" fill className="object-cover group-hover:scale-105 transition-transform duration-700" />
<Image
src="/images/fleet-modern.jpg"
alt="Our Fleet"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover group-hover:scale-105 transition-transform duration-700"
/>
<div className="absolute bottom-0 left-0 right-0 p-8 bg-gradient-to-t from-black/90 via-black/50 to-transparent pt-32">
<div className="space-y-2">
<p className="text-white text-xl font-black uppercase tracking-widest">{t.features.fleet.cardCaption}</p>
@ -161,11 +185,11 @@ export default function Home() {
<div className="flex flex-wrap gap-6 pt-2">
<div className="space-y-1">
<p className="text-[10px] font-black uppercase tracking-widest text-slate-400">{t.contactPage.info.phone}</p>
<a href="tel:+36305543838" className="text-xl font-black text-white bg-cyan-500 px-4 py-2 rounded-xl inline-block hover:scale-105 transition-transform">+36 30 554 3838</a>
<a href={`tel:${t.common.phone.replace(/\s/g, "")}`} className="text-xl font-black text-white bg-cyan-500 px-4 py-2 rounded-xl inline-block hover:scale-105 transition-transform">{t.common.phone}</a>
</div>
<div className="space-y-1">
<p className="text-[10px] font-black uppercase tracking-widest text-slate-400">{t.contactPage.info.email}</p>
<a href="mailto:info@skyflytravel.hu" className="text-lg font-bold text-slate-900 hover:text-cyan-500 transition-colors block italic">info@skyflytravel.hu</a>
<a href={`mailto:${t.common.email}`} className="text-lg font-bold text-slate-900 hover:text-cyan-500 transition-colors block italic">{t.common.email}</a>
</div>
</div>
}
@ -173,7 +197,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-cyan-500/10 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl">
<Image src="/images/mercedes.jpg" alt="Non-stop help" fill className="object-cover group-hover:scale-105 transition-transform duration-700" />
<Image
src="/images/mercedes.jpg"
alt="Non-stop help"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover group-hover:scale-105 transition-transform duration-700"
/>
<div className="absolute bottom-0 left-0 right-0 p-6 bg-gradient-to-t from-black/80 to-transparent">
<p className="text-white text-lg font-bold uppercase tracking-widest">{t.features.nonstop.cardCaption}</p>
</div>
@ -201,7 +231,13 @@ export default function Home() {
<div className="relative group p-4">
<div className="absolute inset-0 bg-primary/20 blur-3xl rounded-full scale-110 group-hover:scale-125 transition-transform" />
<Card className="relative w-full aspect-square md:w-[450px] md:h-[450px] rounded-[3rem] overflow-hidden border-none shadow-2xl bg-slate-900">
<Image src="/images/discounts_bg.png" alt="Special Discounts" fill className="object-cover opacity-50 group-hover:opacity-70 transition-all duration-700 blur-[2px] group-hover:blur-0" />
<Image
src="/images/discounts_bg.png"
alt="Special Discounts"
fill
sizes="(min-width: 768px) 450px, 90vw"
className="object-cover opacity-50 group-hover:opacity-70 transition-all duration-700 blur-[2px] group-hover:blur-0"
/>
<div className="absolute inset-0 p-8 flex flex-col justify-center space-y-4">
<div className="bg-white/95 backdrop-blur-xl p-6 rounded-3xl shadow-2xl transform transition-all duration-500 hover:-translate-y-2">
@ -237,7 +273,7 @@ export default function Home() {
<div className="max-w-4xl mx-auto px-6">
<div className="space-y-12">
<div className="text-center">
<h2 className="text-[10px] font-black uppercase tracking-[0.5em] text-primary mb-6">SkyFly Travel</h2>
<h2 className="text-[10px] font-black uppercase tracking-[0.5em] text-primary mb-6">{t.common.brand}</h2>
<h3 className="text-4xl md:text-7xl font-black uppercase tracking-tighter leading-tight text-slate-900">
{t.contactPage.seo.title}
</h3>

View File

@ -1,8 +1,11 @@
import type { Metadata } from "next";
import { translations } from "@/lib/translations";
const meta = translations.hu.servicesPage.meta;
export const metadata: Metadata = {
title: "Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel",
description: "Gyűjtő, privát és családi transzfer csomagok minden igényre. Háztól-házig szolgáltatás közel 20 éves tapasztalattal. Győr - Bécs - Budapest útvonalakon.",
title: meta.title,
description: meta.description,
};
export default function Layout({ children }: { children: React.ReactNode }) {

View File

@ -7,7 +7,6 @@ import { Card } from "@/components/ui/card"
import { ArrowLeft, CheckCircle2, Facebook, Phone, Info } from "lucide-react"
import Link from "next/link"
import { useLanguage } from "@/lib/language-context"
import { cn } from "@/lib/utils"
export default function ServicesPage() {
const { t } = useLanguage()
@ -184,8 +183,8 @@ export default function ServicesPage() {
<Phone className="w-6 h-6 text-white" />
</div>
<div>
<p className="text-[10px] font-bold text-white/50 uppercase tracking-widest">Hotline 0-24</p>
<p className="text-lg font-black text-white">+36 30 554 3838</p>
<p className="text-[10px] font-bold text-white/50 uppercase tracking-widest">{t.contactPage.info.hotlineShort}</p>
<p className="text-lg font-black text-white">{t.common.phone}</p>
</div>
</Card>

View File

@ -23,6 +23,7 @@ export default function ContactForm() {
process.env.NEXT_PUBLIC_RECAPTCHA_SITE_KEY ||
"6LfqD1osAAAAANd6P-3qin0cRdFQSGX92F02A3dE"
const recaptchaAction = "contact_form"
const defaultService = t.contactPage.form.serviceOptions.airport
const [recaptchaReady, setRecaptchaReady] = useState(false)
const [status, setStatus] = useState<"idle" | "loading" | "success" | "error">("idle")
@ -30,7 +31,7 @@ export default function ContactForm() {
name: "",
email: "",
phone: "",
service: "REPTÉRI TRANSZFER",
service: defaultService,
message: "",
consent: false
})
@ -57,6 +58,14 @@ export default function ContactForm() {
document.head.appendChild(script)
}, [siteKey])
useEffect(() => {
setFormData(prev => (
prev.service === defaultService
? prev
: { ...prev, service: defaultService }
))
}, [defaultService])
const waitForRecaptcha = (timeoutMs = 4000) =>
new Promise<void>((resolve, reject) => {
const started = Date.now()
@ -104,13 +113,13 @@ export default function ContactForm() {
await waitForRecaptcha()
setRecaptchaReady(true)
} catch {
alert("reCAPTCHA is not ready yet. Please try again.")
alert(t.contactPage.form.recaptchaNotReady)
return
}
}
if (!formData.consent) {
alert("Please accept the privacy policy")
alert(t.contactPage.form.consentRequired)
return
}
@ -133,7 +142,7 @@ export default function ContactForm() {
if (response.ok) {
setStatus("success")
setFormData({ name: "", email: "", phone: "", service: "REPTÉRI TRANSZFER", message: "", consent: false })
setFormData({ name: "", email: "", phone: "", service: defaultService, message: "", consent: false })
} else {
setStatus("error")
}
@ -148,7 +157,7 @@ export default function ContactForm() {
<div className="bg-green-100 w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-8">
<CheckCircle2 className="w-10 h-10 text-green-500" />
</div>
<h3 className="text-3xl font-black text-slate-900 uppercase tracking-tighter mb-4">Köszönjük!</h3>
<h3 className="text-3xl font-black text-slate-900 uppercase tracking-tighter mb-4">{t.contactPage.form.successTitle}</h3>
<p className="text-slate-600 font-medium max-w-md mx-auto">
{t.contactPage.form.success}
</p>
@ -157,7 +166,7 @@ export default function ContactForm() {
variant="outline"
className="mt-8 rounded-full px-8"
>
Új üzenet küldése
{t.contactPage.form.successAction}
</Button>
</Card>
)
@ -177,7 +186,7 @@ export default function ContactForm() {
name="name"
value={formData.name}
onChange={handleChange}
placeholder="Pl. Kovács János"
placeholder={t.contactPage.form.placeholders.name}
className="rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"
/>
</div>
@ -193,7 +202,7 @@ export default function ContactForm() {
name="email"
value={formData.email}
onChange={handleChange}
placeholder="janos@pelda.hu"
placeholder={t.contactPage.form.placeholders.email}
className="rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"
/>
</div>
@ -209,7 +218,7 @@ export default function ContactForm() {
name="phone"
value={formData.phone}
onChange={handleChange}
placeholder="+36 30 123 4567"
placeholder={t.contactPage.form.placeholders.phone}
className="rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all"
/>
</div>
@ -225,9 +234,9 @@ export default function ContactForm() {
onChange={handleChange}
className="w-full rounded-2xl h-14 bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all px-4 text-sm font-medium"
>
<option value="REPTÉRI TRANSZFER">{t.contactPage.form.serviceOptions.airport}</option>
<option value="PRIVÁT TRANSZFER">{t.contactPage.form.serviceOptions.private}</option>
<option value="EGYÉB SZEMÉLYSZÁLLÍTÁS">{t.contactPage.form.serviceOptions.other}</option>
<option value={t.contactPage.form.serviceOptions.airport}>{t.contactPage.form.serviceOptions.airport}</option>
<option value={t.contactPage.form.serviceOptions.private}>{t.contactPage.form.serviceOptions.private}</option>
<option value={t.contactPage.form.serviceOptions.other}>{t.contactPage.form.serviceOptions.other}</option>
</select>
</div>
</div>
@ -242,7 +251,7 @@ export default function ContactForm() {
name="message"
value={formData.message}
onChange={handleChange}
placeholder="Miben segíthetünk Önnek?"
placeholder={t.contactPage.form.placeholders.message}
rows={5}
className="rounded-[2rem] bg-slate-50 border-slate-100 focus:border-primary focus:ring-primary transition-all p-6 min-h-[150px]"
/>
@ -266,7 +275,7 @@ export default function ContactForm() {
{/* reCaptcha */}
<div className="pt-4 flex justify-center md:justify-start">
<span className="text-xs text-slate-400">
A weboldalt reCAPTCHA v3 védi.
{t.contactPage.form.recaptchaNotice}
</span>
</div>
@ -286,7 +295,7 @@ export default function ContactForm() {
{status === "loading" ? (
<span className="flex items-center gap-2">
<div className="w-4 h-4 border-2 border-white/30 border-t-white rounded-full animate-spin" />
Küldés...
{t.contactPage.form.submitting}
</span>
) : (
<span className="flex items-center gap-2">

View File

@ -2,9 +2,11 @@
import * as React from "react"
import { Button } from "@/components/ui/button"
import { useLanguage } from "@/lib/language-context"
import { motion, AnimatePresence } from "framer-motion"
const CookieConsent = () => {
const { t } = useLanguage()
const [isVisible, setIsVisible] = React.useState(false)
React.useEffect(() => {
@ -29,17 +31,16 @@ const CookieConsent = () => {
className="fixed bottom-6 left-6 right-6 md:left-auto md:right-6 md:w-[400px] bg-white shadow-2xl rounded-3xl p-6 z-[100] border border-slate-100"
>
<div className="space-y-4">
<h4 className="font-bold text-lg">Sütik használata 🍪</h4>
<h4 className="font-bold text-lg">{t.cookie.title}</h4>
<p className="text-sm text-slate-600 leading-relaxed">
Weboldalunk sütiket használ a jobb felhasználói élmény érdekében.
Az "Elfogadom" gombra kattintva hozzájárul ezek használatához.
{t.cookie.description}
</p>
<div className="flex gap-3">
<Button onClick={handleAccept} className="flex-1 rounded-full">
Elfogadom
{t.cookie.accept}
</Button>
<Button variant="outline" onClick={() => setIsVisible(false)} className="flex-1 rounded-full">
Nem
{t.cookie.decline}
</Button>
</div>
</div>

View File

@ -3,7 +3,6 @@
import { Button } from "@/components/ui/button"
import { Card } from "@/components/ui/card"
import { cn } from "@/lib/utils"
import { motion } from "framer-motion"
import Link from "next/link"
interface FeatureSectionProps {

View File

@ -1,10 +1,12 @@
"use client"
import Image from "next/image"
import { Button } from "@/components/ui/button"
import { useLanguage } from "@/lib/language-context"
export default function Footer() {
const { t } = useLanguage()
const year = new Date().getFullYear().toString()
return (
<section className="py-16 md:py-20 bg-slate-950 text-white text-center">
@ -31,29 +33,31 @@ export default function Footer() {
</div>
<div className="flex flex-wrap justify-center gap-4">
<a href="https://www.facebook.com/airporttransfer.gyor" target="_blank" rel="noopener noreferrer" aria-label="Facebook" className="opacity-80 hover:opacity-100 transition-opacity">
<img src="/images/social/facebook.png" alt="Facebook" className="w-5 h-5 object-contain" />
<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">
<img src="/images/social/googleplus.png" alt="Google Plus" className="w-5 h-5 object-contain" />
<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">
<img src="/images/social/twitter.png" alt="X (Twitter)" className="w-5 h-5 object-contain" />
<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">
<img src="/images/social/blogspot.png" alt="Blogspot" className="w-5 h-5 object-contain" />
<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">
<img src="https://cdn.simpleicons.org/tiktok/ffffff" alt="TikTok" className="w-5 h-5 object-contain" />
<svg viewBox="0 0 24 24" className="w-5 h-5 fill-white" aria-hidden="true">
<path d="M12.525.02c1.31-.036 2.612-.01 3.91-.01.1.993.414 1.956.96 2.784.73 1.096 1.764 1.93 2.97 2.45v3.91c-.815-.09-1.62-.315-2.38-.64-.816-.35-1.545-.88-2.15-1.53-.102.043-.102.164-.102.26v9.06c0 1.54-.34 3.05-1 4.41-.65 1.35-1.63 2.5-2.83 3.33-1.4.95-3.08 1.45-4.79 1.45-1.68 0-3.32-.48-4.73-1.39-1.21-.79-2.2-1.9-2.86-3.21-.71-1.37-1.07-2.9-1.07-4.47s.36-3.1 1.07-4.47c.66-1.31 1.65-2.42 2.86-3.21 1.25-.8 2.69-1.23 4.18-1.25.102 0 .204-.006.307-.006v3.94c-.037-.006-.074-.012-.112-.012-1.25.038-2.44.57-3.31 1.49-.89.92-1.38 2.16-1.38 3.45 0 1.29.49 2.53 1.38 3.45.87.92 2.06 1.45 3.31 1.49 1.25-.038 2.44-.57 3.31-1.49.89-.92 1.38-2.16 1.38-3.45V0l.024.02z" />
</svg>
</a>
<a href="https://www.instagram.com/skyfly_travel/" target="_blank" rel="noopener noreferrer" aria-label="Instagram" className="opacity-80 hover:opacity-100 transition-opacity">
<img src="/images/social/instagram.png" alt="Instagram" className="w-5 h-5 object-contain" />
<Image src="/images/social/instagram.png" alt="Instagram" width={20} height={20} className="object-contain" />
</a>
</div>
<div className="text-slate-600 text-[10px] font-bold uppercase tracking-widest">
©2026 SkyFly Travel. {t.footer.rights}
{t.footer.copyright.replace("{year}", year)} {t.footer.rights}
</div>
<div className="text-slate-900/10 text-[8px] leading-tight select-none">
Reptéri transzfer, transzfer Győr, Budapest, Bécs Schwechat, Pozsony Airport shuttle Airport taxi Reptéri járatok Repülőtéri transzfer Budapest repülőtér Pozsony repülőtér Bécs repülőtér (Vienna Airport) Transzfer Budapest Airport Transzfer Vienna Airport Budapest Liszt Ferenc (Ferihegy)
{t.footer.seoLine}
</div>
<div className="flex flex-col items-center gap-1 text-slate-800 text-[9px] font-bold uppercase tracking-widest pt-2 sm:flex-row sm:justify-center sm:gap-4">
<a href="https://transzfer.lap.hu" target="_blank" rel="noopener noreferrer" className="hover:text-primary transition-colors">transzfer.lap.hu</a>

View File

@ -112,6 +112,7 @@ const Hero = () => {
src="/images/family.jpg"
alt="Family Travel"
fill
sizes="(min-width: 1024px) 224px, 50vw"
className="object-cover group-hover:scale-110 transition-transform duration-500"
/>
<div className="absolute top-2 right-2 bg-primary text-white text-[10px] font-bold px-2 py-1 rounded-lg shadow-lg">{t.hero.cards.familyTag}</div>
@ -131,6 +132,7 @@ const Hero = () => {
src="/images/premium_van.png"
alt="Premium Fleet"
fill
sizes="64px"
className="object-cover"
/>
</div>

View File

@ -42,6 +42,7 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
src={isScrolled ? "/images/logo-dark.svg" : "/images/logo-white.svg"}
alt="SkyFly Travel"
fill
sizes="(min-width: 768px) 192px, 160px"
className="object-contain"
priority
/>
@ -108,7 +109,7 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
: (isScrolled || !darkMode ? "text-slate-600 hover:text-slate-900" : "text-white/60 hover:text-white")
)}
>
HUN
{t.nav.language.hu}
</button>
<button
onClick={() => setLanguage("en")}
@ -119,7 +120,7 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
: (isScrolled || !darkMode ? "text-slate-600 hover:text-slate-900" : "text-white/60 hover:text-white")
)}
>
ENG
{t.nav.language.en}
</button>
</div>
@ -161,8 +162,8 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
<Link onClick={() => setIsMenuOpen(false)} href="/kapcsolat" className="text-2xl font-bold text-white hover:text-primary transition-colors">{t.nav.contact}</Link>
<div className="flex justify-center gap-4 pt-8">
<button onClick={() => { setLanguage("hu"); setIsMenuOpen(false) }} className={cn("px-6 py-2 rounded-full font-bold", language === "hu" ? "bg-white text-slate-900" : "bg-white/10 text-white")}>HUN</button>
<button onClick={() => { setLanguage("en"); setIsMenuOpen(false) }} className={cn("px-6 py-2 rounded-full font-bold", language === "en" ? "bg-white text-slate-900" : "bg-white/10 text-white")}>ENG</button>
<button onClick={() => { setLanguage("hu"); setIsMenuOpen(false) }} className={cn("px-6 py-2 rounded-full font-bold", language === "hu" ? "bg-white text-slate-900" : "bg-white/10 text-white")}>{t.nav.language.hu}</button>
<button onClick={() => { setLanguage("en"); setIsMenuOpen(false) }} className={cn("px-6 py-2 rounded-full font-bold", language === "en" ? "bg-white text-slate-900" : "bg-white/10 text-white")}>{t.nav.language.en}</button>
</div>
<Button asChild size="lg" className="mt-8 bg-primary text-white rounded-full">

View File

@ -1,12 +1,24 @@
export const translations = {
hu: {
common: {
brand: "SkyFly Travel",
email: "info@skyflytravel.hu",
phone: "+36 30 554 3838",
tiktokHandle: "@skyflytravel.transfer"
},
meta: {
title: "SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!",
description: "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)",
keywords: "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"
},
nav: {
services: "Szolgáltatások",
fleet: "Flotta",
prices: "Árak",
conditions: "Feltételek",
contact: "Kapcsolat",
cta: "ONLINE FOGLALÁS / AJÁNLAT"
cta: "ONLINE FOGLALÁS / AJÁNLAT",
language: { hu: "HUN", en: "ENG" }
},
hero: {
rating: "Ügyfél elégedettség",
@ -89,6 +101,10 @@ export const translations = {
}
},
pricing: {
meta: {
title: "Árak - SkyFly Travel Reptéri Transzfer",
description: "Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"
},
back: "Vissza a kezdőlapra",
title: "Transzfer",
titleAccent: "Viteldíjak",
@ -106,6 +122,101 @@ export const translations = {
premium: "Prémium opciók",
effective: "Érvényes árak"
},
routes: {
title: "Útvonalak",
gyorBecs: "Győr Bécs (Schwechat)",
gyorBudapest: "Győr Budapest",
gyorPozsony: "Győr Pozsony",
budapestBecs: "Budapest Bécs (Schwechat)"
},
routesTable: {
gyorBecs: "GYŐR BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR - GYŐR",
gyorBudapest: "GYŐR BUDAPEST REPTÉR vagy BUDAPEST REPTÉR - GYŐR",
gyorPozsony: "GYŐR POZSONY REPTÉR vagy POZSONY REPTÉR - GYŐR",
budapestBecs: "BUDAPEST BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR (SCHWECHAT) - BUDAPEST"
},
rows: {
becs: [
{ persons: "1 fő / 1 út", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 fő / 1 út", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 fő / 1 út", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 fő / 1 út", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 fő / 1 út", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 fő / 1 út", express: "35.000 HUF", private: "39.000 HUF" }
],
budapest: [
{ persons: "1 fő / 1 út", express: "22.000 HUF", private: "38.000 HUF" },
{ persons: "2 fő / 1 út", express: "28.000 HUF", private: "38.000 HUF" },
{ persons: "3 fő / 1 út", express: "33.000 HUF", private: "38.000 HUF" },
{ persons: "4 fő / 1 út", express: "38.000 HUF", private: "45.000 HUF" },
{ persons: "5-6 fő / 1 út", express: "42.000 HUF", private: "50.000 HUF" },
{ persons: "7-8 fő / 1 út", express: "45.000 HUF", private: "52.000 HUF" }
],
pozsony: [
{ persons: "1 fő / 1 út", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 fő / 1 út", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 fő / 1 út", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 fő / 1 út", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 fő / 1 út", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 fő / 1 út", express: "35.000 HUF", private: "39.000 HUF" }
],
budapestVienna: [
{ persons: "1 fő / 1 út", express: "40.000 HUF", private: "60.000 HUF" },
{ persons: "2 fő / 1 út", express: "50.000 HUF", private: "60.000 HUF" },
{ persons: "3 fő / 1 út", express: "55.000 HUF", private: "60.000 HUF" },
{ persons: "4 fő / 1 út", express: "60.000 HUF", private: "70.000 HUF" },
{ persons: "5 fő / 1 út", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "6 fő / 1 út", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "7-8 fő / 1 út", express: "70.000 HUF", private: "80.000 HUF" }
]
},
specials: {
base: [
{
name: "Családi csomag",
price: "33.000 HUF",
description: "max. 4 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 3 normál és 3 kézi poggyász (Teljesítés: személygépjárművel)"
},
{
name: "„Nagy” családi csomag",
price: "36.000 HUF",
description: "max. 6 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 6 normál és 6 kézi poggyász (Teljesítés: kisbusszal)"
}
],
budapestVienna: [
{
name: "Családi csomag",
price: "66.000 HUF",
description: "max. 4 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 3 normál és 3 kézi poggyász (Teljesítés: személygépjárművel)"
},
{
name: "„Nagy” családi csomag",
price: "72.000 HUF",
description: "max. 6 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 6 normál és 6 kézi poggyász (Teljesítés: kisbusszal)"
}
]
},
vipInfo: {
base: [
"1-3 fő (Mercedes E-class): 40.000 Ft",
"4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"
],
budapestVienna: [
"1-3 fő (Mercedes E-class): 75.000 Ft",
"4-6 fő (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"
]
},
expressInfoTemplate: "Amennyiben nincs más utas a viteldíj {price}. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)",
districtSurcharge: {
label: "Kerületi felárak részletek",
title: "Budapesti kerületi felárak",
description: "Az alábbi díjak a táblázatban szereplő alapárakon felül fizetendők Budapesten, kerületi címek esetén:",
items: [
"2.000 Ft / út: II., III., X., XII., XIII., XIV. kerület",
"3.500 Ft / út: IV., XV., XVI., XVII. kerület"
],
closeLabel: "Bezár"
},
extra: {
security: {
title: "Biztonság",
@ -125,6 +236,10 @@ export const translations = {
}
},
servicesPage: {
meta: {
title: "Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel",
description: "Gyűjtő, privát és családi transzfer csomagok minden igényre. Háztól házig szolgáltatás közel 20 év tapasztalattal."
},
back: "Vissza a kezdőlapra",
title: "Szolgáltatási",
titleAccent: "Csomagok",
@ -266,10 +381,23 @@ export const translations = {
]
},
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."
},
back: "Vissza a kezdőlapra",
title: "Minőségi",
titleAccent: "Flotta",
description: "Ismerje meg modern gépjárműparkunkat. Legyen szó egyéni üzleti útról vagy népesebb családi kiruccanásról, autóink garantálják a kényelmet és biztonságot.",
availabilityLabel: "Elérhető",
stats: {
ageValue: "0-3",
ageLabel: "Éves átlagéletkor",
cleanlinessValue: "100%",
cleanlinessLabel: "Tisztasági garancia",
maintenanceValue: "24/7",
maintenanceLabel: "Műszaki felügyelet"
},
categories: {
vip: "VIP Prémium",
business: "Üzleti kategória",
@ -320,6 +448,10 @@ export const translations = {
},
pages: {
fbGoogle: {
discountLabel: "Kedvezmény",
facebookOpen: "Facebook oldal megnyitása",
googleReview: "Google értékelés írása",
facebookLabel: "Facebook:",
title: "Facebook & Google Kedvezmény",
fbTitle: "1. Lehetőség: Facebook kedvezmény",
fbSteps: [
@ -348,6 +480,10 @@ export const translations = {
}
},
contactPage: {
meta: {
title: "Kapcsolat - Foglalás és információ | SkyFly Travel",
description: "Vegye fel velünk a kapcsolatot. Hotline (0-24): +36 30 554 3838. Gyors és kényelmes reptéri transzfer foglalás Győrből."
},
back: "Vissza a kezdőlapra",
title: "Elérhetőségek",
titleAccent: "Kapcsolat",
@ -355,9 +491,13 @@ export const translations = {
info: {
title: "Információk",
phone: "Hotline (0-24):",
phoneValue: "+36 30 554 3838",
landline: "Vezetékes telefon:",
landlineValue: "+36 96 283676",
email: "E-mail cím:",
message: "Üzenet küldése"
emailValue: "info@skyflytravel.hu",
message: "Üzenet küldése",
hotlineShort: "Hotline 0-24"
},
cta: {
title: "Gyors üzenetküldés",
@ -374,9 +514,22 @@ export const translations = {
private: "PRIVÁT TRANSZFER",
other: "EGYÉB SZEMÉLYSZÁLLÍTÁS"
},
placeholders: {
name: "Pl. Kovács János",
email: "janos@pelda.hu",
phone: "+36 30 123 4567",
message: "Miben segíthetünk Önnek?"
},
message: "Üzenet szövege *",
consent: "Hozzájárulok, hogy a Z+T BT. (mint a SkyFly Travel üzemeltetője) az Adatvédelmi szabályzatában foglaltak szerint személyes adataimat kezelje, illetve feldolgozza.",
button: "Üzenet küldése",
successTitle: "Köszönjük!",
success: "Üzenetét sikeresen elküldtük! Kollégáink hamarosan felveszik Önnel a kapcsolatot.",
successAction: "Új üzenet küldése",
submitting: "Küldés...",
recaptchaNotice: "A weboldalt reCAPTCHA v3 védi.",
recaptchaNotReady: "A reCAPTCHA még nem áll készen. Kérjük, próbálja újra.",
consentRequired: "Kérjük, fogadja el az adatkezelési nyilatkozatot.",
error: "Hiba történt az üzenet küldése közben. Kérjük, próbálkozzon később!"
},
seo: {
@ -396,8 +549,8 @@ export const translations = {
taxNumber: "Adószám: 22426127-2-08",
bankAccount: "Bankszámla szám: OTP Bank 11737007-20749745",
phone: "Tel.: +36 30 5543838 (0-24 ügyelet megrendelt fuvarokra)",
infoLine: "Info vonal: +36 96 283676, +36 30 5543838 (iroda munkanapokon 08:00-16:00ig)",
email: "e-mail: info@skyflytravel.hu"
infoLine: "Info vonal: +36 96 283676, +36 30 5543838 (iroda munkanapokon 08:00-16:00-ig)",
email: "E-mail: info@skyflytravel.hu"
},
legal: {
title: "Jogi képviselőnk",
@ -414,7 +567,10 @@ export const translations = {
cta: "Induljunk!",
rights: "Minden jog fenntartva.",
impressum: "Impresszum",
privacy: "Adatvédelmi Szabályzat"
privacy: "Adatvédelmi Szabályzat",
seoLine: "Reptéri transzfer, transzfer Győr, Budapest, Bécs Schwechat, Pozsony - Airport shuttle - Airport taxi - Reptéri járatok - Repülőtéri transzfer - Budapest repülőtér - Pozsony repülőtér ? Bécs repülőtér (Vienna Airport) - Transzfer Budapest Airport - Transzfer Vienna Airport - Budapest Liszt Ferenc (Ferihegy)",
copyright: "{year} SkyFly Travel.",
},
cookie: {
title: "Sütik használata 🍪",
@ -424,13 +580,25 @@ export const translations = {
}
},
en: {
common: {
brand: "SkyFly Travel",
email: "info@skyflytravel.hu",
phone: "+36 30 554 3838",
tiktokHandle: "@skyflytravel.transfer"
},
meta: {
title: "SkyFly Travel - Fast, reliable, comfortable airport transfers!",
description: "Airport transfer - Fast, reliable, comfortable! Main routes: Győr - Vienna (Schwechat) / Győr - Budapest Liszt Ferenc Airport (Ferihegy) / Budapest - Vienna! Info: +36 30 554 3838 (0-24)",
keywords: "passenger transport, transfer Győr, Budapest, Vienna, Bratislava, airport shuttle, airport taxi, airport routes, airport transfer, Budapest airport, Bratislava airport, Vienna airport, Transfer Budapest airport, Transfer Vienna Airport"
},
nav: {
services: "Services",
fleet: "Fleet",
prices: "Prices",
conditions: "Conditions",
contact: "Contact",
cta: "ONLINE BOOKING / OFFER"
cta: "ONLINE BOOKING / OFFER",
language: { hu: "HUN", en: "ENG" }
},
hero: {
rating: "Customer Satisfaction",
@ -513,6 +681,10 @@ export const translations = {
}
},
pricing: {
meta: {
title: "Prices - SkyFly Travel Airport Transfers",
description: "See our competitive transfer prices. Fixed fares between Győr, Budapest (Ferihegy) and Vienna (Schwechat). Info: +36 30 554 3838"
},
back: "Back to home",
title: "Transfer",
titleAccent: "Fares",
@ -530,6 +702,101 @@ export const translations = {
premium: "Premium options",
effective: "Prices valid from"
},
routes: {
title: "Routes",
gyorBecs: "Győr Vienna (Schwechat)",
gyorBudapest: "Győr Budapest",
gyorPozsony: "Győr Bratislava",
budapestBecs: "Budapest Vienna (Schwechat)"
},
routesTable: {
gyorBecs: "GYŐR VIENNA AIRPORT (SCHWECHAT) or VIENNA AIRPORT - GYŐR",
gyorBudapest: "GYŐR BUDAPEST AIRPORT or BUDAPEST AIRPORT - GYŐR",
gyorPozsony: "GYŐR BRATISLAVA AIRPORT or BRATISLAVA AIRPORT - GYŐR",
budapestBecs: "BUDAPEST VIENNA AIRPORT (SCHWECHAT) or VIENNA AIRPORT (SCHWECHAT) - BUDAPEST"
},
rows: {
becs: [
{ persons: "1 pax / 1 way", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 pax / 1 way", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 pax / 1 way", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 pax / 1 way", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 pax / 1 way", express: "35.000 HUF", private: "39.000 HUF" }
],
budapest: [
{ persons: "1 pax / 1 way", express: "22.000 HUF", private: "38.000 HUF" },
{ persons: "2 pax / 1 way", express: "28.000 HUF", private: "38.000 HUF" },
{ persons: "3 pax / 1 way", express: "33.000 HUF", private: "38.000 HUF" },
{ persons: "4 pax / 1 way", express: "38.000 HUF", private: "45.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "42.000 HUF", private: "50.000 HUF" },
{ persons: "7-8 pax / 1 way", express: "45.000 HUF", private: "52.000 HUF" }
],
pozsony: [
{ persons: "1 pax / 1 way", express: "16.000 HUF", private: "29.000 HUF" },
{ persons: "2 pax / 1 way", express: "23.500 HUF", private: "29.000 HUF" },
{ persons: "3 pax / 1 way", express: "26.500 HUF", private: "29.000 HUF" },
{ persons: "4 pax / 1 way", express: "31.000 HUF", private: "35.000 HUF" },
{ persons: "5-6 pax / 1 way", express: "33.000 HUF", private: "37.500 HUF" },
{ persons: "7-8 pax / 1 way", express: "35.000 HUF", private: "39.000 HUF" }
],
budapestVienna: [
{ persons: "1 pax / 1 way", express: "40.000 HUF", private: "60.000 HUF" },
{ persons: "2 pax / 1 way", express: "50.000 HUF", private: "60.000 HUF" },
{ persons: "3 pax / 1 way", express: "55.000 HUF", private: "60.000 HUF" },
{ persons: "4 pax / 1 way", express: "60.000 HUF", private: "70.000 HUF" },
{ persons: "5 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "6 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
{ persons: "7-8 pax / 1 way", express: "70.000 HUF", private: "80.000 HUF" }
]
},
specials: {
base: [
{
name: "Family package",
price: "33.000 HUF",
description: "max. 4 pax, min. 1 child (0-14 yrs), private transfer, max. 3 standard and 3 hand luggage (Performed by passenger car)"
},
{
name: "„Large” family package",
price: "36.000 HUF",
description: "max. 6 pax, min. 1 child (0-14 yrs), private transfer, max. 6 standard and 6 hand luggage (Performed by minibus)"
}
],
budapestVienna: [
{
name: "Family package",
price: "66.000 HUF",
description: "max. 4 pax, min. 1 child (0-14 yrs), private transfer, max. 3 standard and 3 hand luggage (Performed by passenger car)"
},
{
name: "„Large” family package",
price: "72.000 HUF",
description: "max. 6 pax, min. 1 child (0-14 yrs), private transfer, max. 6 standard and 6 hand luggage (Performed by minibus)"
}
]
},
vipInfo: {
base: [
"1-3 pax (Mercedes E-class): 40.000 Ft",
"4-6 pax (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"
],
budapestVienna: [
"1-3 pax (Mercedes E-class): 75.000 Ft",
"4-6 pax (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"
]
},
expressInfoTemplate: "If there are no other passengers, the fare is {price}. (For pickups between 22:00-05:00 we can only provide Private transfer if there are no other passengers.)",
districtSurcharge: {
label: "District surcharges details",
title: "Budapest district surcharges",
description: "The following fees apply in Budapest for district addresses, in addition to the base fares shown in the tables:",
items: [
"2,000 HUF / trip: districts II, III, X, XII, XIII, XIV",
"3,500 HUF / trip: districts IV, XV, XVI, XVII"
],
closeLabel: "Close"
},
extra: {
security: {
title: "Safety",
@ -549,6 +816,10 @@ export const translations = {
}
},
servicesPage: {
meta: {
title: "Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel",
description: "Gyűjtő, privát és családi transzfer csomagok minden igényre. Háztól házig szolgáltatás közel 20 év tapasztalattal."
},
back: "Back to home",
title: "Service",
titleAccent: "Packages",
@ -687,10 +958,23 @@ export const translations = {
]
},
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."
},
back: "Back to home",
title: "Premium",
titleAccent: "Fleet",
description: "Explore our modern vehicle fleet. Whether it's an individual business trip or a large family getaway, our cars guarantee comfort and safety.",
availabilityLabel: "Available",
stats: {
ageValue: "0-3",
ageLabel: "Average fleet age",
cleanlinessValue: "100%",
cleanlinessLabel: "Cleanliness guarantee",
maintenanceValue: "24/7",
maintenanceLabel: "Technical supervision"
},
categories: {
vip: "VIP Premium",
business: "Business Class",
@ -741,6 +1025,10 @@ export const translations = {
},
pages: {
fbGoogle: {
discountLabel: "Discount",
facebookOpen: "Open Facebook page",
googleReview: "Write a Google review",
facebookLabel: "Facebook:",
title: "Facebook & Google Discount",
fbTitle: "Option 1: Facebook Discount",
fbSteps: [
@ -757,6 +1045,9 @@ export const translations = {
helperText: "Guide for the Facebook discount:"
},
tiktok: {
discountLabel: "Discount",
claimTitle: "Claim discount",
openPage: "Open TikTok page",
title: "TikTok Discount",
steps: [
"Visit our TikTok page: @skyflytravel.transfer!",
@ -769,6 +1060,10 @@ export const translations = {
}
},
contactPage: {
meta: {
title: "Contact - Booking and information | SkyFly Travel",
description: "Get in touch with us. Hotline (0-24): +36 30 554 3838. Fast and comfortable airport transfer booking from Győr."
},
back: "Back to home",
title: "Contact",
titleAccent: "SkyFly Travel",
@ -776,14 +1071,18 @@ export const translations = {
info: {
title: "Information",
phone: "Hotline (0-24):",
phoneValue: "+36 30 554 3838",
landline: "Landline phone:",
landlineValue: "+36 96 283676",
email: "Email address:",
message: "Send a message"
emailValue: "info@skyflytravel.hu",
message: "Send a message",
hotlineShort: "Hotline 0-24"
},
cta: {
title: "Quick Messaging",
title: "Quick messaging",
description: "Write to us directly, and our colleagues will respond soon!",
button: "Send Message"
button: "Send message"
},
form: {
name: "Name *",
@ -795,9 +1094,22 @@ export const translations = {
private: "PRIVATE TRANSFER",
other: "OTHER PASSENGER TRANSPORT"
},
placeholders: {
name: "e.g. John Smith",
email: "john@example.com",
phone: "+36 30 123 4567",
message: "How can we help you?"
},
message: "Message text *",
consent: "I consent to Z+T BT. (as the operator of SkyFly Travel) handling and processing my personal data as defined in its Privacy Policy.",
button: "Send message",
successTitle: "Thank you!",
success: "Your message has been sent successfully! Our colleagues will contact you soon.",
successAction: "Send another message",
submitting: "Sending...",
recaptchaNotice: "This website is protected by reCAPTCHA v3.",
recaptchaNotReady: "reCAPTCHA is not ready yet. Please try again.",
consentRequired: "Please accept the privacy policy.",
error: "An error occurred while sending the message. Please try again later!"
},
seo: {
@ -811,17 +1123,17 @@ export const translations = {
]
},
business: {
title: "Business Information",
title: "Business information",
operator: "Operator: Z+T BT.",
address: "Headquarters: 9023 Győr, Ipar u. 78.",
taxNumber: "Tax number: 22426127-2-08",
bankAccount: "Bank account: OTP Bank 11737007-20749745",
phone: "Tel.: +36 30 5543838 (0-24 duty for ordered transfers)",
infoLine: "Info line: +36 96 283676, +36 30 5543838 (office on workdays 08:00-16:00)",
email: "e-mail: info@skyflytravel.hu"
email: "E-mail: info@skyflytravel.hu"
},
legal: {
title: "Legal Representative",
title: "Legal representative",
name: "Dr. Andrea Zsédely",
office: "Law Office No. 12",
address: "9024 Győr Zrínyi utca 23. I/2",
@ -835,7 +1147,10 @@ export const translations = {
cta: "Let's Go!",
rights: "All rights reserved.",
impressum: "Impressum",
privacy: "Privacy Policy"
privacy: "Privacy Policy",
seoLine: "Airport transfer, transfer Győr, Budapest, Vienna Schwechat, Bratislava ? Airport shuttle ? Airport taxi ? Airport routes ? Airport transfer ? Budapest airport ? Bratislava airport ? Vienna airport (Vienna Airport) ? Transfer Budapest Airport ? Transfer Vienna Airport ? Budapest Liszt Ferenc (Ferihegy)",
copyright: "{year} SkyFly Travel.",
},
cookie: {
title: "Use of cookies 🍪",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/ca8b39fb712c8c26.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[31713,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/719094bf30364cd3.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca8b39fb712c8c26.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/719094bf30364cd3.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[31713,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/ca8b39fb712c8c26.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[31713,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/719094bf30364cd3.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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/ca8b39fb712c8c26.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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/719094bf30364cd3.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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 repter, 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",{}]]
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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","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":"NPjY24CFcAFUypJlucT4S","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}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,16 +1,16 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/d20fd86e08892725.css","style"]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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 repter, 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",{}]]
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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -1,5 +1,5 @@
1:"$Sreact.fragment"
2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
3:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","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}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","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

View File

@ -1,2 +1,2 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","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/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","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}

File diff suppressed because one or more lines are too long

View File

@ -1,16 +1,16 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/d20fd86e08892725.css","style"]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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 repter, 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",{}]]
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",{}]]

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[51539,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/6ded910ffea2872e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[51539,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0537943f5127b37c.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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/6ded910ffea2872e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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/0537943f5127b37c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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 repter, 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",{}]]
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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/6ded910ffea2872e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[51539,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0537943f5127b37c.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/6ded910ffea2872e.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0537943f5127b37c.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[51539,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/6ded910ffea2872e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[51539,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0537943f5127b37c.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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/6ded910ffea2872e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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/0537943f5127b37c.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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 repter, 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",{}]]
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",{}]]

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/8e34d4e429032fe4.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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/8e34d4e429032fe4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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/271246fa91881b10.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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 repter, 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",{}]]
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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -1,9 +1,9 @@
1:"$Sreact.fragment"
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
3:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/8e34d4e429032fe4.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/8e34d4e429032fe4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/271246fa91881b10.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/8e34d4e429032fe4.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[6494,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","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/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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/8e34d4e429032fe4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","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/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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/271246fa91881b10.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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 repter, 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",{}]]
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",{}]]

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/06a5849b8569a90d.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/06a5849b8569a90d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/61d8bdd0886aeff8.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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 repter, 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",{}]]
10:[["$","title","0",{"children":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"arak","paramType":null,"paramKey":"arak","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"arak","paramType":null,"paramKey":"arak","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -1,9 +1,9 @@
1:"$Sreact.fragment"
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
3:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/06a5849b8569a90d.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/06a5849b8569a90d.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/61d8bdd0886aeff8.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/06a5849b8569a90d.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/06a5849b8569a90d.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/61d8bdd0886aeff8.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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 repter, 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",{}]]
10:[["$","title","0",{"children":"Árak - SkyFly Travel Reptéri Transzfer"}],["$","meta","1",{"name":"description","content":"Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838"}],["$","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",{}]]

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/d9c9ed26d6c43af7.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d9c9ed26d6c43af7.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/e80328d040dbbd23.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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 repter, 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",{}]]
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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"feltetelek","paramType":null,"paramKey":"feltetelek","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"feltetelek","paramType":null,"paramKey":"feltetelek","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -1,9 +1,9 @@
1:"$Sreact.fragment"
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
3:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/d9c9ed26d6c43af7.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d9c9ed26d6c43af7.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/e80328d040dbbd23.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/d9c9ed26d6c43af7.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[22604,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/d9c9ed26d6c43af7.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/e80328d040dbbd23.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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 repter, 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",{}]]
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",{}]]

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/a7ab2932596bb51e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/a7ab2932596bb51e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/700a8f127df22a43.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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":"Flotta - Modern Gépjárműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Ismerje meg modern gépjárműparkunkat. Kényelmes mikrobuszok és személyautók a biztonságos reptéri transzferért. Mercedes V-Class és kényelmes transzfer buszok."}],["$","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 repter, 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",{}]]
10:[["$","title","0",{"children":"Flotta - Modern járműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","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",{}]]

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","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":"Flotta - Modern Gépjárműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Ismerje meg modern gépjárműparkunkat. Kényelmes mikrobuszok és személyautók a biztonságos reptéri transzferért. Mercedes V-Class és kényelmes transzfer buszok."}],["$","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 repter, 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":"NPjY24CFcAFUypJlucT4S","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":"Flotta - Modern járműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","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}

View File

@ -1,7 +1,7 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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}
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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}

View File

@ -1,3 +1,3 @@
:HL["/_next/static/chunks/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"flotta","paramType":null,"paramKey":"flotta","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"flotta","paramType":null,"paramKey":"flotta","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}

View File

@ -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":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}

View File

@ -1,9 +1,9 @@
1:"$Sreact.fragment"
2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
3:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/a7ab2932596bb51e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
3:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"]
6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
7:"$Sreact.suspense"
0:{"buildId":"tr9JuH2iKvXQDnnPAiyhk","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/a7ab2932596bb51e.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/700a8f127df22a43.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.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

File diff suppressed because one or more lines are too long

View File

@ -1,21 +1,21 @@
1:"$Sreact.fragment"
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"LanguageProvider"]
2:I[50661,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.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/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js"],"default"]
5:I[34581,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js"],"default"]
6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"]
7:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/4af67568413373fd.js","/_next/static/chunks/a7ab2932596bb51e.js","/_next/static/chunks/37dc2d4e1d91bd8c.js"],"default"]
7:I[43138,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.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/d20fd86e08892725.css","style"]
:HL["/_next/static/chunks/224393c5d95e169a.css","style"]
:HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
0:{"P":null,"b":"tr9JuH2iKvXQDnnPAiyhk","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/d20fd86e08892725.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/4af67568413373fd.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/a7ab2932596bb51e.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/37dc2d4e1d91bd8c.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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}
0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/224393c5d95e169a.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/9c87745f176c3743.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/ac06baf3f69f60d8.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/09456bb4975f964b.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":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/700a8f127df22a43.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/5c2b780b6046e63d.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},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: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":"Flotta - Modern Gépjárműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"Ismerje meg modern gépjárműparkunkat. Kényelmes mikrobuszok és személyautók a biztonságos reptéri transzferért. Mercedes V-Class és kényelmes transzfer buszok."}],["$","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 repter, 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",{}]]
10:[["$","title","0",{"children":"Flotta - Modern járműveink | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","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",{}]]

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More