update home page

This commit is contained in:
2026-06-18 16:32:31 +05:30
parent d9cc83aa82
commit 8e0d704438
57 changed files with 2813 additions and 301 deletions

View File

@@ -24,7 +24,7 @@ export const navigationData: NavItem[] = [
label: "Pages",
href: "#",
children: [
{ label: "About Us", href: "#" },
{ label: "About Us", href: "/about" },
{ label: "About Us 2", href: "#" },
{ label: "Team", href: "#" },
{ label: "Gallery Grid", href: "#" },
@@ -39,7 +39,7 @@ export const navigationData: NavItem[] = [
label: "Services",
href: "#",
children: [
{ label: "Services Page", href: "#" },
{ label: "Services Page", href: "/services" },
{ label: "Service Single", href: "#" },
],
},
@@ -65,6 +65,6 @@ export const navigationData: NavItem[] = [
},
{
label: "Contacts",
href: "#",
href: "/contacts",
},
];