Merge version_2 into main #3
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="glass-depth"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-static-grid"
|
||||
variant: "glowing-orb"
|
||||
}}
|
||||
tag="Destek"
|
||||
title="Finansal İmparatorluğunuza Başlayın"
|
||||
@@ -324,4 +324,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #F8FAFC;
|
||||
--card: #FFFFFF;
|
||||
--foreground: #0F172A;
|
||||
--primary-cta: #106EFB;
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #FFFFFF;
|
||||
--secondary-cta: #E2E8F0;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #0F172A;
|
||||
--accent: #10B981;
|
||||
--background-accent: #0F172A;
|
||||
--accent: #535353;
|
||||
--background-accent: #CEE7FF;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user