Update src/app/contact/page.tsx

This commit is contained in:
2026-06-12 10:27:51 +00:00
parent 62a62eb2c0
commit 6101cb5ab7

View File

@@ -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" }
]
},