From e17557781ed5747927d50afcc3f3ae1622bf4794 Mon Sep 17 00:00:00 2001 From: Bognar Date: Mon, 2 Feb 2026 15:06:48 +0100 Subject: [PATCH] Refactor ServicesPage and Navbar components for improved styling and structure --- app/szolgaltatasok/page.tsx | 316 +++++++++++------- components/navbar.tsx | 37 +- out/404.html | 2 +- out/404/index.html | 2 +- out/__next.__PAGE__.txt | 4 +- out/__next._full.txt | 6 +- out/__next._head.txt | 2 +- out/__next._index.txt | 4 +- out/__next._tree.txt | 4 +- .../_buildManifest.js | 0 .../_clientMiddlewareManifest.json | 0 .../_ssgManifest.js | 0 out/_next/static/chunks/0d461cd6c5bceaab.js | 1 + out/_next/static/chunks/18def502943e7aa2.js | 1 + out/_next/static/chunks/224393c5d95e169a.css | 2 - out/_next/static/chunks/61d8bdd0886aeff8.js | 1 - out/_next/static/chunks/7b6ae06b32a21c92.css | 2 + out/_next/static/chunks/eacf2b162f97bcd0.js | 1 - ...c2b780b6046e63d.js => f0c2d395f70892fb.js} | 2 +- out/_not-found/__next._full.txt | 4 +- out/_not-found/__next._head.txt | 2 +- out/_not-found/__next._index.txt | 4 +- out/_not-found/__next._not-found.txt | 2 +- out/_not-found/__next._not-found/__PAGE__.txt | 2 +- out/_not-found/__next._tree.txt | 4 +- out/_not-found/index.html | 2 +- out/_not-found/index.txt | 4 +- out/akciok/facebook-google/__next._full.txt | 6 +- out/akciok/facebook-google/__next._head.txt | 2 +- out/akciok/facebook-google/__next._index.txt | 4 +- out/akciok/facebook-google/__next._tree.txt | 4 +- out/akciok/facebook-google/__next.akciok.txt | 2 +- .../__next.akciok/facebook-google.txt | 2 +- .../facebook-google/__PAGE__.txt | 4 +- out/akciok/facebook-google/index.html | 2 +- out/akciok/facebook-google/index.txt | 6 +- out/akciok/tiktok/__next._full.txt | 6 +- out/akciok/tiktok/__next._head.txt | 2 +- out/akciok/tiktok/__next._index.txt | 4 +- out/akciok/tiktok/__next._tree.txt | 4 +- out/akciok/tiktok/__next.akciok.txt | 2 +- out/akciok/tiktok/__next.akciok/tiktok.txt | 2 +- .../tiktok/__next.akciok/tiktok/__PAGE__.txt | 4 +- out/akciok/tiktok/index.html | 2 +- out/akciok/tiktok/index.txt | 6 +- out/arak/__next._full.txt | 6 +- out/arak/__next._head.txt | 2 +- out/arak/__next._index.txt | 4 +- out/arak/__next._tree.txt | 4 +- out/arak/__next.arak.txt | 2 +- out/arak/__next.arak/__PAGE__.txt | 4 +- out/arak/index.html | 2 +- out/arak/index.txt | 6 +- out/feltetelek/__next._full.txt | 6 +- out/feltetelek/__next._head.txt | 2 +- out/feltetelek/__next._index.txt | 4 +- out/feltetelek/__next._tree.txt | 4 +- out/feltetelek/__next.feltetelek.txt | 2 +- out/feltetelek/__next.feltetelek/__PAGE__.txt | 4 +- out/feltetelek/index.html | 2 +- out/feltetelek/index.txt | 6 +- out/flotta/__next._full.txt | 6 +- out/flotta/__next._head.txt | 2 +- out/flotta/__next._index.txt | 4 +- out/flotta/__next._tree.txt | 4 +- out/flotta/__next.flotta.txt | 2 +- out/flotta/__next.flotta/__PAGE__.txt | 4 +- out/flotta/index.html | 2 +- out/flotta/index.txt | 6 +- out/index.html | 2 +- out/index.txt | 6 +- out/kapcsolat/__next._full.txt | 6 +- out/kapcsolat/__next._head.txt | 2 +- out/kapcsolat/__next._index.txt | 4 +- out/kapcsolat/__next._tree.txt | 4 +- out/kapcsolat/__next.kapcsolat.txt | 2 +- out/kapcsolat/__next.kapcsolat/__PAGE__.txt | 4 +- out/kapcsolat/index.html | 2 +- out/kapcsolat/index.txt | 6 +- out/szolgaltatasok/__next._full.txt | 6 +- out/szolgaltatasok/__next._head.txt | 2 +- out/szolgaltatasok/__next._index.txt | 4 +- out/szolgaltatasok/__next._tree.txt | 4 +- out/szolgaltatasok/__next.szolgaltatasok.txt | 2 +- .../__next.szolgaltatasok/__PAGE__.txt | 4 +- out/szolgaltatasok/index.html | 2 +- out/szolgaltatasok/index.txt | 6 +- 87 files changed, 353 insertions(+), 280 deletions(-) rename out/_next/static/{NPjY24CFcAFUypJlucT4S => G40jrkeKy3oc-w4WE9yDq}/_buildManifest.js (100%) rename out/_next/static/{NPjY24CFcAFUypJlucT4S => G40jrkeKy3oc-w4WE9yDq}/_clientMiddlewareManifest.json (100%) rename out/_next/static/{NPjY24CFcAFUypJlucT4S => G40jrkeKy3oc-w4WE9yDq}/_ssgManifest.js (100%) create mode 100644 out/_next/static/chunks/0d461cd6c5bceaab.js create mode 100644 out/_next/static/chunks/18def502943e7aa2.js delete mode 100644 out/_next/static/chunks/224393c5d95e169a.css delete mode 100644 out/_next/static/chunks/61d8bdd0886aeff8.js create mode 100644 out/_next/static/chunks/7b6ae06b32a21c92.css delete mode 100644 out/_next/static/chunks/eacf2b162f97bcd0.js rename out/_next/static/chunks/{5c2b780b6046e63d.js => f0c2d395f70892fb.js} (85%) diff --git a/app/szolgaltatasok/page.tsx b/app/szolgaltatasok/page.tsx index bdabb01..3f44b56 100644 --- a/app/szolgaltatasok/page.tsx +++ b/app/szolgaltatasok/page.tsx @@ -4,7 +4,16 @@ import Navbar from "@/components/navbar" import Footer from "@/components/footer" import { Button } from "@/components/ui/button" import { Card } from "@/components/ui/card" -import { ArrowLeft, CheckCircle2, Facebook, Phone, Info } from "lucide-react" +import { + ArrowLeft, + CheckCircle2, + Facebook, + Phone, + Sparkles, + Shield, + Clock, + MapPin +} from "lucide-react" import Link from "next/link" import { useLanguage } from "@/lib/language-context" @@ -50,159 +59,216 @@ export default function ServicesPage() { ] return ( -
+
- {/* Header Section */} -
+ {/* Atmosphere */} +
+
+
+
+
+ + {/* Hero */} +
+
+
+
- - - {t.servicesPage.back} + +
+ +
+ {t.servicesPage.back} -

- {t.servicesPage.title} {t.servicesPage.titleAccent} -

+ +
+

+ {t.servicesPage.title} +
+ {t.servicesPage.titleAccent} +

+

+ {t.servicesPage.description} +

+
-
+
-
+
- {/* Left Column - Packages (2/3 width) */} -
- - {/* Common Shared Features */} -
-
-

{t.servicesPage.commonFeatures.title}

-
-
-
-
{t.servicesPage.commonFeatures.toAirport}
-
{t.servicesPage.commonFeatures.toAirportDesc}
-
-
-
{t.servicesPage.commonFeatures.toCity}
-
{t.servicesPage.commonFeatures.toCityDesc}
+ {/* Left column */} +
+ {/* Shared Features */} + +
+
+ +

{t.servicesPage.commonFeatures.title}

-
- - {/* Individual Packages */} - {packageEntries.map((pkg, idx) => ( -
-
-

{pkg.unique}

-
-
-
-
"{pkg.name}"
-
{pkg.desc}
+
+
+
+ {t.servicesPage.commonFeatures.toAirport}
-
-
{t.servicesPage.commonFeatures.toAirport}
-
{pkg.toAirport}
-
-
-
{t.servicesPage.commonFeatures.toCity}
-
{pkg.toCity}
+
+ {t.servicesPage.commonFeatures.toAirportDesc}
-
- ))} -
- - {/* Right Column - Info Panels (1/3 width) */} -
- - {/* Why Us */} -
-
-

{t.servicesPage.whyUs.title}

-
-
-
    - {t.servicesPage.whyUs.items.map((item: string, i: number) => ( -
  • -
    - {item} -
  • - ))} -
-
-
- - {/* Free of Charge */} -
-
-

{t.servicesPage.freeOfCharge.title}

-
-
-
    - {t.servicesPage.freeOfCharge.items.map((item: string, i: number) => ( -
  • -
    - {item} -
  • - ))} -
-
-
- - {/* Discounts */} -
-
-

{t.servicesPage.discounts.title}

-
-
-
-

- {t.servicesPage.discounts.fb} {t.servicesPage.discounts.fbLink} -

-
- - - +
+
+ {t.servicesPage.commonFeatures.toCity} +
+
+ {t.servicesPage.commonFeatures.toCityDesc}
-
-
-

- {t.servicesPage.discounts.loyalty.split(':')[0]}: - {t.servicesPage.discounts.loyalty.split(':')[1]} -

-
-
-
- - {/* Hotline quick link */} - -
- -
-
-

{t.contactPage.info.hotlineShort}

-

{t.common.phone}

+ {/* Packages */} +
+ {packageEntries.map((pkg, idx) => ( + +
+
+

+ {pkg.unique} +

+

+ {pkg.name} +

+
+
+

+ {pkg.desc} +

+
+
+
+ + + {t.servicesPage.commonFeatures.toAirport} + +
+

{pkg.toAirport}

+
+
+
+ + + {t.servicesPage.commonFeatures.toCity} + +
+

{pkg.toCity}

+
+
+
+
+
+ ))} +
+
+ + {/* Right column */} +
+ +
+

+ {t.servicesPage.whyUs.title} +

+
+
+ {t.servicesPage.whyUs.items.map((item: string, i: number) => ( +
+ + {item} +
+ ))} +
+
+ + +
+

+ {t.servicesPage.freeOfCharge.title} +

+
+
+ {t.servicesPage.freeOfCharge.items.map((item: string, i: number) => ( +
+ + {item} +
+ ))} +
+
+ + +
+

+ {t.servicesPage.discounts.title} +

+
+
+

+ {t.servicesPage.discounts.fb}{" "} + + {t.servicesPage.discounts.fbLink} + +

+
+
+ {t.servicesPage.discounts.fbLink} +
+ + + +
+
+

+ + {t.servicesPage.discounts.loyalty.split(":")[0]}: + {" "} + {t.servicesPage.discounts.loyalty.split(":")[1]} +

+
+
+
+ + +
+ +
+
+

+ {t.contactPage.info.hotlineShort} +

+

{t.common.phone}

+
+
- {/* Final CTA */} -
-
-
-
+ +
) } diff --git a/components/navbar.tsx b/components/navbar.tsx index 66756a9..d3d58b9 100644 --- a/components/navbar.tsx +++ b/components/navbar.tsx @@ -16,6 +16,7 @@ const Navbar = ({ darkMode = false }: NavbarProps) => { const [isScrolled, setIsScrolled] = React.useState(false) const [isMenuOpen, setIsMenuOpen] = React.useState(false) const { language, setLanguage, t } = useLanguage() + const useLightNav = isScrolled || !darkMode React.useEffect(() => { const handleScroll = () => { @@ -30,8 +31,8 @@ const Navbar = ({ darkMode = false }: NavbarProps) => {
Facebook & Google Kedvezmény

Facebook & Google
Kedvezmény

1. Lehetőség: Facebook kedvezmény

  • Keresse fel a SkyFly Travel-t a Facebook-on.
  • Kövesse be oldalunkat és ossza meg az idővonalán!
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Segédlet a Facebook kedvezményhez:

Facebook Like Help

2. Lehetőség: Google értékelés

  • Amennyiben van már tapasztalata cégünkről, értékelje a Google-n szolgáltatásunkat.
  • Ha még nem utazott velünk, az ügyfélszolgálatunkat / folyamatokat is értékelheti.
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Facebook:

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
Facebook & Google Kedvezmény

Facebook & Google
Kedvezmény

1. Lehetőség: Facebook kedvezmény

  • Keresse fel a SkyFly Travel-t a Facebook-on.
  • Kövesse be oldalunkat és ossza meg az idővonalán!
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Segédlet a Facebook kedvezményhez:

Facebook Like Help

2. Lehetőség: Google értékelés

  • Amennyiben van már tapasztalata cégünkről, értékelje a Google-n szolgáltatásunkat.
  • Ha még nem utazott velünk, az ügyfélszolgálatunkat / folyamatokat is értékelheti.
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Facebook:

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/akciok/facebook-google/index.txt b/out/akciok/facebook-google/index.txt index c3749ad..9950a86 100644 --- a/out/akciok/facebook-google/index.txt +++ b/out/akciok/facebook-google/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/0537943f5127b37c.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","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/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/akciok/tiktok/__next._full.txt b/out/akciok/tiktok/__next._full.txt index 46dc43e..2c557f7 100644 --- a/out/akciok/tiktok/__next._full.txt +++ b/out/akciok/tiktok/__next._full.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","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/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/akciok/tiktok/__next._head.txt b/out/akciok/tiktok/__next._head.txt index 9e312cd..fe114ca 100644 --- a/out/akciok/tiktok/__next._head.txt +++ b/out/akciok/tiktok/__next._head.txt @@ -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":"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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/akciok/tiktok/__next._index.txt b/out/akciok/tiktok/__next._index.txt index 1116084..d27d12d 100644 --- a/out/akciok/tiktok/__next._index.txt +++ b/out/akciok/tiktok/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/akciok/tiktok/__next._tree.txt b/out/akciok/tiktok/__next._tree.txt index 10bee9c..ef99928 100644 --- a/out/akciok/tiktok/__next._tree.txt +++ b/out/akciok/tiktok/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/akciok/tiktok/__next.akciok.txt b/out/akciok/tiktok/__next.akciok.txt index 1fe8953..47c52e1 100644 --- a/out/akciok/tiktok/__next.akciok.txt +++ b/out/akciok/tiktok/__next.akciok.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/akciok/tiktok/__next.akciok/tiktok.txt b/out/akciok/tiktok/__next.akciok/tiktok.txt index 1fe8953..47c52e1 100644 --- a/out/akciok/tiktok/__next.akciok/tiktok.txt +++ b/out/akciok/tiktok/__next.akciok/tiktok.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/akciok/tiktok/__next.akciok/tiktok/__PAGE__.txt b/out/akciok/tiktok/__next.akciok/tiktok/__PAGE__.txt index 83c201b..efa6127 100644 --- a/out/akciok/tiktok/__next.akciok/tiktok/__PAGE__.txt +++ b/out/akciok/tiktok/__next.akciok/tiktok/__PAGE__.txt @@ -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/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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/f0c2d395f70892fb.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 diff --git a/out/akciok/tiktok/index.html b/out/akciok/tiktok/index.html index 2818927..870dc1a 100644 --- a/out/akciok/tiktok/index.html +++ b/out/akciok/tiktok/index.html @@ -1 +1 @@ -SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
TikTok Kedvezmény

TikTok Akció

  • Keresse fel TikTok oldalunkat: @skyflytravel.transfer!
  • Kövesse be az oldalunkat!
  • Likeolja azt a videót, ami az akcióra vonatkozik (Utazás a 2025-ös viteldíjakon).
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
TikTok Kedvezmény

TikTok Akció

  • Keresse fel TikTok oldalunkat: @skyflytravel.transfer!
  • Kövesse be az oldalunkat!
  • Likeolja azt a videót, ami az akcióra vonatkozik (Utazás a 2025-ös viteldíjakon).
  • Megrendelés leadásakor jelezze felénk, hogy a fenti lépéseket megtette.

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/akciok/tiktok/index.txt b/out/akciok/tiktok/index.txt index 46dc43e..2c557f7 100644 --- a/out/akciok/tiktok/index.txt +++ b/out/akciok/tiktok/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/271246fa91881b10.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","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/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/arak/__next._full.txt b/out/arak/__next._full.txt index a48ff1f..3267d48 100644 --- a/out/arak/__next._full.txt +++ b/out/arak/__next._full.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/18def502943e7aa2.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/18def502943e7aa2.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]] diff --git a/out/arak/__next._head.txt b/out/arak/__next._head.txt index e4211c5..c2a894b 100644 --- a/out/arak/__next._head.txt +++ b/out/arak/__next._head.txt @@ -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":"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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/arak/__next._index.txt b/out/arak/__next._index.txt index 1116084..d27d12d 100644 --- a/out/arak/__next._index.txt +++ b/out/arak/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/arak/__next._tree.txt b/out/arak/__next._tree.txt index eb2cfb7..b8f9e04 100644 --- a/out/arak/__next._tree.txt +++ b/out/arak/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/arak/__next.arak.txt b/out/arak/__next.arak.txt index 1fe8953..47c52e1 100644 --- a/out/arak/__next.arak.txt +++ b/out/arak/__next.arak.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/arak/__next.arak/__PAGE__.txt b/out/arak/__next.arak/__PAGE__.txt index 4fe50e5..196d5fa 100644 --- a/out/arak/__next.arak/__PAGE__.txt +++ b/out/arak/__next.arak/__PAGE__.txt @@ -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/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +3:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/18def502943e7aa2.js","/_next/static/chunks/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/18def502943e7aa2.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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 diff --git a/out/arak/index.html b/out/arak/index.html index 16ea501..b1d22a4 100644 --- a/out/arak/index.html +++ b/out/arak/index.html @@ -1 +1 @@ -Árak - SkyFly Travel Reptéri Transzfer
Vissza a kezdőlapra

Transzfer
Viteldíjak

Átlátható árak, rejtett költségek nélkül. Számoljon előre és utazzon stresszmentesen a SkyFly Travellel. Válasszon prémium flottánkból és élvezze a 20 éves szakmai tapasztalatunkat.

Fontos foglalási információ

A foglalásokat kizárólag szabad kapacitás függvényében tudjuk visszaigazolni max. 3 munkanapon belül. Az út előtti munkanap 12:00 utáni foglalás esetén 2.500 Ft sürgősségi felárat számítunk fel.

ONLINE FOGLALÁS / AJÁNLAT

VIENNA

GYŐR – BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
16.000 HUFAmennyiben nincs más utas a viteldíj 23.500 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
29.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
23.500 HUF
PRIVATE
29.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
26.500 HUF
PRIVATE
29.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
31.000 HUF
PRIVATE
35.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
37.500 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
35.000 HUF
PRIVATE
39.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

BUDAPEST

GYŐR – BUDAPEST REPTÉR vagy BUDAPEST REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
22.000 HUFAmennyiben nincs más utas a viteldíj 28.000 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
38.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
28.000 HUF
PRIVATE
38.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
38.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
38.000 HUF
PRIVATE
45.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
42.000 HUF
PRIVATE
50.000 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
45.000 HUF
PRIVATE
52.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

BRATISLAVA

GYŐR – POZSONY REPTÉR vagy POZSONY REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
16.000 HUFAmennyiben nincs más utas a viteldíj 23.500 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
29.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
23.500 HUF
PRIVATE
29.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
26.500 HUF
PRIVATE
29.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
31.000 HUF
PRIVATE
35.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
37.500 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
35.000 HUF
PRIVATE
39.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

VIENNA

BUDAPEST – BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR (SCHWECHAT) - BUDAPEST

1 fő / 1 út
Gyűjtő EXPRESS
40.000 HUFAmennyiben nincs más utas a viteldíj 50.000 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
60.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
50.000 HUF
PRIVATE
60.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
55.000 HUF
PRIVATE
60.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
60.000 HUF
PRIVATE
70.000 HUF
5 fő / 1 út
Gyűjtő EXPRESS
65.000 HUF
PRIVATE
75.000 HUF
6 fő / 1 út
Gyűjtő EXPRESS
65.000 HUF
PRIVATE
75.000 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
70.000 HUF
PRIVATE
80.000 HUF
Családi csomag66.000 HUF

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)

„Nagy” családi csomag72.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 75.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft
Érvényes árak: 2026.01.15

Biztonság

A viteldíjak baleset- és poggyász biztosítást is tartalmaznak, gépjárműveink Premium Casco biztosítása révén.

Címek

Győr közigazgatási területén (belváros, Győrszentiván, Ménfőcsanak stb.) belüli címek esetén nem számolunk fel plusz költséget.

Egyedi út?

Más indulási vagy érkezési címet szeretne? Kérje egyedi ajánlatunkat emailben vagy telefonon, szívesen segítünk!

Kérdése van? Keressen minket!

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +Árak - SkyFly Travel Reptéri Transzfer
Vissza a kezdőlapra

Transzfer
Viteldíjak

Átlátható árak, rejtett költségek nélkül. Számoljon előre és utazzon stresszmentesen a SkyFly Travellel. Válasszon prémium flottánkból és élvezze a 20 éves szakmai tapasztalatunkat.

Fontos foglalási információ

A foglalásokat kizárólag szabad kapacitás függvényében tudjuk visszaigazolni max. 3 munkanapon belül. Az út előtti munkanap 12:00 utáni foglalás esetén 2.500 Ft sürgősségi felárat számítunk fel.

ONLINE FOGLALÁS / AJÁNLAT

VIENNA

GYŐR – BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
16.000 HUFAmennyiben nincs más utas a viteldíj 23.500 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
29.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
23.500 HUF
PRIVATE
29.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
26.500 HUF
PRIVATE
29.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
31.000 HUF
PRIVATE
35.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
37.500 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
35.000 HUF
PRIVATE
39.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

BUDAPEST

GYŐR – BUDAPEST REPTÉR vagy BUDAPEST REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
22.000 HUFAmennyiben nincs más utas a viteldíj 28.000 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
38.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
28.000 HUF
PRIVATE
38.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
38.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
38.000 HUF
PRIVATE
45.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
42.000 HUF
PRIVATE
50.000 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
45.000 HUF
PRIVATE
52.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

BRATISLAVA

GYŐR – POZSONY REPTÉR vagy POZSONY REPTÉR - GYŐR

1 fő / 1 út
Gyűjtő EXPRESS
16.000 HUFAmennyiben nincs más utas a viteldíj 23.500 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
29.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
23.500 HUF
PRIVATE
29.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
26.500 HUF
PRIVATE
29.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
31.000 HUF
PRIVATE
35.000 HUF
5-6 fő / 1 út
Gyűjtő EXPRESS
33.000 HUF
PRIVATE
37.500 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
35.000 HUF
PRIVATE
39.000 HUF
Családi csomag33.000 HUF

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)

„Nagy” családi csomag36.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 40.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft
Érvényes árak: 2026.01.15

VIENNA

BUDAPEST – BÉCS REPTÉR (SCHWECHAT) vagy BÉCS REPTÉR (SCHWECHAT) - BUDAPEST

1 fő / 1 út
Gyűjtő EXPRESS
40.000 HUFAmennyiben nincs más utas a viteldíj 50.000 HUF. (22:00-05:00 utasfelvétel esetén Private transzfer keretében tudjuk vállalni, ha nincs más)
PRIVATE
60.000 HUF
2 fő / 1 út
Gyűjtő EXPRESS
50.000 HUF
PRIVATE
60.000 HUF
3 fő / 1 út
Gyűjtő EXPRESS
55.000 HUF
PRIVATE
60.000 HUF
4 fő / 1 út
Gyűjtő EXPRESS
60.000 HUF
PRIVATE
70.000 HUF
5 fő / 1 út
Gyűjtő EXPRESS
65.000 HUF
PRIVATE
75.000 HUF
6 fő / 1 út
Gyűjtő EXPRESS
65.000 HUF
PRIVATE
75.000 HUF
7-8 fő / 1 út
Gyűjtő EXPRESS
70.000 HUF
PRIVATE
80.000 HUF
Családi csomag66.000 HUF

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)

