Update src/app/contact/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import { Mail, Phone, Instagram } from "lucide-react"; // Import Lucide icons
|
|||||||
export default function ContactPage() {
|
export default function ContactPage() {
|
||||||
const commonNavItems = [
|
const commonNavItems = [
|
||||||
{ name: "Domov", id: "/" },
|
{ name: "Domov", id: "/" },
|
||||||
{ name: "Práca", id: "/#work" },
|
|
||||||
{ name: "Služby", id: "/services" },
|
{ name: "Služby", id: "/services" },
|
||||||
{ name: "O nás", id: "/about" },
|
{ name: "O nás", id: "/about" },
|
||||||
{ name: "Kontakt", id: "/contact" }
|
{ name: "Kontakt", id: "/contact" }
|
||||||
@@ -21,7 +21,7 @@ export default function ContactPage() {
|
|||||||
title: "Company", items: [
|
title: "Company", items: [
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Work", href: "/#work" },
|
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user