6 Commits

Author SHA1 Message Date
731a6f5ce1 Update theme colors 2026-03-12 14:39:19 +00:00
dd22cc34b4 Update theme colors 2026-03-12 14:34:37 +00:00
33dd8a114d Update src/app/page.tsx 2026-03-12 14:32:12 +00:00
bccd7e0f9e Update src/app/page.tsx 2026-03-12 14:31:17 +00:00
7475b397d4 Merge version_2 into main
Merge version_2 into main
2026-03-12 14:18:57 +00:00
6bf0898f5a Merge version_2 into main
Merge version_2 into main
2026-03-12 14:18:33 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBase from "@/components/sections/footer/FooterBase";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import Image from "next/image";
export default function SudsAndBudsPage() {
return (

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);