Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 10df3c91af | |||
| 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 (
|
||||
@@ -218,4 +217,4 @@ export default function SudsAndBudsPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--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;
|
||||
--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;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user