10 Commits

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