Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4a1833e5b0 | |||
| edb5d70693 | |||
| 17fd3104d7 | |||
| 11ec19de0f |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -80,7 +80,7 @@ export default function HomePage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Free Portfolio Analysis", href: "#cta"},
|
text: "Start Free Analysis", href: "#cta"},
|
||||||
{
|
{
|
||||||
text: "Learn how it works", href: "/how-it-works"},
|
text: "Learn how it works", href: "/how-it-works"},
|
||||||
]}
|
]}
|
||||||
@@ -292,4 +292,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #1b0c25;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #1b0c25;
|
--primary-cta: #106EFB;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #1b0c25;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #ff93e4;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #e8a8c3;
|
--background-accent: #106EFB;
|
||||||
|
|
||||||
/* 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