12 Commits

Author SHA1 Message Date
263e4bf980 Merge version_12 into main
Merge version_12 into main
2026-02-26 11:11:49 +00:00
518c3e78a0 Update src/app/page.tsx 2026-02-26 11:11:45 +00:00
48a3a5798a Merge version_12 into main
Merge version_12 into main
2026-02-26 11:09:58 +00:00
a9c23f9729 Update src/app/styles/variables.css 2026-02-26 11:09:54 +00:00
4f64859590 Update src/app/page.tsx 2026-02-26 11:09:53 +00:00
b61aa0805e Switch to version 9: modified src/app/styles/variables.css 2026-02-26 11:07:39 +00:00
5e5a10f15c Switch to version 9: modified src/app/page.tsx 2026-02-26 11:07:38 +00:00
2f0dae9052 Switch to version 9: modified src/app/layout.tsx 2026-02-26 11:07:37 +00:00
c7864a513e Switch to version 10: modified src/app/styles/variables.css 2026-02-26 11:07:33 +00:00
d02332bb3c Switch to version 10: modified src/app/page.tsx 2026-02-26 11:07:32 +00:00
646cbd2bd7 Switch to version 10: modified src/app/layout.tsx 2026-02-26 11:07:31 +00:00
d3aa33eb46 Merge version_11 into main
Merge version_11 into main
2026-02-26 11:04:35 +00:00
2 changed files with 17 additions and 18 deletions

View File

@@ -104,8 +104,7 @@ export default function SitePage() {
]}
stepsAnimation="slide-up"
useInvertedBackground={false}
buttons={[{ text: "View All Categories", href: "#gallery" }]
}
buttons={[{ text: "View All Categories", href: "#gallery" }]}
tag="Curated Selection"
tagAnimation="slide-up"
buttonAnimation="slide-up"

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #fefefe;;
--foreground: #222222;;
--primary-cta: #e63946;;
--secondary-cta: #4caf50;;
--accent: #f5c4c7;;
--background-accent: #e0f4e6;; */
/* --background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--secondary-cta: #1a1a1a;;
--accent: #737373;;
--background-accent: #737373;; */
--background: #ffffff;;
--card: #fefefe;;
--foreground: #222222;;
--primary-cta: #e63946;;
--primary-cta-text: #ffffff;;
--secondary-cta: #4caf50;;
--secondary-cta-text: #120a00e6;;
--accent: #f5c4c7;;
--background-accent: #e0f4e6;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #fffffae6;;
--primary-cta: #fde047;;
--primary-cta-text: #0a0a0a;;
--secondary-cta: #1a1a1a;;
--secondary-cta-text: #fffffae6;;
--accent: #737373;;
--background-accent: #737373;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);