+ );
+};
+
+export default Particles;
diff --git a/apps/partners/src/app/favicon.ico b/apps/partners/src/app/favicon.ico
new file mode 100644
index 00000000..718d6fea
Binary files /dev/null and b/apps/partners/src/app/favicon.ico differ
diff --git a/apps/partners/src/app/layout.tsx b/apps/partners/src/app/layout.tsx
new file mode 100644
index 00000000..b8ec7ac0
--- /dev/null
+++ b/apps/partners/src/app/layout.tsx
@@ -0,0 +1,104 @@
+import { Toaster } from "sonner";
+import Script from "next/script";
+import { GeistSans } from "geist/font/sans";
+import NextTopLoader from "nextjs-toploader";
+import type { Metadata, Viewport } from "next";
+import { ThemeProvider } from "@umamin/ui/components/theme-provider";
+import "@umamin/ui/globals.css";
+
+export const viewport: Viewport = {
+ width: "device-width",
+ initialScale: 1,
+ themeColor: "black",
+};
+
+export const metadata: Metadata = {
+ metadataBase: new URL("https://partners.umamin.link"),
+ alternates: {
+ canonical: "/",
+ },
+ title: "Umamin Partners — Anonymity at Scale",
+ authors: [{ name: "Omsimos Collective" }],
+ description:
+ "Umamin Partners provides powerful tools that are Ideal for businesses, organizations, or individuals dealing with large volumes of anonymous feedback, surveys, or communications. It combines the security and privacy of the core platform with powerful management tools to optimize workflow.",
+ keywords: [
+ "anonymous messaging",
+ "open-source platform",
+ "encrypted messages",
+ "privacy",
+ "anonymity",
+ ],
+ openGraph: {
+ type: "website",
+ siteName: "Umamin Partners",
+ url: "https://social.umamin.link",
+ title: "Umamin Partners — Anonymity at Scale",
+ description:
+ "Umamin Partners provides powerful tools that are Ideal for businesses, organizations, or individuals dealing with large volumes of anonymous feedback, surveys, or communications. It combines the security and privacy of the core platform with powerful management tools to optimize workflow.",
+ },
+ twitter: {
+ card: "summary_large_image",
+ title: "Umamin Partners — Anonymity at Scale",
+ description:
+ "Umamin Partners provides powerful tools that are Ideal for businesses, organizations, or individuals dealing with large volumes of anonymous feedback, surveys, or communications. It combines the security and privacy of the core platform with powerful management tools to optimize workflow.",
+ },
+ robots: {
+ index: true,
+ follow: true,
+ googleBot: {
+ index: true,
+ follow: true,
+ noimageindex: false,
+ "max-video-preview": -1,
+ "max-image-preview": "large",
+ "max-snippet": -1,
+ },
+ },
+};
+
+export default function RootLayout({
+ children,
+}: Readonly<{
+ children: React.ReactNode;
+}>) {
+ return (
+
+
+
+
+
+ {children}
+
+
+
+ {process.env.NODE_ENV === "production" && (
+
+ )}
+
+ );
+}
diff --git a/apps/partners/src/app/page.tsx b/apps/partners/src/app/page.tsx
new file mode 100644
index 00000000..62e3090e
--- /dev/null
+++ b/apps/partners/src/app/page.tsx
@@ -0,0 +1,62 @@
+import Link from "next/link";
+import { ExternalLink } from "lucide-react";
+import { cn } from "@umamin/ui/lib/utils";
+import { Button } from "@umamin/ui/components/button";
+import { AnimatedShinyText } from "@umamin/ui/components/animated-shiny-text";
+import GridPattern from "./components/grid-pattern";
+import Particles from "./components/particles";
+
+export default function Home() {
+ return (
+
+
+
+
+
+
+ Become an Umamin Partner
+
+
+
+
+
+
+ Powerful Tools for Anonymity at Scale
+
+
+
+
+ Effortlessly manage large volumes of anonymous feedback, surveys, and
+ communications with
+ Umamin Partners.
+ Tailored for businesses, organizations, and individuals.
+