3 Commits

Author SHA1 Message Date
6eec07b067 Update src/app/styles/variables.css 2026-05-05 14:52:39 +00:00
359c8b2eb2 Update src/app/page.tsx 2026-05-05 14:52:39 +00:00
b5346d6fe9 Merge version_1 into main
Merge version_1 into main
2026-05-05 14:46:09 +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"> <div id="inventory" data-section="inventory">
<ProductCardThree <ProductCardThree
animationType="slide-up" animationType="scale-rotate"
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
@@ -108,7 +108,7 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardThree <FeatureCardThree
animationType="slide-up" animationType="scale-rotate"
textboxLayout="split" textboxLayout="split"
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={true} useInvertedBackground={true}
@@ -127,7 +127,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
animationType="slide-up" animationType="depth-3d"
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[

View File

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