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,4 +1,14 @@
import { HomePage } from "@/components/views/Home/HomePage";
import { Metadata } from "next";
import { HomePage } from "@/features/home/components/HomePage";
export const metadata: Metadata = {
title: "LexiChain | AI-Powered Fast Contract Management",
description: "Accelerate your BFSI contract management with AI. LexiChain is the premier blockchain-verified platform for smart contracts, loans, and insurance.",
openGraph: {
title: "LexiChain | AI-Powered Fast Contract Management",
description: "Accelerate your BFSI contract management with AI. LexiChain is the premier blockchain-verified platform for smart contracts, loans, and insurance.",
}
};
export default function Home() {
return <HomePage />;