Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 19:10:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}