3 Commits

Author SHA1 Message Date
feadd88571 Update src/app/page.tsx 2026-03-06 04:51:55 +00:00
19a3f5afd7 Update src/app/layout.tsx 2026-03-06 04:51:54 +00:00
b1308f0f94 Merge version_3 into main
Merge version_3 into main
2026-03-06 04:37:31 +00:00
2 changed files with 6 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Clearance - Protect Your IP Revenue", description: "Automate IP protection for creators and agencies. Track licenses, get renewal reminders, and collect payments before your content goes dark."}; title: "Clearance - Protect Your IP Revenue", description: "Automate IP protection for creators and agencies. Track licenses, get renewal reminders, and collect payments before your content goes dark."
};
export default function RootLayout({ export default function RootLayout({
children, children,

View File

@@ -111,7 +111,8 @@ export default function LandingPage() {
{ label: "Import licenses", detail: "Sync with Dropbox or manual upload" }, { label: "Import licenses", detail: "Sync with Dropbox or manual upload" },
{ label: "Set details", detail: "Price, duration, and brand info" }, { label: "Set details", detail: "Price, duration, and brand info" },
{ label: "Activate", detail: "Start tracking immediately" } { label: "Activate", detail: "Start tracking immediately" }
], completedLabel: "Setup Complete" ],
completedLabel: "Setup Complete"
}, },
{ {
title: "License Timer Runs", description: "Real-time countdown to expiration with notifications", bentoComponent: "animated-bar-chart" title: "License Timer Runs", description: "Real-time countdown to expiration with notifications", bentoComponent: "animated-bar-chart"