diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 15d212e..2565619 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" } ] }, 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" } ] }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 03e2787..1e1eb7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function WebAgency2Page() { brandName="Grow With Social" navItems={[ { name: "Domov", id: "/" }, - { name: "Práca", id: "#work" }, + { name: "Služby", id: "#services" }, { name: "O nás", id: "/about" }, { name: "Kontakt", id: "/contact" } @@ -298,7 +298,7 @@ export default function WebAgency2Page() { title: "Spoločnosť", items: [ { label: "O nás", href: "/about" }, { label: "Služby", href: "#services" }, - { label: "Práca", href: "#work" }, + { label: "Kontakt", href: "/contact" } ] },