Update src/app/about/page.tsx

This commit is contained in:
2026-06-12 10:27:50 +00:00
parent 244e3d612d
commit 62a62eb2c0

View File

@@ -11,7 +11,7 @@ import { Clock, Sparkles, Star } from "lucide-react";
export default function AboutPage() {
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" }
@@ -22,7 +22,7 @@ export default function AboutPage() {
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
{ label: "Work", href: "/#work" },
{ label: "Contact", href: "/contact" }
]
},