Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-02-24 16:09:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ interface ProductPageProps {
export default function ProductPage({ params }: ProductPageProps) {
const themeProviderProps = {
defaultButtonVariant: "expand-hover", defaultTextAnimation: "background-highlight", borderRadius: "pill", contentWidth: "compact", sizing: "largeSmallSizeLargeTitles", background: "circleGradient", cardStyle: "gradient-radial", primaryButtonStyle: "double-inset", secondaryButtonStyle: "layered", headingFontWeight: "light"
};
} as const;
const navbarProps = {
brandName: "No song", navItems: [

View File

@@ -7,7 +7,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
function ShopPageContent() {
const themeProviderProps = {
defaultButtonVariant: "expand-hover", defaultTextAnimation: "background-highlight", borderRadius: "pill", contentWidth: "compact", sizing: "largeSmallSizeLargeTitles", background: "circleGradient", cardStyle: "gradient-radial", primaryButtonStyle: "double-inset", secondaryButtonStyle: "layered", headingFontWeight: "light"
};
} as const;
const navbarProps = {
brandName: "No song", navItems: [