Merge version_1 into main #3
@@ -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" }],
|
||||
|
||||
@@ -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" }],
|
||||
|
||||
Reference in New Issue
Block a user