9 Commits

Author SHA1 Message Date
527468792a Update theme colors 2026-03-30 05:18:10 +00:00
25bb94a2ac Update src/app/page.tsx 2026-03-30 05:07:37 +00:00
443ea3e24a Update src/app/page.tsx 2026-03-30 05:07:05 +00:00
f47ff019f5 Merge version_1 into main
Merge version_1 into main
2026-03-30 04:57:09 +00:00
4bd1b5299d Merge version_1 into main
Merge version_1 into main
2026-03-30 04:56:17 +00:00
8a8755c535 Merge version_1 into main
Merge version_1 into main
2026-03-30 04:53:15 +00:00
5aa045aa36 Merge version_1 into main
Merge version_1 into main
2026-03-30 04:50:28 +00:00
744bb0c232 Merge version_1 into main
Merge version_1 into main
2026-03-30 04:50:01 +00:00
4e4c9c34f4 Merge version_1 into main
Merge version_1 into main
2026-03-30 04:49:28 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -74,7 +74,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardMedia
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}
features={[
@@ -92,7 +92,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--card: #121826;
--foreground: #E5E7EB;
--primary-cta: #ff6207;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #25190c;
--accent: #ffce93;
--background-accent: #e8cfa8;
--primary-cta-text: #FFFFFF;
--secondary-cta: #1F2937;
--secondary-cta-text: #3B82F6;
--accent: #F97316;
--background-accent: #3B82F6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);