Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8a6ba2cf1 | |||
| 839eaddb72 | |||
| 91c9790873 | |||
| 5a8d9acee0 | |||
| 6d75c18105 | |||
| 09dd19e203 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user