Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-04 11:14:17 +00:00
2 changed files with 10 additions and 9 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Kat - Social Media Marketing", description: "Grow your brand with creative content and modern social media marketing strategy."};
title: "Kat - Social Media Marketing", description: "Grow your brand with creative content and modern social media marketing strategy."
};
export default function RootLayout({
children,

View File

@@ -5,20 +5,20 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000000;;
--primary-cta: #ff5733;;
--secondary-cta: #f9f9f9;;
--accent: #85F1FF;;
--background-accent: #FFA39F;; */
--primary-cta: #85F1FF;;
--secondary-cta: #FFA39F;;
--accent: #FFBB87;;
--background-accent: #FFBB87;; */
--background: #ffffff;;
--card: #f9f9f9;;
--foreground: #000000;;
--primary-cta: #ff5733;;
--primary-cta: #85F1FF;;
--primary-cta-text: #f7f6f7;;
--secondary-cta: #f9f9f9;;
--secondary-cta: #FFA39F;;
--secondary-cta-text: #0c1325;;
--accent: #85F1FF;;
--background-accent: #FFA39F;;
--accent: #FFBB87;;
--background-accent: #FFBB87;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);