Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-02-24 10:19:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ function ProductPageContent({ params }: ProductPageProps) {
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" }],

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" }],