PreRelease v2

This commit is contained in:
2026-03-28 23:46:45 +01:00
parent 6bf998a52a
commit 9993bd232f
39 changed files with 3964 additions and 1469 deletions

View File

@@ -1,5 +1,11 @@
import { redirect } from "next/navigation";
import { auth } from "@clerk/nextjs/server";
import { Metadata } from "next";
export const metadata: Metadata = {
title: "Contracts | LexiChain",
description: "Upload, manage, and analyze your financial contracts with LexiChain's AI.",
};
export default async function ContactsLayout({
children,