8 Commits

Author SHA1 Message Date
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 4 additions and 3 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

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