// Services.jsx — "What I Do" — intro + four service cards on paper function Services() { const cards = [ { icon: "chart-line-up", title: "Growth Strategy", body: "Go-to-market planning, positioning, and forecasting your team can actually plan around. I build growth models that sales, ops, and support use to make real decisions." }, { icon: "megaphone-simple", title: "Paid Media", body: "Social, Search, Display, Traditional. I build the campaigns, manage the spend, and report on what drives pipeline. I've run budgets from a few thousand a month into seven figures a year." }, { icon: "pen-nib", title: "Brand & Positioning", body: "Research first, messaging second. I dig into your customers and your market before I write a word of positioning. I've done it for single products and for whole portfolios of brands." }, { icon: "magnifying-glass", title: "Websites & Getting Found", body: "Sites and landing pages that turn visitors into conversations. Built for how people actually search now, including the AI tools quietly rewiring how customers find you." }, ]; return (
What I Do

Senior marketing leadership.

Most companies don't need another vendor to manage. They need someone who's sat in the seat, owned the number, and can actually do the work. That's what you get with me. Strategy and execution from one person, plugged in where you need it.

Some businesses need a growth plan. Some need someone to run their ads and stop lighting budget on fire. Most need both, plus a straight answer about what's working and what isn't.

{cards.map((c, i) => (
0{i + 1}

{c.title}

{c.body}

))}
); } Object.assign(window, { Services });