From 91c979087334390c5fc88d8cfa643cdde8ee1d1e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:10:32 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} -- 2.49.1 From 839eaddb729f36c677f725dba3f469d9a457bb75 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:10:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1