3 Commits

Author SHA1 Message Date
b339dbbcbb Remove watermark 2026-04-11 16:58:56 +00:00
6dea06de3f Update theme colors 2026-04-11 16:48:02 +00:00
fd7bbfec2a Update theme colors 2026-04-11 16:47:31 +00:00
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google";
@@ -36,7 +35,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #ebe7a9;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;