Merge version_1 into main #3
@@ -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: [
|
||||
|
||||
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user