diff --git a/src/app/page.tsx b/src/app/page.tsx index b0c752c..8c74604 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"