Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffdd8422b8 | |||
| 4a1833e5b0 | |||
| 3eafa0ae39 | |||
| edb5d70693 | |||
| 17fd3104d7 | |||
| 11ec19de0f | |||
| 79430a36aa | |||
| 98cc253dcc | |||
| 19108fdc89 | |||
| 9e3b837054 | |||
| 83ee1a32dc |
1437
src/app/layout.tsx
1437
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -80,7 +80,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start your free portfolio analysis", href: "#cta"},
|
||||
text: "Start Free Analysis", href: "#cta"},
|
||||
{
|
||||
text: "Learn how it works", href: "/how-it-works"},
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1b0c25;
|
||||
--primary-cta: #1b0c25;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1b0c25;
|
||||
--accent: #ff93e4;
|
||||
--background-accent: #e8a8c3;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user