Update src/app/contact/page.tsx
This commit is contained in:
@@ -24,11 +24,11 @@ export default function ContactPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="Grow With Social"
|
brandName="Grow With Social"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Domov", id: "/" },
|
||||||
{ name: "Work", id: "/#work" },
|
{ name: "Práca", id: "/#work" },
|
||||||
{ name: "Services", id: "/#services" },
|
{ name: "Služby", id: "/#services" },
|
||||||
{ name: "About", id: "/about" },
|
{ name: "O nás", id: "/about" },
|
||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Kontakt", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user