"use client" import Navbar from "@/components/navbar" import Hero from "@/components/hero" import FeatureSection from "@/components/feature-section" import CookieConsent from "@/components/cookie-consent" import { Button } from "@/components/ui/button" import { useLanguage } from "@/lib/language-context" import { Card } from "@/components/ui/card" import Link from "next/link" import Image from "next/image" import { Star, ArrowLeft, Facebook } from "lucide-react" export default function Home() { const { t } = useLanguage() return (
{/* Background Decorations */}
{/* Build Section */}
Airport Transfer

{t.features.transfer.cardCaption}

{t.features.transfer.cardDescription}

{/* Customize Section */}
Family Packages

{t.features.packages.cardCaption}

{t.features.packages.cardDescription}

{/* Promote Section */}
Security and Comfort

{t.features.security.cardCaption}

{t.features.security.cardDescription}

{/* Sell Section */}

{t.features.booking.cardCaption}

{t.features.booking.cardDescription}

{/* Showcase Section */}
Our Fleet

{t.features.fleet.cardCaption}

{t.features.fleet.cardDescription}

{/* Engage Section */}

{t.contactPage.info.phone}

+36 30 282 1101

{t.contactPage.info.email}

info@skyflytravel.hu
} >
Non-stop help

{t.features.nonstop.cardCaption}

{/* Discounts Section */}
} >
Special Discounts

{t.discounts.fbGoogle.title}

{t.discounts.fbGoogle.desc}

{t.discounts.fbGoogle.cta}

{t.discounts.tiktok.title}

{t.discounts.tiktok.desc}

{t.discounts.tiktok.cta}
{/* SEO Optimized Content Section - Full Width */}

SkyFly Travel

{t.contactPage.seo.title}

{t.contactPage.seo.subtitle}

{t.contactPage.seo.content.map((paragraph: string, idx: number) => (

{paragraph}

))}
{/* Footer / Final CTA */}

{t.footer.ready}

{t.footer.description}

© 2026 SkyFly Travel. {t.footer.rights}
reptéri transzfer, transzfer Győr, Budapest, Bécs Schwechat, Pozsony - airport Shuttle - Airport taxi - Reptéri járatok - Repülőtéri transzfer - Budapest reptér - Pozsony repter - Bécs reptér (Vienna Airport) - Transfer Budapest airport - Transfer Vienna Airport Budapest Liszt Ferenc Ferihegy
) }