Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 62f07639a3 | |||
| a8a6ba2cf1 | |||
| c658764901 | |||
| 839eaddb72 | |||
| 91c9790873 | |||
| 5a8d9acee0 | |||
| 6d75c18105 | |||
| 09dd19e203 |
@@ -1405,4 +1405,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -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" }}
|
||||
@@ -53,7 +53,6 @@ export default function LandingPage() {
|
||||
imageAlt="Chrome extension dashboard preview"
|
||||
mediaAnimation="slide-up"
|
||||
frameStyle="card"
|
||||
buttonAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -289,4 +288,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user