Update src/app/page.tsx

This commit is contained in:
2025-12-29 08:29:36 +00:00
parent b392324d4a
commit 38c6a03cd9

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -38,6 +38,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
button={{ text: "Shop Now", href: "products" }}
className="backdrop-blur-md bg-background/30 border border-foreground/10"
/>
</div>