From dc4e2f1c0a83847961e24ea4a804da0192a6fadd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:19:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5f385a8..ed1afd2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -18,10 +18,10 @@ const navItems = [ const footerColumns = [ { title: "Navigáció", items: [ - { label: "Rólam", href: "/about" }, - { label: "Szolgáltatások", href: "/services" }, - { label: "Munkáim", href: "/portfolio" }, - { label: "Hogyan dolgozom", href: "/process" }, + { label: "Rólam", href: "#about" }, + { label: "Szolgáltatások", href: "#services" }, + { label: "Munkáim", href: "#portfolio" }, + { label: "Hogyan dolgozom", href: "#process" }, ], }, { @@ -61,7 +61,7 @@ export default function ContactPage() {
@@ -112,4 +112,4 @@ export default function ContactPage() {
); -} \ No newline at end of file +}