import { createFileRoute } from "@tanstack/react-router"; import { MessageCircle } from "lucide-react"; import heroImage from "@/assets/hero-agency.jpg"; const WHATSAPP_NUMBER = "1234567890"; // placeholder — replace with real number const WHATSAPP_MESSAGE = "Hi! I'd like to talk about a campaign with your agency."; const waHref = `https://wa.me/${WHATSAPP_NUMBER}?text=${encodeURIComponent(WHATSAPP_MESSAGE)}`; const GOOGLE_ADS_CONVERSION_ID = "AW-18332450765"; const GOOGLE_ADS_CONVERSION_LABEL = "IHdgCI2qytIcEM3_y6VE"; function trackWhatsAppConversion() { if (typeof window === "undefined") return; const gtag = (window as unknown as { gtag?: (...args: unknown[]) => void }).gtag; if (typeof gtag !== "function") return; gtag("event", "conversion", { send_to: `${GOOGLE_ADS_CONVERSION_ID}/${GOOGLE_ADS_CONVERSION_LABEL}`, }); } export const Route = createFileRoute("/")({ head: () => ({ meta: [ { title: "Bold Ad Agency — Campaigns that convert" }, { name: "description", content: "Independent ad agency crafting brands, campaigns, and content that move markets. Message us on WhatsApp to start your project.", }, { property: "og:title", content: "Bold Ad Agency — Campaigns that convert" }, { property: "og:description", content: "Independent ad agency crafting brands, campaigns, and content that move markets. Message us on WhatsApp to start your project.", }, { property: "og:type", content: "website" }, { name: "twitter:card", content: "summary_large_image" }, ], }), component: Index, }); function Index() { return (
Independent · Since 2016
Brand, strategy, film and social — built by a small team obsessed with work that actually performs. Let's talk about your next launch.
Bold / Ad Agency
We take new projects directly on WhatsApp. Send us a quick note about your brand and we'll reply within a few hours.
Average reply time · under 2 Minutes