Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:18:45 +00:00
parent aa712b6af8
commit 2275d45d8f

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -44,7 +44,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Download Now", href: "#contact" },
{ text: "Hello World", href: "#contact" },
{ text: "Explore Designs", href: "#features" }
]}
buttonAnimation="slide-up"