Update src/app/shop/page.tsx

This commit is contained in:
2026-02-24 10:19:19 +00:00
parent 0f6a2bc9bc
commit 20feb41e3e

View File

@@ -43,7 +43,7 @@ function ShopPageContent() {
const themeProviderProps = {
defaultButtonVariant: "shift-hover", defaultTextAnimation: "entrance-slide", borderRadius: "rounded", contentWidth: "smallMedium", sizing: "mediumLarge", background: "aurora", cardStyle: "layered-gradient", primaryButtonStyle: "inset-glow", secondaryButtonStyle: "radial-glow", headingFontWeight: "normal"
};
} as const;
const navbarProps = {
navItems: [{ name: "Home", id: "/" }, { name: "Shop", id: "/shop" }],