2 Commits

Author SHA1 Message Date
ded8a281aa Remove watermark 2026-04-28 17:50:38 +00:00
427f6d993d Update theme colors 2026-04-28 15:03:55 +00:00
2 changed files with 10 additions and 11 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #f6f0e9;
--card: #f9f9f9; --card: #efe7dd;
--foreground: #000612e6; --foreground: #2b180a;
--primary-cta: #106EFB; --primary-cta: #2b180a;
--primary-cta-text: #ffffff; --primary-cta-text: #f6f0e9;
--secondary-cta: #f9f9f9; --secondary-cta: #efe7dd;
--secondary-cta-text: #000612e6; --secondary-cta-text: #2b180a;
--accent: #e2e2e2; --accent: #94877c;
--background-accent: #106EFB; --background-accent: #afa094;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);