„Nagy” családi csomag72.000 HUF

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)

Prémium opciók

1-3 fő (Mercedes E-class): 75.000 Ft
4-6 fő (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft
Érvényes árak: 2026.01.15

Biztonság

A viteldíjak baleset- és poggyász biztosítást is tartalmaznak, gépjárműveink Premium Casco biztosítása révén.

Címek

Győr közigazgatási területén (belváros, Győrszentiván, Ménfőcsanak stb.) belüli címek esetén nem számolunk fel plusz költséget.

Egyedi út?

Más indulási vagy érkezési címet szeretne? Kérje egyedi ajánlatunkat emailben vagy telefonon, szívesen segítünk!

Kérdése van? Keressen minket!

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/arak/index.txt b/out/arak/index.txt index a48ff1f..3267d48 100644 --- a/out/arak/index.txt +++ b/out/arak/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/61d8bdd0886aeff8.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[61030,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/18def502943e7aa2.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","arak",""],"q":"","i":false,"f":[[["",{"children":["arak",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/18def502943e7aa2.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]] diff --git a/out/feltetelek/__next._full.txt b/out/feltetelek/__next._full.txt index 0819b6f..36535ac 100644 --- a/out/feltetelek/__next._full.txt +++ b/out/feltetelek/__next._full.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/feltetelek/__next._head.txt b/out/feltetelek/__next._head.txt index 9e312cd..fe114ca 100644 --- a/out/feltetelek/__next._head.txt +++ b/out/feltetelek/__next._head.txt @@ -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":"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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/feltetelek/__next._index.txt b/out/feltetelek/__next._index.txt index 1116084..d27d12d 100644 --- a/out/feltetelek/__next._index.txt +++ b/out/feltetelek/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/feltetelek/__next._tree.txt b/out/feltetelek/__next._tree.txt index d5c43d1..28f4c3c 100644 --- a/out/feltetelek/__next._tree.txt +++ b/out/feltetelek/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/feltetelek/__next.feltetelek.txt b/out/feltetelek/__next.feltetelek.txt index 1fe8953..47c52e1 100644 --- a/out/feltetelek/__next.feltetelek.txt +++ b/out/feltetelek/__next.feltetelek.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/feltetelek/__next.feltetelek/__PAGE__.txt b/out/feltetelek/__next.feltetelek/__PAGE__.txt index 3b125d1..96c9573 100644 --- a/out/feltetelek/__next.feltetelek/__PAGE__.txt +++ b/out/feltetelek/__next.feltetelek/__PAGE__.txt @@ -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/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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/f0c2d395f70892fb.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 diff --git a/out/feltetelek/index.html b/out/feltetelek/index.html index 7d1605d..062e3f0 100644 --- a/out/feltetelek/index.html +++ b/out/feltetelek/index.html @@ -1 +1 @@ -SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
Vissza a kezdőlapra

Vállalási
Feltételek

1. A Szolgáltató által nyújtott szolgáltatás

A SkyFly Travel reptéri és egyedi igényeknek megfelelően egyéb személyszállítási szolgáltatást nyújt az utasok számára. Tevékenységét valamennyi, hatályos jogszabályban előírt hatósági engedéllyel végzi.

2. A szolgáltatás megrendelése, információ-, ajánlatkérés

Foglalási szándékát honlapunkon az online foglalási felület kitöltésével tudja leadni. Ajánlatkérését kérjük szíveskedjen email-ben vagy az „ÜZENET” fül alatti űrlap kitöltésével megküldeni részünkre. Foglalása kizárólag a visszaigazolásunk megküldésével válik teljessé, e-nélkül foglalási szándéknak minősül. A foglalásokat szabad kapacitás függvényében tudjuk visszaigazolni a szándék beérkezésétól számítva max. 3 munkanapon belül, írásban, az Ön által megadott email címre megküldve.

Amennyiben foglalási szándékát az út előtti munkanap 12:00 után jelzi, szabad kapacitás függvényében feláras szolgáltatás keretében tudjuk vállalni, melynek díja plusz 2.500 Ft. Ez esetben, kérem szíveskedjen mindképp munkatársunkkal is egyeztetni ügyeleti telefonszámunkon: +36305543838

Amennyiben szolgáltatással kapcsolatos információkra van szüksége, kérjük hívja hotline vonalunkat: +36 30 5543838, vagy tegye fel kérdéseit emailben: info@skyflytravel.hu.

Az árlistában nem szereplő útvonalak, extra csomagmennyiség (a viteldíj magában foglalja: 1 db kézipoggyász és 1 normál méretű bőrönd max. 20 Kg / fő szállítását) vagy egyedi személyszállítás esetén kérje gyorsan és egyszerűen itt: ÜZENET KÜLDÉS

Helytelen, nem valós adatok megadása esetén (pl. hibás dátum, időpont, cím, telefonszám) nem tudjuk garantálni a szolgáltatás teljesítését.

3. Fizetés módja

Sofőrünknél készpénzben, bankszámlánkra történő előreutalással, vagy egyedi megállapodás alapján utólagos átutalással.

4. Menetidő

A SkyFly Travel nem vállal felelősséget a rajta kívül álló okokból történő késésért (pl. időjárás okozta rossz útviszonyok, balesetből adódó torlódások). Természetesen mindent megteszünk, hogy az utas időben elérje úti célját ez esetben is.

Amennyiben a késés bizonyíthatóan a szolgáltató hibájából adódik, a felmerülő károkért kártérítési felelősséget vállalunk.

5. Várakozás, gépkésés

A reptéren való várakozási idő eltérő, attól függően, hogy a SkyFly Travel által nyújtott szolgáltatási csomagok közül melyiket kívánja igénybe venni.

Vienna International Airport (Schwechat): miután felvette a csomagokat és menetkész, kérem szíveskedjen felfáradni az emeletre (érkezési csarnok, McDonald’s szemben lift vagy mozgó lépcső), majd forduljon jobbra és az utolsó kijáraton szíveskedj kifáradni, sofőrünk ott fogja várni a visszaigazolt utasfelvételi időpontban névvel ellátott táblával. Amennyiben táblást várás kérnek az érkezési csarnokban a parkolás díj 2.500 Ft, mely az utast terheli.

Budapest Liszt Ferenc Repülőtér: utasaink két lehetőség közül választhatnak- az utazás előtti utolsó munkanap elküldjük sofőrünk telefonszámát, melyen őt kell értesíteni, ha felvették csomagjaikat. Másik lehetőség, hogy névvel ellátott táblával várjuk az érkezési csarnokban, ez esetben a parkolási díj (3.000 Ft) az utast terheli.

Bratislava Repülőtér: sofőrünk az érkezési csarnokban névvel ellátott táblával várja az utasokat.

6. Járatkésés / módosítás / lemondás

A transzferek teljesítését az előre, eredetileg megrendeltek és visszaigazoltak szerint tudjuk garantálni. Abban az esetben, ha gépkésés vagy egyéb esemény (bőröndelvesztés, bőröndsérülés stb.) módosítja transzfer igényük részletét (pl. utasfelvételt a reptéren) a lenti feltételek szerint járunk el.

A légitársaság hibájából fakadó károkért nem áll módunkban vállalni a felelősséget, de igyekszünk megoldani a legoptimálisabb módon a késés miatti változásokat.

Az eredeti landoláshoz képest 1 órát várakozunk díjmentesen. Ezt követően minden megkezdett óra plusz 3.000 Ft + ÁFA. A késés mértéke és a fuvarszervezés határozza meg, hogy sofőrünk meg tudja-e várni Önöket a várakozási díj fizetése ellenében, vagy csatlakozhatnak (eredetileg visszaigazolt viteldíjért) következő járatunkhoz vagy másik autót tudunk küldeni Önökért Private díj ellenében.

Legyenek kedvesek a késéseket jelezni ügyeleti számunk valamelyikére telefonon vagy sms-ben: +36305543838, +36302161533.

Gyűjtő járat esetén (alap áras), amennyiben a késés miatt nem tud eredeti járatunkhoz csatlakozni – fuvarszervezőtől függően tudunk opciókat ajánlani: csatlakozhat következő járatunkhoz (szabad kapacitás függvényében), vagy új autót küldünk Önért Private viteldíj ellenében.

Géptörlés: amennyiben gépét törlik és ebből fakadóan le kell mondania a nálunk foglalt transzfert, a lenti lemondási feltételek szerint tudja ezt megtenni. Amennyiben ezt követően új járata alapján szeretne transzfert foglalni, új foglalásnak minősül.

A megrendelés díjtalan módosítására, lemondására az út előtti munkanap 12:00-ig van lehetőség kizárólag írásban.

Határidőt meghaladóan: Az út előtti munkanap 12:00-16:00-ig felár 5000 Ft. Az út előtti munkanap 16:00 után és az utasfelvétel előtt min. 5 órával a viteldíj 50%-a fizetendő. Az utasfelvétel előtt kevesebb, mint 5 órával történő lemondás esetén a teljes viteldíj fizetendő.

7. Vállalási feltételek elfogadása, szerződés

A szolgáltató és a szolgáltatást igénybevevő (utas) között a szerződés akkor jön létre, ha az utas megrendelte a szolgáltatást a fent leírtak alapján, és rendelését a SkyFly Travel írásban visszaigazolta. Amennyiben az utas a visszaigazolást követően másképp nem jelzi, elfogadottnak tekintjük az abban leírtakat, valamint a SkyFly Travel vállalási feltételeit.

A visszaigazolás elfogadásával a megrendelő hozzájárul, hogy személyes adatait az Adatvédelmi szabályzatunkban foglaltak alapján kezeljük.

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
Vissza a kezdőlapra

Vállalási
Feltételek

1. A Szolgáltató által nyújtott szolgáltatás

A SkyFly Travel reptéri és egyedi igényeknek megfelelően egyéb személyszállítási szolgáltatást nyújt az utasok számára. Tevékenységét valamennyi, hatályos jogszabályban előírt hatósági engedéllyel végzi.

2. A szolgáltatás megrendelése, információ-, ajánlatkérés

Foglalási szándékát honlapunkon az online foglalási felület kitöltésével tudja leadni. Ajánlatkérését kérjük szíveskedjen email-ben vagy az „ÜZENET” fül alatti űrlap kitöltésével megküldeni részünkre. Foglalása kizárólag a visszaigazolásunk megküldésével válik teljessé, e-nélkül foglalási szándéknak minősül. A foglalásokat szabad kapacitás függvényében tudjuk visszaigazolni a szándék beérkezésétól számítva max. 3 munkanapon belül, írásban, az Ön által megadott email címre megküldve.

Amennyiben foglalási szándékát az út előtti munkanap 12:00 után jelzi, szabad kapacitás függvényében feláras szolgáltatás keretében tudjuk vállalni, melynek díja plusz 2.500 Ft. Ez esetben, kérem szíveskedjen mindképp munkatársunkkal is egyeztetni ügyeleti telefonszámunkon: +36305543838

Amennyiben szolgáltatással kapcsolatos információkra van szüksége, kérjük hívja hotline vonalunkat: +36 30 5543838, vagy tegye fel kérdéseit emailben: info@skyflytravel.hu.

Az árlistában nem szereplő útvonalak, extra csomagmennyiség (a viteldíj magában foglalja: 1 db kézipoggyász és 1 normál méretű bőrönd max. 20 Kg / fő szállítását) vagy egyedi személyszállítás esetén kérje gyorsan és egyszerűen itt: ÜZENET KÜLDÉS

Helytelen, nem valós adatok megadása esetén (pl. hibás dátum, időpont, cím, telefonszám) nem tudjuk garantálni a szolgáltatás teljesítését.

3. Fizetés módja

Sofőrünknél készpénzben, bankszámlánkra történő előreutalással, vagy egyedi megállapodás alapján utólagos átutalással.

4. Menetidő

A SkyFly Travel nem vállal felelősséget a rajta kívül álló okokból történő késésért (pl. időjárás okozta rossz útviszonyok, balesetből adódó torlódások). Természetesen mindent megteszünk, hogy az utas időben elérje úti célját ez esetben is.

Amennyiben a késés bizonyíthatóan a szolgáltató hibájából adódik, a felmerülő károkért kártérítési felelősséget vállalunk.

5. Várakozás, gépkésés

A reptéren való várakozási idő eltérő, attól függően, hogy a SkyFly Travel által nyújtott szolgáltatási csomagok közül melyiket kívánja igénybe venni.

Vienna International Airport (Schwechat): miután felvette a csomagokat és menetkész, kérem szíveskedjen felfáradni az emeletre (érkezési csarnok, McDonald’s szemben lift vagy mozgó lépcső), majd forduljon jobbra és az utolsó kijáraton szíveskedj kifáradni, sofőrünk ott fogja várni a visszaigazolt utasfelvételi időpontban névvel ellátott táblával. Amennyiben táblást várás kérnek az érkezési csarnokban a parkolás díj 2.500 Ft, mely az utast terheli.

Budapest Liszt Ferenc Repülőtér: utasaink két lehetőség közül választhatnak- az utazás előtti utolsó munkanap elküldjük sofőrünk telefonszámát, melyen őt kell értesíteni, ha felvették csomagjaikat. Másik lehetőség, hogy névvel ellátott táblával várjuk az érkezési csarnokban, ez esetben a parkolási díj (3.000 Ft) az utast terheli.

Bratislava Repülőtér: sofőrünk az érkezési csarnokban névvel ellátott táblával várja az utasokat.

6. Járatkésés / módosítás / lemondás

A transzferek teljesítését az előre, eredetileg megrendeltek és visszaigazoltak szerint tudjuk garantálni. Abban az esetben, ha gépkésés vagy egyéb esemény (bőröndelvesztés, bőröndsérülés stb.) módosítja transzfer igényük részletét (pl. utasfelvételt a reptéren) a lenti feltételek szerint járunk el.

A légitársaság hibájából fakadó károkért nem áll módunkban vállalni a felelősséget, de igyekszünk megoldani a legoptimálisabb módon a késés miatti változásokat.

Az eredeti landoláshoz képest 1 órát várakozunk díjmentesen. Ezt követően minden megkezdett óra plusz 3.000 Ft + ÁFA. A késés mértéke és a fuvarszervezés határozza meg, hogy sofőrünk meg tudja-e várni Önöket a várakozási díj fizetése ellenében, vagy csatlakozhatnak (eredetileg visszaigazolt viteldíjért) következő járatunkhoz vagy másik autót tudunk küldeni Önökért Private díj ellenében.

Legyenek kedvesek a késéseket jelezni ügyeleti számunk valamelyikére telefonon vagy sms-ben: +36305543838, +36302161533.

Gyűjtő járat esetén (alap áras), amennyiben a késés miatt nem tud eredeti járatunkhoz csatlakozni – fuvarszervezőtől függően tudunk opciókat ajánlani: csatlakozhat következő járatunkhoz (szabad kapacitás függvényében), vagy új autót küldünk Önért Private viteldíj ellenében.

Géptörlés: amennyiben gépét törlik és ebből fakadóan le kell mondania a nálunk foglalt transzfert, a lenti lemondási feltételek szerint tudja ezt megtenni. Amennyiben ezt követően új járata alapján szeretne transzfert foglalni, új foglalásnak minősül.

A megrendelés díjtalan módosítására, lemondására az út előtti munkanap 12:00-ig van lehetőség kizárólag írásban.

Határidőt meghaladóan: Az út előtti munkanap 12:00-16:00-ig felár 5000 Ft. Az út előtti munkanap 16:00 után és az utasfelvétel előtt min. 5 órával a viteldíj 50%-a fizetendő. Az utasfelvétel előtt kevesebb, mint 5 órával történő lemondás esetén a teljes viteldíj fizetendő.

7. Vállalási feltételek elfogadása, szerződés

A szolgáltató és a szolgáltatást igénybevevő (utas) között a szerződés akkor jön létre, ha az utas megrendelte a szolgáltatást a fent leírtak alapján, és rendelését a SkyFly Travel írásban visszaigazolta. Amennyiben az utas a visszaigazolást követően másképp nem jelzi, elfogadottnak tekintjük az abban leírtakat, valamint a SkyFly Travel vállalási feltételeit.

A visszaigazolás elfogadásával a megrendelő hozzájárul, hogy személyes adatait az Adatvédelmi szabályzatunkban foglaltak alapján kezeljük.

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/feltetelek/index.txt b/out/feltetelek/index.txt index 0819b6f..36535ac 100644 --- a/out/feltetelek/index.txt +++ b/out/feltetelek/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/e80328d040dbbd23.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","feltetelek",""],"q":"","i":false,"f":[[["",{"children":["feltetelek",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/flotta/__next._full.txt b/out/flotta/__next._full.txt index d74f60e..2fe1fdf 100644 --- a/out/flotta/__next._full.txt +++ b/out/flotta/__next._full.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/flotta/__next._head.txt b/out/flotta/__next._head.txt index 2649c24..b8b5831 100644 --- a/out/flotta/__next._head.txt +++ b/out/flotta/__next._head.txt @@ -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":"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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/flotta/__next._index.txt b/out/flotta/__next._index.txt index 1116084..d27d12d 100644 --- a/out/flotta/__next._index.txt +++ b/out/flotta/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/flotta/__next._tree.txt b/out/flotta/__next._tree.txt index 5b61c26..b8f5080 100644 --- a/out/flotta/__next._tree.txt +++ b/out/flotta/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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} diff --git a/out/flotta/__next.flotta.txt b/out/flotta/__next.flotta.txt index 1fe8953..47c52e1 100644 --- a/out/flotta/__next.flotta.txt +++ b/out/flotta/__next.flotta.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/flotta/__next.flotta/__PAGE__.txt b/out/flotta/__next.flotta/__PAGE__.txt index 334b1fb..3cf8823 100644 --- a/out/flotta/__next.flotta/__PAGE__.txt +++ b/out/flotta/__next.flotta/__PAGE__.txt @@ -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/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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/f0c2d395f70892fb.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 diff --git a/out/flotta/index.html b/out/flotta/index.html index ef227f6..47d763a 100644 --- a/out/flotta/index.html +++ b/out/flotta/index.html @@ -1 +1 @@ -Flotta - Modern járműveink | SkyFly Travel

Minőségi
Flotta

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.

Mercedes-Benz V-Class
VIP Prémium
Elérhető

Mercedes-Benz V-Class

A luxus és tágas tér találkozása. Ideális üzleti delegációk vagy prémium kényelmet kereső családok számára.

6-7 Utas
4-6 Bőrönd
Klíma
Bőr belső
Wifi
Mercedes-Benz E-Class
Üzleti kategória
Elérhető

Mercedes-Benz E-Class

Elegancia és megbízhatóság. Professzionális megjelenés üzleti utazásokhoz és repülőtéri transzferekhez.

3 Utas
2 Bőrönd
Dokumentum hűtő
Bőr belső
Skoda Superb Combi
Üzleti kategória
Elérhető

Skoda Superb Combi

Kategóriájának legnagyobb lábtere és csomagtere. A tökéletes választás hosszú távú utazásokhoz.

4 Utas
3 Bőrönd
Hatalmas csomagtér
Extra lábtér
Ford Transit / Renault Trafic
Kisbusz
Elérhető

Ford Transit / Renault Trafic

Nagyobb csoportok számára a legpraktikusabb megoldás. Gazdaságos és kényelmes utazás 8 főig.

8 Utas
8 Bőrönd
Extra csomagtér
Dupla klíma

Autóink tisztaságára, műszaki állapotára nagy hangsúlyt fektetünk.

0-3

Éves átlagéletkor

100%

Tisztasági garancia

24/7

Műszaki felügyelet

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +Flotta - Modern járműveink | SkyFly Travel

Minőségi
Flotta

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.

Mercedes-Benz V-Class
VIP Prémium
Elérhető

Mercedes-Benz V-Class

A luxus és tágas tér találkozása. Ideális üzleti delegációk vagy prémium kényelmet kereső családok számára.

6-7 Utas
4-6 Bőrönd
Klíma
Bőr belső
Wifi
Mercedes-Benz E-Class
Üzleti kategória
Elérhető

Mercedes-Benz E-Class

Elegancia és megbízhatóság. Professzionális megjelenés üzleti utazásokhoz és repülőtéri transzferekhez.

3 Utas
2 Bőrönd
Dokumentum hűtő
Bőr belső
Skoda Superb Combi
Üzleti kategória
Elérhető

Skoda Superb Combi

Kategóriájának legnagyobb lábtere és csomagtere. A tökéletes választás hosszú távú utazásokhoz.

4 Utas
3 Bőrönd
Hatalmas csomagtér
Extra lábtér
Ford Transit / Renault Trafic
Kisbusz
Elérhető

Ford Transit / Renault Trafic

Nagyobb csoportok számára a legpraktikusabb megoldás. Gazdaságos és kényelmes utazás 8 főig.

8 Utas
8 Bőrönd
Extra csomagtér
Dupla klíma

Autóink tisztaságára, műszaki állapotára nagy hangsúlyt fektetünk.

0-3

Éves átlagéletkor

100%

Tisztasági garancia

24/7

Műszaki felügyelet

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/flotta/index.txt b/out/flotta/index.txt index d74f60e..2fe1fdf 100644 --- a/out/flotta/index.txt +++ b/out/flotta/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/700a8f127df22a43.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","flotta",""],"q":"","i":false,"f":[[["",{"children":["flotta",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/index.html b/out/index.html index 715ddbe..fe04a99 100644 --- a/out/index.html +++ b/out/index.html @@ -1 +1 @@ -SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
4.9/5 Ügyfél elégedettség

Gyors, megbízható
reptéri transzfer

Háztól-házig szolgáltatás közel 20 éves tapasztalattal. Utazzon kényelmesen Budapest, Bécs, Pozsony és Győr között.

REPTÉRI

Háztól-házig reptéri transzfer

Felejtse el a parkolási nehézségeket és a csomagokkal való bajlódást. Sofőrjeink a megadott címen várják, és közvetlenül a terminál bejáratához repítik Önöket. Győr, Budapest, Bécs, Pozsony – velünk egyszerű az út.

Foglalás indítása
Airport Transfer

Reptéri Transzfer

Kényelmes utazás háztól-házig, fix árakon, rejtett költségek nélkül.

CSOMAGOK

Személyre szabott utazási típusok

Nálunk mindenki megtalálja a számítását. Kedvező árú gyűjtőjárataink, exkluzív privát transzferjeink és családi kedvezményeink biztosítják, hogy az utazás ne csak kényelmes, de gazdaságos is legyen.

Csomagok megismerése
Family Packages

Családi Csomagok

Kedvezményes árak családoknak és csoportoknak, tágas gépjárművekkel.

BIZTONSÁG

20 év szakmai tapasztalat

Közel két évtizede vagyunk jelen a piacon. Megbízható, tapasztalt sofőreink és folyamatosan karbantartott flottánk a garancia arra, hogy Ön időben és biztonságban érkezzen meg úticéljához.

Security and Comfort

Prémium Kényelem

Tapasztalt sofőrök, modern flotta és teljes körű utasbiztosítás.

FOGLALÁS

Villámgyors online rendszer

Modern foglalási felületünkön percek alatt rögzítheti utazását. Azonnali visszaigazolást kap, így nyugodtan készülődhet a repülésre. Nincs rejtett költség, nincs apróbetű.

Online Árajánlat

Gyors Foglalás

Egyszerű, 2 perces online foglalás azonnali visszaigazolással.

FLOTTA

Modern, kényelmes járműpark

Járműveink a legmagasabb kényelmi és biztonsági igényeknek is megfelelnek. Legyen szó egyéni utazásról vagy 50 fős csoportról, partnerünkkel együttműködve minden létszámra van megoldásunk.

Flotta megtekintése
Our Fleet

Modern Flotta

Kényelmes személyautók és tágas mikrobuszok minden igényre.

NON-STOP

Bármikor elérhető segítség

Ügyfélszolgálatunk a nap 24 órájában az Ön rendelkezésére áll. Kérdése van? Módosítani szeretne? Hívjon minket bizalommal, mi segítünk eljutni oda, ahová tart.

Hotline (0-24):

+36 30 554 3838
Non-stop help

0-24 Ügyfélszolgálat

AKCIÓK

Aktuális

Használja ki közösségi média akcióinkat és utazzon még kedvezőbb áron! Facebook, Google vagy TikTok aktivitásért cserébe extra engedményt biztosítunk.

Special Discounts

Facebook & Google

Kövessen minket Facebookon vagy értékeljen a Google-ön a kedvezményért.

Részletek és igénylés

TikTok Akció

Likeolja a kijelölt videónkat a TikTokon és utazzon kedvezménnyel.

Részletek és igénylés

SkyFly Travel

Prémium reptéri transzfer és személyszállítás

Stresszmentes utazás a SkyFly Travellel

A repülős utazás megannyi kihívást és stresszhelyzetet tartogat, az előkészületektől egészen a megérkezésig. A reptérre történő kijutás nem kell, hogy ezek közé tartozzon. A SkyFly Travel repülőtéri transzfer szolgáltatása leveszi a válláról a terhet: bízza ránk a fuvarszervezést, és élvezze a felhőtlen utazás élményét Győr, Budapest, Bécs (Schwechat) vagy Pozsony irányába.

Garantáljuk a kényelmet és a biztonságot, legyen szó indulásról vagy hazaérkezésről. Transzfer szolgáltatásunk révén Önnek semmi mással nem kell foglalkoznia, csak az előtte álló útra koncentrálni. Tapasztalt sofőrjeink és modern autóparkunk gondoskodik a pontos érkezésről.

Célunk, hogy valamennyi utasunk megtalálja a számára legmegfelelőbb transzfer típust, ezért különböző szolgáltatási csomagokkal állunk rendelkezésre: Gyűjtő (kedvezőbb ár, más utasokhoz alkalmazkodva), Private (exkluzív, várakozás nélkül), Családi (egyedi kedvezmények családoknak) és buszos személyszállítás.

A reptéri fuvarokon túl professzionális személyszállítást biztosítunk rendezvényekre, kirándulásokra és üzleti utakra is. Ismerje meg a SkyFly Travel nyújtotta lehetőségeket, és utazzon velünk – garantáljuk, hogy döntését nem fogja megbánni!

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!
4.9/5 Ügyfél elégedettség

Gyors, megbízható
reptéri transzfer

Háztól-házig szolgáltatás közel 20 éves tapasztalattal. Utazzon kényelmesen Budapest, Bécs, Pozsony és Győr között.

REPTÉRI

Háztól-házig reptéri transzfer

Felejtse el a parkolási nehézségeket és a csomagokkal való bajlódást. Sofőrjeink a megadott címen várják, és közvetlenül a terminál bejáratához repítik Önöket. Győr, Budapest, Bécs, Pozsony – velünk egyszerű az út.

Foglalás indítása
Airport Transfer

Reptéri Transzfer

Kényelmes utazás háztól-házig, fix árakon, rejtett költségek nélkül.

CSOMAGOK

Személyre szabott utazási típusok

Nálunk mindenki megtalálja a számítását. Kedvező árú gyűjtőjárataink, exkluzív privát transzferjeink és családi kedvezményeink biztosítják, hogy az utazás ne csak kényelmes, de gazdaságos is legyen.

Csomagok megismerése
Family Packages

Családi Csomagok

Kedvezményes árak családoknak és csoportoknak, tágas gépjárművekkel.

BIZTONSÁG

20 év szakmai tapasztalat

Közel két évtizede vagyunk jelen a piacon. Megbízható, tapasztalt sofőreink és folyamatosan karbantartott flottánk a garancia arra, hogy Ön időben és biztonságban érkezzen meg úticéljához.

Security and Comfort

Prémium Kényelem

Tapasztalt sofőrök, modern flotta és teljes körű utasbiztosítás.

FOGLALÁS

Villámgyors online rendszer

Modern foglalási felületünkön percek alatt rögzítheti utazását. Azonnali visszaigazolást kap, így nyugodtan készülődhet a repülésre. Nincs rejtett költség, nincs apróbetű.

Online Árajánlat

Gyors Foglalás

Egyszerű, 2 perces online foglalás azonnali visszaigazolással.

FLOTTA

Modern, kényelmes járműpark

Járműveink a legmagasabb kényelmi és biztonsági igényeknek is megfelelnek. Legyen szó egyéni utazásról vagy 50 fős csoportról, partnerünkkel együttműködve minden létszámra van megoldásunk.

Flotta megtekintése
Our Fleet

Modern Flotta

Kényelmes személyautók és tágas mikrobuszok minden igényre.

NON-STOP

Bármikor elérhető segítség

Ügyfélszolgálatunk a nap 24 órájában az Ön rendelkezésére áll. Kérdése van? Módosítani szeretne? Hívjon minket bizalommal, mi segítünk eljutni oda, ahová tart.

Hotline (0-24):

+36 30 554 3838
Non-stop help

0-24 Ügyfélszolgálat

AKCIÓK

Aktuális

Használja ki közösségi média akcióinkat és utazzon még kedvezőbb áron! Facebook, Google vagy TikTok aktivitásért cserébe extra engedményt biztosítunk.

Special Discounts

Facebook & Google

Kövessen minket Facebookon vagy értékeljen a Google-ön a kedvezményért.

Részletek és igénylés

TikTok Akció

Likeolja a kijelölt videónkat a TikTokon és utazzon kedvezménnyel.

Részletek és igénylés

SkyFly Travel

Prémium reptéri transzfer és személyszállítás

Stresszmentes utazás a SkyFly Travellel

A repülős utazás megannyi kihívást és stresszhelyzetet tartogat, az előkészületektől egészen a megérkezésig. A reptérre történő kijutás nem kell, hogy ezek közé tartozzon. A SkyFly Travel repülőtéri transzfer szolgáltatása leveszi a válláról a terhet: bízza ránk a fuvarszervezést, és élvezze a felhőtlen utazás élményét Győr, Budapest, Bécs (Schwechat) vagy Pozsony irányába.

Garantáljuk a kényelmet és a biztonságot, legyen szó indulásról vagy hazaérkezésről. Transzfer szolgáltatásunk révén Önnek semmi mással nem kell foglalkoznia, csak az előtte álló útra koncentrálni. Tapasztalt sofőrjeink és modern autóparkunk gondoskodik a pontos érkezésről.

Célunk, hogy valamennyi utasunk megtalálja a számára legmegfelelőbb transzfer típust, ezért különböző szolgáltatási csomagokkal állunk rendelkezésre: Gyűjtő (kedvezőbb ár, más utasokhoz alkalmazkodva), Private (exkluzív, várakozás nélkül), Családi (egyedi kedvezmények családoknak) és buszos személyszállítás.

A reptéri fuvarokon túl professzionális személyszállítást biztosítunk rendezvényekre, kirándulásokra és üzleti utakra is. Ismerje meg a SkyFly Travel nyújtotta lehetőségeket, és utazzon velünk – garantáljuk, hogy döntését nem fogja megbánni!

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/index.txt b/out/index.txt index 5bc738f..dcd251f 100644 --- a/out/index.txt +++ b/out/index.txt @@ -4,15 +4,15 @@ 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/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/09456bb4975f964b.js","/_next/static/chunks/719094bf30364cd3.js","/_next/static/chunks/5c2b780b6046e63d.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/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/f0c2d395f70892fb.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"}]] diff --git a/out/kapcsolat/__next._full.txt b/out/kapcsolat/__next._full.txt index b82977c..59a33fc 100644 --- a/out/kapcsolat/__next._full.txt +++ b/out/kapcsolat/__next._full.txt @@ -4,15 +4,15 @@ 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/09456bb4975f964b.js"],"default"] 6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -7:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","kapcsolat",""],"q":"","i":false,"f":[[["",{"children":["kapcsolat",{"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/487dc69960ab98da.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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","kapcsolat",""],"q":"","i":false,"f":[[["",{"children":["kapcsolat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/487dc69960ab98da.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]] diff --git a/out/kapcsolat/__next._head.txt b/out/kapcsolat/__next._head.txt index eaa6308..6f5b73a 100644 --- a/out/kapcsolat/__next._head.txt +++ b/out/kapcsolat/__next._head.txt @@ -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":"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":"Kapcsolat - Foglalás és információ | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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":"Kapcsolat - Foglalás és információ | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","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} diff --git a/out/kapcsolat/__next._index.txt b/out/kapcsolat/__next._index.txt index 1116084..d27d12d 100644 --- a/out/kapcsolat/__next._index.txt +++ b/out/kapcsolat/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/kapcsolat/__next._tree.txt b/out/kapcsolat/__next._tree.txt index 3aa2970..ae21fb3 100644 --- a/out/kapcsolat/__next._tree.txt +++ b/out/kapcsolat/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"buildId":"NPjY24CFcAFUypJlucT4S","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"kapcsolat","paramType":null,"paramKey":"kapcsolat","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"kapcsolat","paramType":null,"paramKey":"kapcsolat","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/kapcsolat/__next.kapcsolat.txt b/out/kapcsolat/__next.kapcsolat.txt index 1fe8953..47c52e1 100644 --- a/out/kapcsolat/__next.kapcsolat.txt +++ b/out/kapcsolat/__next.kapcsolat.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/kapcsolat/__next.kapcsolat/__PAGE__.txt b/out/kapcsolat/__next.kapcsolat/__PAGE__.txt index ac9580a..1c62e48 100644 --- a/out/kapcsolat/__next.kapcsolat/__PAGE__.txt +++ b/out/kapcsolat/__next.kapcsolat/__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -3:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +3:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/487dc69960ab98da.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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/487dc69960ab98da.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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 diff --git a/out/kapcsolat/index.html b/out/kapcsolat/index.html index 6778045..7e21977 100644 --- a/out/kapcsolat/index.html +++ b/out/kapcsolat/index.html @@ -1 +1 @@ -Kapcsolat - Foglalás és információ | SkyFly Travel
Vissza a kezdőlapra

