Merge version_4 into main #4

Merged
bender merged 2 commits from version_4 into main 2026-03-06 04:51:59 +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"] });
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({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -111,7 +111,8 @@ export default function LandingPage() {
{ label: "Import licenses", detail: "Sync with Dropbox or manual upload" },
{ label: "Set details", detail: "Price, duration, and brand info" },
{ 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"
@@ -259,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}