Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7fe14617cd | |||
| a196b5ada0 | |||
| bb46ec35ea | |||
| 1c2f1cb7e9 | |||
| a0f044fabe |
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="mediumLargeSizeMediumTitles"
|
sizing="mediumLargeSizeMediumTitles"
|
||||||
background="circleGradient"
|
background="aurora"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -266,7 +266,7 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-static-grid"
|
variant: "sparkles-gradient"
|
||||||
}}
|
}}
|
||||||
tag="Destek"
|
tag="Destek"
|
||||||
title="Finansal İmparatorluğunuza Başlayın"
|
title="Finansal İmparatorluğunuza Başlayın"
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F8FAFC;
|
--background: #000000;
|
||||||
--card: #FFFFFF;
|
--card: #0c0c0c;
|
||||||
--foreground: #0F172A;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #106EFB;
|
--primary-cta: #cee7ff;
|
||||||
--primary-cta-text: #FFFFFF;
|
--primary-cta-text: #FFFFFF;
|
||||||
--secondary-cta: #E2E8F0;
|
--secondary-cta: #000000;
|
||||||
--secondary-cta-text: #0F172A;
|
--secondary-cta-text: #0F172A;
|
||||||
--accent: #10B981;
|
--accent: #535353;
|
||||||
--background-accent: #0F172A;
|
--background-accent: #CEE7FF;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user