Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| feadd88571 | |||
| 19a3f5afd7 | |||
| b1308f0f94 | |||
| 4f9adb38fc | |||
| fd33ba8c47 | |||
| b408dc5624 |
@@ -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,
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Stop Losing Money When Your Content License Expires"
|
title="Stop Losing Money When Your Content License Expires"
|
||||||
description="Clearance automates IP protection for creators and agencies. Track licenses, get renewal reminders, and collect payments before your content goes dark."
|
description="Recover $1,000–$5,000+ per renewal on autopilot. Clearance automates IP protection for creators and agencies. Track licenses, get renewal reminders, and collect payments before your content goes dark."
|
||||||
tag="Join 200+ creators protecting their IP"
|
tag="Join 200+ creators protecting their IP"
|
||||||
tagIcon={Shield}
|
tagIcon={Shield}
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user