diff --git a/app/arak/layout.tsx b/app/arak/layout.tsx new file mode 100644 index 0000000..d16863c --- /dev/null +++ b/app/arak/layout.tsx @@ -0,0 +1,10 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Árak - SkyFly Travel Reptéri Transzfer", + description: "Tekintse meg kedvező transzfer árainkat. Fix viteldíjak Győr, Budapest (Ferihegy) és Bécs (Schwechat) között. Info: +36 30 554 3838", +}; + +export default function Layout({ children }: { children: React.ReactNode }) { + return <>{children}; +} diff --git a/app/favicon.ico b/app/favicon.ico index 718d6fe..1577d46 100644 Binary files a/app/favicon.ico and b/app/favicon.ico differ diff --git a/app/flotta/layout.tsx b/app/flotta/layout.tsx new file mode 100644 index 0000000..15708f2 --- /dev/null +++ b/app/flotta/layout.tsx @@ -0,0 +1,10 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Flotta - Modern Gépjárműveink | SkyFly Travel", + description: "Ismerje meg modern gépjárműparkunkat. Kényelmes mikrobuszok és személyautók a biztonságos reptéri transzferért. Mercedes V-Class és kényelmes transzfer buszok.", +}; + +export default function Layout({ children }: { children: React.ReactNode }) { + return <>{children}; +} diff --git a/app/kapcsolat/layout.tsx b/app/kapcsolat/layout.tsx new file mode 100644 index 0000000..948ae89 --- /dev/null +++ b/app/kapcsolat/layout.tsx @@ -0,0 +1,10 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Kapcsolat - Foglalás és Információ | SkyFly Travel", + description: "Vegye fel velünk a kapcsolatot. Hotline (0-24): +36 30 554 3838. Gyors és kényelmes reptéri transzfer foglalás Győrből.", +}; + +export default function Layout({ children }: { children: React.ReactNode }) { + return <>{children}; +} diff --git a/app/layout.tsx b/app/layout.tsx index 2e55fe3..27dc5a4 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,8 +8,9 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "SkyFly Travel - Reptéri Transzfer Győr, Budapest, Bécs, Pozsony", - description: "Gyors, megbízható és kényelmes reptéri transzfer szolgáltatás 0-24 órában.", + title: "SkyFly Travel - Gyors, megbízható, kényelmes reptéri transzferek!", + description: "Reptéri transzfer - Gyors, megbízható, kényelmes! Főbb útvonalak: Győr - Bécs (Schwechat) / Győr - Budapest Liszt Ferenc reptér (Ferihegy) / Budapest - Bécs! Info: +36 30 554 3838 (0-24)", + keywords: "személyszállítás, transzfer Győr, Budapest, Bécs, Pozsony, airport Shuttle, Airport taxi, Reptéri járatok, Repülőtéri transzfer, Budapest reptér, Pozsony repter, Bécs reptér (Vienna Airport), Transfer Budapest airport, Transfer Vienna Airport", }; import { LanguageProvider } from "@/lib/language-context"; diff --git a/app/page.tsx b/app/page.tsx index 4c519bd..27b30e2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -160,7 +160,7 @@ export default function Home() {

{t.contactPage.info.phone}

- +36 30 282 1101 + +36 30 554 3838

{t.contactPage.info.email}

diff --git a/app/szolgaltatasok/layout.tsx b/app/szolgaltatasok/layout.tsx new file mode 100644 index 0000000..a765277 --- /dev/null +++ b/app/szolgaltatasok/layout.tsx @@ -0,0 +1,10 @@ +import type { Metadata } from "next"; + +export const metadata: Metadata = { + title: "Szolgáltatások - Személyre szabott transzfer megoldások | SkyFly Travel", + description: "Gyűjtő, privát és családi transzfer csomagok minden igényre. Háztól-házig szolgáltatás közel 20 éves tapasztalattal. Győr - Bécs - Budapest útvonalakon.", +}; + +export default function Layout({ children }: { children: React.ReactNode }) { + return <>{children}; +}