Merge version_2 into main #4
@@ -17,7 +17,7 @@ import { Wrench, Droplet, Search } from "lucide-react";
|
|||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="directional-hover"
|
||||||
defaultTextAnimation="entrance-slide"
|
defaultTextAnimation="entrance-slide"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
|
|||||||
@@ -24,5 +24,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-libre-baskerville), serif;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #F8F8F6;
|
--background: #f5f4f0;
|
||||||
--card: #EEF1F5;
|
--card: #ffffff;
|
||||||
--foreground: #0B1F3A;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #C9A84C;
|
--primary-cta: #2c2c2c;
|
||||||
--primary-cta-text: #F8F8F6;
|
--primary-cta-text: #F8F8F6;
|
||||||
--secondary-cta: #0B1F3A;
|
--secondary-cta: #f5f4f0;
|
||||||
--secondary-cta-text: #F8F8F6;
|
--secondary-cta-text: #F8F8F6;
|
||||||
--accent: #2C5F8A;
|
--accent: #8a8a8a;
|
||||||
--background-accent: #C9A84C;
|
--background-accent: #e8e6e1;
|
||||||
|
|
||||||
/* 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