Merge version_16 into main
Merge version_16 into main
This commit was merged in pull request #30.
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user