Elérhetőségek
Kapcsolat

Kérdése van? Keressen minket bizalommal az alábbi elérhetőségeinken vagy küldjön üzenetet.

Hotline (0-24):

+36 30 554 3838

Vezetékes telefon:

+36 96 283676

Gyors üzenetküldés

Írjon nekünk közvetlenül, és kollégáink hamarosan válaszolnak!

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.

A weboldalt reCAPTCHA v3 védi.
Céginformáció

Üzemeltető: Z+T BT.

Székhely: 9023 Győr, Ipar u. 78.

Adószám: 22426127-2-08

Bankszámla szám: OTP Bank 11737007-20749745

Tel.: +36 30 5543838 (0-24 ügyelet megrendelt fuvarokra)

Info vonal: +36 96 283676, +36 30 5543838 (iroda munkanapokon 08:00-16:00-ig)

E-mail: info@skyflytravel.hu

Jogi képviselőnk

Dr. Zsédely Andrea

12. számú ügyvédi iroda

9024 Győr Zrínyi utca 23. I/2

Web: www.12gyoriugyvediiroda.hu

Tel/Fax: +36 96 335 605

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +Kapcsolat - Foglalás és információ | SkyFly Travel
Vissza a kezdőlapra

Elérhetőségek
Kapcsolat

