Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-12 12:28:49 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -182,27 +182,27 @@ export default function LandingPage() {
logoText="Artistry"
columns={[
{
title: "Navigation", items: [
items: [
{ label: "Gallery", href: "gallery" },
{ label: "About", href: "about" },
{ label: "Artists", href: "artists" }
]
},
{
title: "Services", items: [
items: [
{ label: "Contact", href: "contact" },
{ label: "Submit Work", href: "#" },
{ label: "FAQ", href: "#" }
]
},
{
title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" }
]
}
]}
]
/>
</div>
</ThemeProvider>