Compare commits
12 Commits
version_2
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| b876df62ba | |||
| cb1d026903 | |||
| 97519e8372 | |||
| 79a93a72b5 | |||
| 85c387ca6b | |||
| 3be763d2d5 | |||
| ee14199138 | |||
| a85d6d280a | |||
| ee18f1bbce | |||
| f3417796e1 | |||
| 59f2aedcad | |||
| 358cdc09b1 |
@@ -37,9 +37,10 @@ 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="default"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
/>
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--foreground: #fff5f5e6;
|
||||
--primary-cta: #ff7a7a;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffffe6;
|
||||
--secondary-cta-text: #fff5f5e6;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user