Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-05-05 14:52:43 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
<div id="inventory" data-section="inventory">
<ProductCardThree
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
@@ -108,7 +108,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardThree
animationType="slide-up"
animationType="scale-rotate"
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
@@ -127,7 +127,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
animationType="depth-3d"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta: #ffffff;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);