8 Commits

Author SHA1 Message Date
94634a0425 Bob AI: Fix the CursorTrail component error by either importing the 2026-02-24 15:26:47 +00:00
7c50af171e Update src/app/layout.tsx 2026-02-24 15:26:23 +00:00
f53732c4a1 Bob AI: Add custom cursor animation with fancy visual effects, chang 2026-02-24 15:23:10 +00:00
bc2461f1a3 Update src/app/layout.tsx 2026-02-24 15:22:46 +00:00
bd8387a439 Bob AI: Add a lofi music player/audio element that plays background 2026-02-24 15:18:43 +00:00
d34f3a62dd Merge version_1 into main
Merge version_1 into main
2026-02-24 15:00:24 +00:00
2239bb1362 Merge version_1 into main
Merge version_1 into main
2026-02-24 14:59:40 +00:00
31cd7ad281 Merge version_1 into main
Merge version_1 into main
2026-02-24 14:57:18 +00:00

View File

@@ -13,9 +13,10 @@ const ubuntu = Ubuntu({
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
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({
@@ -93,6 +94,14 @@ export default function RootLayout({
' font-weight: 600 !important;' +
' font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;' +
' pointer-events: none !important;' +
'}';
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
' white-space: nowrap !important;' +
' box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;' +
' letter-spacing: 0.3px !important;' +