7 Commits

Author SHA1 Message Date
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: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);