diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 42cde5d..d117417 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index be6712b..7bfd690 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}