From 6101cb5ab72fd4cf331a6c85b6f3483ec518fa1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 10:27:51 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 58e650f..9da3c69 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -10,7 +10,7 @@ import { Mail, Phone, Instagram } from "lucide-react"; // Import Lucide icons export default function ContactPage() { const commonNavItems = [ { name: "Domov", id: "/" }, - { name: "Práca", id: "/#work" }, + { name: "Služby", id: "/services" }, { name: "O nás", id: "/about" }, { name: "Kontakt", id: "/contact" } @@ -21,7 +21,7 @@ export default function ContactPage() { title: "Company", items: [ { label: "About", href: "/about" }, { label: "Services", href: "/services" }, - { label: "Work", href: "/#work" }, + { label: "Contact", href: "/contact" } ] },