From 540804a18a3b348deba5dfd52bd9576a19b4c3e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:18:55 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0d9d297..5291fa8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,13 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Raleway } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; -const halant = Halant({ - variable: "--font-halant", subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); -const raleway = Raleway({ - variable: "--font-raleway", subsets: ["latin"], -}); - export const metadata: Metadata = { title: "Mediame - Social Media Marketing Agency", description: "Transform your brand's social presence with strategic campaigns, creative content, and data-driven results. Trusted by leading brands.", keywords: "social media marketing, social media agency, digital marketing, content creation, social media strategy, paid advertising", robots: { index: true, @@ -43,9 +32,7 @@ export default function RootLayout({ return ( - + {children} From 76a3a197412a67ff443124be2a438f1ff9f47430 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:18:55 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 2c0269e..34aea07 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-raleway), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-raleway), sans-serif; + font-family: var(--font-inter), sans-serif; } From af4cc6e95d987b2762a60d81732203ca779e3a2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:18:56 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1a5bb9f..20c8e9c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --background: #ffffff; + --card: #f0f7ff; + --foreground: #001a4d; + --primary-cta: #0052cc; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #e6f0ff; --secondary-cta-text: #1a1a1a; - --accent: #8a8a8a; - --background-accent: #e8e6e1; + --accent: #0052cc; + --background-accent: #cce5ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);