3 Commits

Author SHA1 Message Date
4f9adb38fc Update src/app/page.tsx 2026-03-06 04:37:27 +00:00
fd33ba8c47 Update src/app/layout.tsx 2026-03-06 04:37:27 +00:00
b408dc5624 Merge version_2 into main
Merge version_2 into main
2026-03-06 04:34:53 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -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"
@@ -259,4 +259,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }