8 Commits

Author SHA1 Message Date
e0405ccfa1 Update theme colors 2026-03-11 04:41:54 +00:00
bd0a564ee9 Update theme colors 2026-03-11 04:41:40 +00:00
714a1d6c57 Update theme colors 2026-03-11 04:41:21 +00:00
a993be2803 Update src/app/page.tsx 2026-03-11 04:25:48 +00:00
7f1856a646 Merge version_1 into main
Merge version_1 into main
2026-03-11 04:23:00 +00:00
d8679e65ca Merge version_1 into main
Merge version_1 into main
2026-03-11 04:21:19 +00:00
e436754077 Merge version_1 into main
Merge version_1 into main
2026-03-11 04:20:54 +00:00
27daea784a Merge version_1 into main
Merge version_1 into main
2026-03-11 04:20:00 +00:00
2 changed files with 12 additions and 8 deletions

View File

@@ -210,6 +210,10 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="Reviews"
tagAnimation="slide-up"
buttons={[
{ text: "Read More Reviews", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);