Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0bcd99dfbc | |||
| a799c5959d | |||
| 976302570b |
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user