Compare commits
10 Commits
version_3
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 484a8baaf8 | |||
| c89657b667 | |||
| b876df62ba | |||
| cb1d026903 | |||
| 97519e8372 | |||
| 79a93a72b5 | |||
| 85c387ca6b | |||
| 3be763d2d5 | |||
| ee14199138 | |||
| a85d6d280a |
@@ -37,6 +37,7 @@ export default function PersonalGridTemplatePage() {
|
||||
title="Collection"
|
||||
description="Minimalist wardrobe essentials, crafted for longevity."
|
||||
products={products}
|
||||
buttons={[{ text: "Shop All Essentials", href: "/shop" }]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #E34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #E34400;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user