3 Commits

Author SHA1 Message Date
75a9437a43 Update src/app/page.tsx 2026-03-21 11:06:32 +00:00
0e2fa6d3a1 Update src/app/styles/variables.css 2026-03-21 11:06:06 +00:00
ac079c7065 Update src/app/page.tsx 2026-03-21 11:06:05 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -120,7 +120,7 @@ export default function LandingPage() {
} }
]} ]}
gridVariant="two-items-per-row" gridVariant="two-items-per-row"
animationType="slide-up" animationType="blur-reveal"
useInvertedBackground={true} useInvertedBackground={true}
/> />
</div> </div>
@@ -133,7 +133,7 @@ export default function LandingPage() {
tagIcon={Zap} tagIcon={Zap}
tagAnimation="opacity" tagAnimation="opacity"
textboxLayout="default" textboxLayout="default"
animationType="opacity" animationType="scale-rotate"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
@@ -201,6 +201,7 @@ export default function LandingPage() {
tagAnimation="opacity" tagAnimation="opacity"
textboxLayout="default" textboxLayout="default"
faqsAnimation="slide-up" faqsAnimation="slide-up"
animationType="smooth"
showCard={true} showCard={true}
faqs={[ faqs={[
{ {
@@ -282,4 +283,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f7f6f7;
--card: #f9f9f9; --card: #ffffff;
--foreground: #120006e6; --foreground: #1b1b1f;
--primary-cta: #e63946; --primary-cta: #8b5cf6;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #120006e6; --secondary-cta-text: #120006e6;
--accent: #e2e2e2; --accent: #d8cef5;
--background-accent: #c4c4c4; --background-accent: #c4a8f9;
/* 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);