Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-10 05:12:42 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ import { Wrench, Droplet, Search } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultButtonVariant="directional-hover"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
contentWidth="medium"

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-dm-sans), sans-serif;
font-family: var(--font-libre-baskerville), serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #F8F8F6;
--card: #EEF1F5;
--foreground: #0B1F3A;
--primary-cta: #C9A84C;
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--primary-cta-text: #F8F8F6;
--secondary-cta: #0B1F3A;
--secondary-cta: #f5f4f0;
--secondary-cta-text: #F8F8F6;
--accent: #2C5F8A;
--background-accent: #C9A84C;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);