4 Commits

Author SHA1 Message Date
dba0f63dd0 Merge version_2 into main
Merge version_2 into main
2026-04-20 16:53:14 +00:00
f4d0d28233 Remove watermark 2026-04-20 16:53:11 +00:00
29b1257ded Merge version_2 into main
Merge version_2 into main
2026-04-20 00:11:10 +00:00
de3bfe3f49 Update theme colors 2026-04-20 00:11:07 +00:00
2 changed files with 8 additions and 9 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 { Poppins } from "next/font/google"; import { Poppins } from "next/font/google";
@@ -35,7 +34,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${poppins.variable} antialiased`}> <body className={`${poppins.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: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #ff8100;
--foreground: #ffffffe6; --foreground: #ffffffe6;
--primary-cta: #e6e6e6; --primary-cta: #FFC99E;
--primary-cta-text: #0a0a0a; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #d06800;
--secondary-cta-text: #ffffffe6; --secondary-cta-text: #ffffffe6;
--accent: #737373; --accent: #ffc68e;
--background-accent: #737373; --background-accent: #ff8e1e;
/* 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);