diff --git a/app/akciok/facebook-google/page.tsx b/app/akciok/facebook-google/page.tsx
index 825513a..bac2c2b 100644
--- a/app/akciok/facebook-google/page.tsx
+++ b/app/akciok/facebook-google/page.tsx
@@ -1,6 +1,7 @@
"use client"
import Navbar from "@/components/navbar"
+import Footer from "@/components/footer"
import { ArrowLeft, Facebook, Star, CheckCircle2 } from "lucide-react"
import Link from "next/link"
import Image from "next/image"
@@ -124,6 +125,7 @@ export default function FacebookGoogleDiscountPage() {
+
)
}
diff --git a/app/akciok/tiktok/page.tsx b/app/akciok/tiktok/page.tsx
index 64e5713..02ba75a 100644
--- a/app/akciok/tiktok/page.tsx
+++ b/app/akciok/tiktok/page.tsx
@@ -1,6 +1,7 @@
"use client"
import Navbar from "@/components/navbar"
+import Footer from "@/components/footer"
import { ArrowLeft, CheckCircle2 } from "lucide-react"
import Link from "next/link"
import Script from "next/script"
@@ -75,6 +76,7 @@ export default function TikTokDiscountPage() {
+
)
}
diff --git a/app/arak/page.tsx b/app/arak/page.tsx
index 956f905..e632a5e 100644
--- a/app/arak/page.tsx
+++ b/app/arak/page.tsx
@@ -1,6 +1,7 @@
"use client"
import Navbar from "@/components/navbar"
+import Footer from "@/components/footer"
import PricingTable from "@/components/pricing-table"
import { Button } from "@/components/ui/button"
import { Card } from "@/components/ui/card"
@@ -26,6 +27,25 @@ const budapestRows = [
{ persons: "7-8 pax / 1 way", express: "45.000 HUF", private: "52.000 HUF" },
]
+const pozsonyRows = [
+ { persons: "1 pax / 1 way", express: "16.000 HUF", private: "29.000 HUF" },
+ { persons: "2 pax / 1 way", express: "23.500 HUF", private: "29.000 HUF" },
+ { persons: "3 pax / 1 way", express: "26.500 HUF", private: "29.000 HUF" },
+ { persons: "4 pax / 1 way", express: "31.000 HUF", private: "35.000 HUF" },
+ { persons: "5-6 pax / 1 way", express: "33.000 HUF", private: "37.500 HUF" },
+ { persons: "7-8 pax / 1 way", express: "35.000 HUF", private: "39.000 HUF" },
+]
+
+const budapestViennaRows = [
+ { persons: "1 pax / 1 way", express: "40.000 HUF", private: "60.000 HUF" },
+ { persons: "2 pax / 1 way", express: "50.000 HUF", private: "60.000 HUF" },
+ { persons: "3 pax / 1 way", express: "55.000 HUF", private: "60.000 HUF" },
+ { persons: "4 pax / 1 way", express: "60.000 HUF", private: "70.000 HUF" },
+ { persons: "5 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
+ { persons: "6 pax / 1 way", express: "65.000 HUF", private: "75.000 HUF" },
+ { persons: "7-8 pax / 1 way", express: "70.000 HUF", private: "80.000 HUF" },
+]
+
export default function PricingPage() {
const { language, t } = useLanguage()
@@ -58,6 +78,49 @@ export default function PricingPage() {
? ["1-3 fő (Mercedes E-class): 40.000 Ft", "4-6 fő (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"]
: ["1-3 pax (Mercedes E-class): 40.000 Ft", "4-6 pax (Mercedes Vito / Ford Tourneo Custom): 50.000 Ft"]
+
+ const specialsPozsony = specials
+
+ const specialsBudapestVienna = [
+ {
+ name: language === "hu" ? "Családi csomag" : "Family package",
+ price: "66.000 HUF",
+ description: language === "hu"
+ ? "max. 4 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 3 normál és 3 kézi poggyász (Teljesítés: személygépjárművel)"
+ : "max. 4 pax, min. 1 child (0-14 yrs), private transfer, max. 3 standard and 3 hand luggage (Performed by passenger car)"
+ },
+ {
+ name: language === "hu" ? "„Nagy” családi csomag" : "„Large” family package",
+ price: "72.000 HUF",
+ description: language === "hu"
+ ? "max. 6 fő, min. 1 gyermek (0-14 éves), private transzfer, max. 6 normál és 6 kézi poggyász (Teljesítés: kisbusszal)"
+ : "max. 6 pax, min. 1 child (0-14 yrs), private transfer, max. 6 standard and 6 hand luggage (Performed by minibus)"
+ }
+ ]
+
+ const vipInfoBudapestVienna = language === "hu"
+ ? ["1-3 fő (Mercedes E-class): 75.000 Ft", "4-6 fő (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"]
+ : ["1-3 pax (Mercedes E-class): 75.000 Ft", "4-6 pax (Mercedes Vito / Ford Tourneo Custom): 95.000 Ft"]
+
+ const routeNav = [
+ {
+ id: "gyor-becs",
+ label: language === "hu" ? "Győr – Bécs (Schwechat)" : "Győr – Vienna (Schwechat)",
+ },
+ {
+ id: "gyor-budapest",
+ label: language === "hu" ? "Győr – Budapest" : "Győr – Budapest",
+ },
+ {
+ id: "gyor-pozsony",
+ label: language === "hu" ? "Győr – Pozsony" : "Győr – Bratislava",
+ },
+ {
+ id: "budapest-becs",
+ label: language === "hu" ? "Budapest – Bécs (Schwechat)" : "Budapest – Vienna (Schwechat)",
+ },
+ ]
+
return (
- {t.footer.description}
-
+ {t.footer.description}
+ {t.footer.ready}
- {t.footer.ready}
+