10 Commits

Author SHA1 Message Date
484a8baaf8 Update theme colors 2026-04-25 10:09:18 +00:00
c89657b667 Update theme colors 2026-04-25 10:09:14 +00:00
b876df62ba Update theme colors 2026-04-25 10:08:29 +00:00
cb1d026903 Update theme colors 2026-04-25 10:08:21 +00:00
97519e8372 Update theme colors 2026-04-25 10:08:11 +00:00
79a93a72b5 Update theme colors 2026-04-25 10:08:06 +00:00
85c387ca6b Update theme colors 2026-04-25 10:07:37 +00:00
3be763d2d5 Update theme colors 2026-04-25 10:07:31 +00:00
ee14199138 Update src/app/page.tsx 2026-04-25 10:06:48 +00:00
a85d6d280a Merge version_3 into main
Merge version_3 into main
2026-04-25 10:05:49 +00:00
2 changed files with 10 additions and 9 deletions

View File

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

View File

@@ -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);