Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| feadd88571 | |||
| 19a3f5afd7 | |||
| b1308f0f94 |
@@ -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,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -259,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user