|
|
|
@@ -1,4 +1,4 @@
|
|
|
|
"use client"
|
|
|
|
"use client";
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|
|
|
logoText="NewTab Dashboard"
|
|
|
|
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."
|
|
|
|
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={[
|
|
|
|
buttons={[
|
|
|
|
{ text: "Get Started", href: "#shortcuts" },
|
|
|
|
{ text: "Install Free", href: "#shortcuts" },
|
|
|
|
{ text: "Learn More", href: "#settings" }
|
|
|
|
{ text: "Learn More", href: "#settings" }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
@@ -53,7 +53,6 @@ export default function LandingPage() {
|
|
|
|
imageAlt="Chrome extension dashboard preview"
|
|
|
|
imageAlt="Chrome extension dashboard preview"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
frameStyle="card"
|
|
|
|
frameStyle="card"
|
|
|
|
buttonAnimation="none"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -289,4 +288,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|