9 Commits

Author SHA1 Message Date
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
ee18f1bbce Update src/app/page.tsx 2026-04-25 10:05:46 +00:00
f3417796e1 Merge version_2 into main
Merge version_2 into main
2026-04-25 10:04:29 +00:00
59f2aedcad Merge version_2 into main
Merge version_2 into main
2026-04-25 10:04:05 +00:00
358cdc09b1 Merge version_2 into main
Merge version_2 into main
2026-04-25 10:03:41 +00:00
2 changed files with 11 additions and 10 deletions

View File

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

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: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);