Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4764a0d642 | |||
| 527468792a | |||
| 9ac7f3c4aa | |||
| 25bb94a2ac | |||
| 6563089355 | |||
| 443ea3e24a | |||
| f47ff019f5 | |||
| 4bd1b5299d | |||
| 8a8755c535 | |||
| 5aa045aa36 | |||
| 744bb0c232 | |||
| 4e4c9c34f4 |
@@ -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={[
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user