2 Commits

Author SHA1 Message Date
049bda1513 Update src/app/womens-jackets/page.tsx 2026-06-03 11:10:03 +00:00
5e1875f41e Update src/app/mens-jackets/page.tsx 2026-06-03 11:10:03 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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