Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ec5a3864bb | |||
| d3b9f2d295 | |||
| dcc1e5392a | |||
| 10df3c91af | |||
| 88d366a28f | |||
| a865a3842f | |||
| 7524325646 | |||
| 5ccab7cdd3 | |||
| 049cf2165e | |||
| a25cccb8ce | |||
| 16873416b3 | |||
| 1d13f27ec5 | |||
| 1682c9ba7e | |||
| 5252e40295 | |||
| 8548d0c93d | |||
| 43713857ad | |||
| 8d2999a73a | |||
| 7c2d3b5756 | |||
| 98e28f7b73 |
@@ -11,7 +11,6 @@ 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 (
|
||||
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--foreground: #001f19e6;
|
||||
--primary-cta: #17a2b8;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--secondary-cta-text: #001f19e6;
|
||||
--accent: #a8e8d5;
|
||||
--background-accent: #7fd4c1;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user