Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 049bda1513 | |||
| 5e1875f41e |
@@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function MensJacketsPage() {
|
||||
const commonThemeProviderProps = {
|
||||
defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeMediumTitles", background: "aurora", cardStyle: "soft-shadow", primaryButtonStyle: "double-inset", secondaryButtonStyle: "solid", headingFontWeight: "normal"};
|
||||
defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeMediumTitles", background: "aurora", cardStyle: "soft-shadow", primaryButtonStyle: "double-inset", secondaryButtonStyle: "solid", headingFontWeight: "normal"} as const;
|
||||
|
||||
const navItems = [
|
||||
{ name: "Men's Jackets", id: "/mens-jackets" },
|
||||
|
||||
@@ -8,7 +8,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
|
||||
export default function WomensJacketsPage() {
|
||||
const commonThemeProviderProps = {
|
||||
defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeMediumTitles", background: "aurora", cardStyle: "soft-shadow", primaryButtonStyle: "double-inset", secondaryButtonStyle: "solid", headingFontWeight: "normal"};
|
||||
defaultButtonVariant: "text-shift", defaultTextAnimation: "background-highlight", borderRadius: "soft", contentWidth: "smallMedium", sizing: "mediumLargeSizeMediumTitles", background: "aurora", cardStyle: "soft-shadow", primaryButtonStyle: "double-inset", secondaryButtonStyle: "solid", headingFontWeight: "normal"} as const;
|
||||
|
||||
const navItems = [
|
||||
{ name: "Men's Jackets", id: "/mens-jackets" },
|
||||
|
||||
Reference in New Issue
Block a user