From 49c67013dbdab24bc9fffcd5a7200d7554196712 Mon Sep 17 00:00:00 2001 From: Bognar Date: Fri, 30 Jan 2026 16:51:26 +0100 Subject: [PATCH] =?UTF-8?q?=C3=81rt=C3=A1bl=C3=A1zat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/akciok/facebook-google/page.tsx | 2 + app/akciok/tiktok/page.tsx | 2 + app/arak/page.tsx | 111 +++++++++++++++++++++++++++- app/feltetelek/page.tsx | 2 + app/flotta/page.tsx | 2 + app/kapcsolat/page.tsx | 2 + app/page.tsx | 61 +-------------- app/szolgaltatasok/page.tsx | 2 + components/footer.tsx | 69 +++++++++++++++++ components/pricing-table.tsx | 6 +- 10 files changed, 197 insertions(+), 62 deletions(-) create mode 100644 components/footer.tsx 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() { +