Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 79a93a72b5 | |||
| 85c387ca6b | |||
| 3be763d2d5 | |||
| ee14199138 | |||
| a85d6d280a | |||
| ee18f1bbce | |||
| f3417796e1 | |||
| 59f2aedcad | |||
| 358cdc09b1 |
@@ -37,9 +37,10 @@ export default function PersonalGridTemplatePage() {
|
|||||||
title="Collection"
|
title="Collection"
|
||||||
description="Minimalist wardrobe essentials, crafted for longevity."
|
description="Minimalist wardrobe essentials, crafted for longevity."
|
||||||
products={products}
|
products={products}
|
||||||
|
buttons={[{ text: "Shop All Essentials", href: "/shop" }]}
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="split-description"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
className="py-20"
|
className="py-20"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #0a0a0a;
|
--background: #ffffff;
|
||||||
--card: #1a1a1a;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffffe6;
|
--foreground: #120006e6;
|
||||||
--primary-cta: #e6e6e6;
|
--primary-cta: #e63946;
|
||||||
--primary-cta-text: #0a0a0a;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #1a1a1a;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #ffffffe6;
|
--secondary-cta-text: #120006e6;
|
||||||
--accent: #737373;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #737373;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user