Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94634a0425 | |||
| 7c50af171e | |||
| f53732c4a1 | |||
| bc2461f1a3 | |||
| bd8387a439 |
@@ -13,9 +13,10 @@ const ubuntu = Ubuntu({
|
|||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter", subsets: ["latin"],
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Strategic Media Buying Expert | Drive Advertising Results", description: "Professional media buying services that deliver measurable ROI. Expert strategies for brands and advertising professionals seeking impactful campaigns.", keywords: ["media buying", "advertising strategy", "digital marketing", "brand growth", "ROI optimization"]
|
title: "Strategic Media Buying Expert | Drive Advertising Results",
|
||||||
|
description: "Professional media buying services that deliver measurable ROI. Expert strategies for brands and advertising professionals seeking impactful campaigns.",
|
||||||
|
keywords: ["media buying", "advertising strategy", "digital marketing", "brand growth", "ROI optimization"]
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
@@ -93,6 +94,14 @@ export default function RootLayout({
|
|||||||
' font-weight: 600 !important;' +
|
' font-weight: 600 !important;' +
|
||||||
' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;' +
|
' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;' +
|
||||||
' pointer-events: none !important;' +
|
' pointer-events: none !important;' +
|
||||||
|
'}';
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</body>
|
||||||
|
</ServiceWrapper>
|
||||||
|
</html>
|
||||||
|
);
|
||||||
|
}
|
||||||
' white-space: nowrap !important;' +
|
' white-space: nowrap !important;' +
|
||||||
' box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;' +
|
' box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;' +
|
||||||
' letter-spacing: 0.3px !important;' +
|
' letter-spacing: 0.3px !important;' +
|
||||||
|
|||||||
Reference in New Issue
Block a user