diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 133e824..79708ca 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1405,4 +1405,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 12501c1..2d1e772 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { logoText="NewTab Dashboard" description="Customize your Chrome new tab experience with speed dials, widgets, and personalization options. Boost productivity with quick access to your favorite sites, bookmarks, and tools." buttons={[ - { text: "Get Started", href: "#shortcuts" }, + { text: "Install Free", href: "#shortcuts" }, { text: "Learn More", href: "#settings" } ]} background={{ variant: "sparkles-gradient" }} @@ -289,4 +289,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}