Kérdése van? Keressen minket bizalommal az alábbi elérhetőségeinken vagy küldjön üzenetet.

Hotline (0-24):

+36 30 554 3838

Vezetékes telefon:

+36 96 283676

Gyors üzenetküldés

Írjon nekünk közvetlenül, és kollégáink hamarosan válaszolnak!

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.

A weboldalt reCAPTCHA v3 védi.
Céginformáció

Üzemeltető: Z+T BT.

Székhely: 9023 Győr, Ipar u. 78.

Adószám: 22426127-2-08

Bankszámla szám: OTP Bank 11737007-20749745

Tel.: +36 30 5543838 (0-24 ügyelet megrendelt fuvarokra)

Info vonal: +36 96 283676, +36 30 5543838 (iroda munkanapokon 08:00-16:00-ig)

E-mail: info@skyflytravel.hu

Jogi képviselőnk

Dr. Zsédely Andrea

12. számú ügyvédi iroda

9024 Győr Zrínyi utca 23. I/2

Web: www.12gyoriugyvediiroda.hu

Tel/Fax: +36 96 335 605

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/kapcsolat/index.txt b/out/kapcsolat/index.txt index b82977c..59a33fc 100644 --- a/out/kapcsolat/index.txt +++ b/out/kapcsolat/index.txt @@ -4,15 +4,15 @@ 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/09456bb4975f964b.js"],"default"] 6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -7:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[43114,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/487dc69960ab98da.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","kapcsolat",""],"q":"","i":false,"f":[[["",{"children":["kapcsolat",{"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/487dc69960ab98da.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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","kapcsolat",""],"q":"","i":false,"f":[[["",{"children":["kapcsolat",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/487dc69960ab98da.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]] diff --git a/out/szolgaltatasok/__next._full.txt b/out/szolgaltatasok/__next._full.txt index cb83194..e4b14e8 100644 --- a/out/szolgaltatasok/__next._full.txt +++ b/out/szolgaltatasok/__next._full.txt @@ -4,15 +4,15 @@ 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/09456bb4975f964b.js"],"default"] 6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -7:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/eacf2b162f97bcd0.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0d461cd6c5bceaab.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","szolgaltatasok",""],"q":"","i":false,"f":[[["",{"children":["szolgaltatasok",{"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/eacf2b162f97bcd0.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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","szolgaltatasok",""],"q":"","i":false,"f":[[["",{"children":["szolgaltatasok",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/0d461cd6c5bceaab.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]] diff --git a/out/szolgaltatasok/__next._head.txt b/out/szolgaltatasok/__next._head.txt index e3b752e..3132b2c 100644 --- a/out/szolgaltatasok/__next._head.txt +++ b/out/szolgaltatasok/__next._head.txt @@ -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":"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":"Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","meta","2",{"name":"keywords","content":"személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony reptér, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport"}],["$","link","3",{"rel":"icon","href":"/favicon.ico?favicon.86cc8906.ico","sizes":"16x16","type":"image/x-icon"}],["$","$L5","4",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","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":"Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel"}],["$","meta","1",{"name":"description","content":"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."}],["$","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} diff --git a/out/szolgaltatasok/__next._index.txt b/out/szolgaltatasok/__next._index.txt index 1116084..d27d12d 100644 --- a/out/szolgaltatasok/__next._index.txt +++ b/out/szolgaltatasok/__next._index.txt @@ -3,5 +3,5 @@ 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/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} +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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} diff --git a/out/szolgaltatasok/__next._tree.txt b/out/szolgaltatasok/__next._tree.txt index 3fb6a81..a69296d 100644 --- a/out/szolgaltatasok/__next._tree.txt +++ b/out/szolgaltatasok/__next._tree.txt @@ -1,3 +1,3 @@ -:HL["/_next/static/chunks/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"buildId":"NPjY24CFcAFUypJlucT4S","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"szolgaltatasok","paramType":null,"paramKey":"szolgaltatasok","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"szolgaltatasok","paramType":null,"paramKey":"szolgaltatasok","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300} diff --git a/out/szolgaltatasok/__next.szolgaltatasok.txt b/out/szolgaltatasok/__next.szolgaltatasok.txt index 1fe8953..47c52e1 100644 --- a/out/szolgaltatasok/__next.szolgaltatasok.txt +++ b/out/szolgaltatasok/__next.szolgaltatasok.txt @@ -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":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false} diff --git a/out/szolgaltatasok/__next.szolgaltatasok/__PAGE__.txt b/out/szolgaltatasok/__next.szolgaltatasok/__PAGE__.txt index c063eb4..0fb3b96 100644 --- a/out/szolgaltatasok/__next.szolgaltatasok/__PAGE__.txt +++ b/out/szolgaltatasok/__next.szolgaltatasok/__PAGE__.txt @@ -1,9 +1,9 @@ 1:"$Sreact.fragment" 2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -3:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/eacf2b162f97bcd0.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +3:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0d461cd6c5bceaab.js","/_next/static/chunks/f0c2d395f70892fb.js"],"default"] 6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"] 7:"$Sreact.suspense" -0:{"buildId":"NPjY24CFcAFUypJlucT4S","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/eacf2b162f97bcd0.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} +0:{"buildId":"G40jrkeKy3oc-w4WE9yDq","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0d461cd6c5bceaab.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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 diff --git a/out/szolgaltatasok/index.html b/out/szolgaltatasok/index.html index 83bd29d..e769c96 100644 --- a/out/szolgaltatasok/index.html +++ b/out/szolgaltatasok/index.html @@ -1 +1 @@ -Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel
Vissza a kezdőlapra

Szolgáltatási Csomagok

Gyűjtő járatok közös jellemzői:

Város - Reptér útvonal:
Reptérre érkezés 1,5 - 2 órával a gép indulása előtt, utas felvételi időpontot mi adjuk meg.
Reptér - Város útvonal:
Összeültetésnél a viszonyítási alap: Tervezett leszállás + 20-30 perc csomagfelvétel.

Egyedi jellemző "Gyűjtő CLASSIC":

"Gyűjtő CLASSIC"
Igazodva más utasokhoz, szabad kapacitás függvényében. Igénybe vehető, ha van más utasunk is, és teljesül a feltétel: min. 30 perc max. 1,5 óra alkalmazkodás.
Város - Reptér útvonal:
Az ideális utas felvételhez képest max. 1-1,5 órával korábbi indulás.
Reptér - Város útvonal:
Tervezett leszállás, csomagfelvétel után max. 1-1,5 órával későbbi indulás.

Egyedi jellemző "Gyűjtő EXPRESS":

"Gyűjtő EXPRESS"
Igazodva más utasokhoz, szabad kapacitás függvényében. Gyorsabb kijutás, kevesebb várakozás.
Város - Reptér útvonal:
Az ideális utas felvételhez képest max. 60 perccel korábbi indulás.
Reptér - Város útvonal:
Tervezett leszállás, csomagfelvétel után max. 60 perccel későbbi indulás.

Egyedi jellemző "PRIVATE":

"PRIVATE"
Időben és térben nem kell más utashoz igazodni.
Város - Reptér útvonal:
Az utas felvételi időpont az utas számára legideálisabb időpontban.
Reptér - Város útvonal:
Nincs várakozás.

Egyedi jellemző "CSALÁDI":

"CSALÁDI"
Időben és térben nem kell más utashoz igazodni. Teljesítés: egyterű személygépjárművel, feltétele: max. 3 normál bőrönd, és 3 kézipoggyász.
Város - Reptér útvonal:
Az utas felvételi időpont az utas számára legideálisabb időpontban.
Reptér - Város útvonal:
Nincs várakozás.

Egyedi jellemző "Nagy" CSALÁDI:

"NAGY CSALÁDI"
Időben és térben nem kell más utashoz igazodni. Teljesítés: kisbusszal, feltétele: max. 6 normál bőrönd, és 6 kézipoggyász.
Város - Reptér útvonal:
Az utas felvételi időpont az utas számára legideálisabb időpontban.
Reptér - Város útvonal:
Nincs várakozás.

Miért Mi?

  • Rugalmas, pontos, precíz csapat
  • Autóink tisztaságára, műszaki állapotára nagy hangsúlyt fektetünk.
  • A flottához tartozó gépkocsikat tervezett rendszerességgel cseréljük, hogy folyamatosan új autókkal álljunk utasaink rendelkezésére.
  • A SkyFly Travel rendelkezik minden hatályos jogszabály által előírt személyszállítói engedéllyel.
  • Sofőreink szakképzettek, GKI engedéllyel, PÁV-II tanúsítvánnyal és több éves tapasztalattal rendelkeznek.
  • NON-STOP ügyelet megrendelt fuvarokra (+36 30 5543838)
  • Háztól – Házig szállítjuk (Ön által megadott címről/címre)

Nálunk díjmentes:

  • Transzfer módosítása, lemondása (legkésőbb utazás előtti munkanap 12:00-ig)
  • 0-6 éves korig egy gyermek utazása szülői felügyelet mellett
  • Kortól függően gyerekülést biztosítunk

Kedvezményeink:

Viteldíjakból -5% Facebook kedvezmény! Részletek itt!

Törzsutas program: rendszeresen utaztató cégek részére egyedi kedvezményeket kínálunk.

Hotline 0-24

+36 30 554 3838

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file +Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel
Vissza a kezdőlapra

Szolgáltatási
Csomagok

Ismerje meg részletesen szolgáltatásainkat. Legyen szó egyéni utazásról vagy családi kiruccanásról, minden igényre van megoldásunk.

Gyűjtő járatok közös jellemzői:

Város - Reptér útvonal:
Reptérre érkezés 1,5 - 2 órával a gép indulása előtt, utas felvételi időpontot mi adjuk meg.
Reptér - Város útvonal:
Összeültetésnél a viszonyítási alap: Tervezett leszállás + 20-30 perc csomagfelvétel.

Egyedi jellemző "Gyűjtő CLASSIC":

Gyűjtő CLASSIC

Igazodva más utasokhoz, szabad kapacitás függvényében. Igénybe vehető, ha van más utasunk is, és teljesül a feltétel: min. 30 perc max. 1,5 óra alkalmazkodás.

Város - Reptér útvonal:

Az ideális utas felvételhez képest max. 1-1,5 órával korábbi indulás.

Reptér - Város útvonal:

Tervezett leszállás, csomagfelvétel után max. 1-1,5 órával későbbi indulás.

Egyedi jellemző "Gyűjtő EXPRESS":

Gyűjtő EXPRESS

Igazodva más utasokhoz, szabad kapacitás függvényében. Gyorsabb kijutás, kevesebb várakozás.

Város - Reptér útvonal:

Az ideális utas felvételhez képest max. 60 perccel korábbi indulás.

Reptér - Város útvonal:

Tervezett leszállás, csomagfelvétel után max. 60 perccel későbbi indulás.

Egyedi jellemző "PRIVATE":

PRIVATE

Időben és térben nem kell más utashoz igazodni.

Város - Reptér útvonal:

Az utas felvételi időpont az utas számára legideálisabb időpontban.

Reptér - Város útvonal:

Nincs várakozás.

Egyedi jellemző "CSALÁDI":

CSALÁDI

Időben és térben nem kell más utashoz igazodni. Teljesítés: egyterű személygépjárművel, feltétele: max. 3 normál bőrönd, és 3 kézipoggyász.

Város - Reptér útvonal:

Az utas felvételi időpont az utas számára legideálisabb időpontban.

Reptér - Város útvonal:

Nincs várakozás.

Egyedi jellemző "Nagy" CSALÁDI:

NAGY CSALÁDI

Időben és térben nem kell más utashoz igazodni. Teljesítés: kisbusszal, feltétele: max. 6 normál bőrönd, és 6 kézipoggyász.

Város - Reptér útvonal:

Az utas felvételi időpont az utas számára legideálisabb időpontban.

Reptér - Város útvonal:

Nincs várakozás.

Miért Mi?

Rugalmas, pontos, precíz csapat
Autóink tisztaságára, műszaki állapotára nagy hangsúlyt fektetünk.
A flottához tartozó gépkocsikat tervezett rendszerességgel cseréljük, hogy folyamatosan új autókkal álljunk utasaink rendelkezésére.
A SkyFly Travel rendelkezik minden hatályos jogszabály által előírt személyszállítói engedéllyel.
Sofőreink szakképzettek, GKI engedéllyel, PÁV-II tanúsítvánnyal és több éves tapasztalattal rendelkeznek.
NON-STOP ügyelet megrendelt fuvarokra (+36 30 5543838)
Háztól – Házig szállítjuk (Ön által megadott címről/címre)

Nálunk díjmentes:

Transzfer módosítása, lemondása (legkésőbb utazás előtti munkanap 12:00-ig)
0-6 éves korig egy gyermek utazása szülői felügyelet mellett
Kortól függően gyerekülést biztosítunk

Kedvezményeink:

Viteldíjakból -5% Facebook kedvezmény! Részletek itt!

Részletek itt!

Törzsutas program: rendszeresen utaztató cégek részére egyedi kedvezményeket kínálunk.

Hotline 0-24

+36 30 554 3838

Készen áll az indulásra?

Csatlakozzon elégedett utasaink ezreihez és válassza a kényelmet.

FacebookGoogle PlusX (Twitter)BlogspotInstagram
2026 SkyFly Travel. Minden jog fenntartva.
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)
\ No newline at end of file diff --git a/out/szolgaltatasok/index.txt b/out/szolgaltatasok/index.txt index cb83194..e4b14e8 100644 --- a/out/szolgaltatasok/index.txt +++ b/out/szolgaltatasok/index.txt @@ -4,15 +4,15 @@ 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/09456bb4975f964b.js"],"default"] 6:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ClientPageRoot"] -7:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/eacf2b162f97bcd0.js","/_next/static/chunks/5c2b780b6046e63d.js"],"default"] +7:I[3339,["/_next/static/chunks/9c87745f176c3743.js","/_next/static/chunks/ac06baf3f69f60d8.js","/_next/static/chunks/09456bb4975f964b.js","/_next/static/chunks/0d461cd6c5bceaab.js","/_next/static/chunks/f0c2d395f70892fb.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/224393c5d95e169a.css","style"] +:HL["/_next/static/chunks/7b6ae06b32a21c92.css","style"] :HL["/_next/static/media/83afe278b6a6bb3c-s.p.3a6ba036.woff2","font",{"crossOrigin":"","type":"font/woff2"}] -0:{"P":null,"b":"NPjY24CFcAFUypJlucT4S","c":["","szolgaltatasok",""],"q":"","i":false,"f":[[["",{"children":["szolgaltatasok",{"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/eacf2b162f97bcd0.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} +0:{"P":null,"b":"G40jrkeKy3oc-w4WE9yDq","c":["","szolgaltatasok",""],"q":"","i":false,"f":[[["",{"children":["szolgaltatasok",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/7b6ae06b32a21c92.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/0d461cd6c5bceaab.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/f0c2d395f70892fb.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"}]]