We’re a growth studio that blends brand, design, and performance — so the right people find you, trust you, and come back. No fluff, just compounding results.
);
}
/* ================================================================= *
* SERVICES
* ================================================================= */
const SERVICES = [
{ icon: "palette", t: "Brand & identity", d: "Naming, logo systems, and a voice that sounds like you — built to scale across every surface." },
{ icon: "target", t: "Performance marketing", d: "Paid search, social, and retargeting that earns its keep. We optimise to revenue, not vanity clicks." },
{ icon: "pen-tool", t: "Web & product design", d: "Fast, warm, conversion-led sites and product UI — designed and built end to end." },
{ icon: "search", t: "Content & SEO", d: "Topic authority, technical health, and stories worth ranking. Compounding traffic, month over month." },
{ icon: "megaphone", t: "Social & creative", d: "Thumb-stopping creative and always-on community that turns audiences into advocates." },
{ icon: "compass", t: "Growth strategy", d: "A clear, honest roadmap with the metrics that matter — so every sprint moves a real number." },
];
function ServiceCard({ s }) {
const [h, setH] = React.useState(false);
return (
setH(true)} onMouseLeave={() => setH(false)}
style={{ textDecoration: "none", display: "block", height: "100%" }}>
Strategy, brand, build, and media — handled by one tight team that actually talks to each other. No handoffs lost in translation.
{SERVICES.map((s) => )}
);
}
/* ================================================================= *
* APPROACH / PROCESS
* ================================================================= */
const STEPS = [
{ n: "01", t: "Listen", d: "We start with your customers, your numbers, and your goals — not a template. A week of discovery before a single pixel." },
{ n: "02", t: "Map", d: "A clear plan: the moves, the metrics, the timeline. You’ll know exactly what we’re doing and why." },
{ n: "03", t: "Make", d: "Brand, site, and campaigns built fast and tested in the wild. Small bets, quick reads, sharp iteration." },
{ n: "04", t: "Scale", d: "We double down on what works and cut what doesn’t — compounding the wins month after month." },
];
function Approach() {
return (
How we work
A calm, honest way to grow
Four phases, run in tight loops. You’re never more than a week from a result you can see.
);
}
/* ================================================================= *
* TESTIMONIALS
* ================================================================= */
const QUOTES = [
{ q: "Search Hive rebuilt our brand and our funnel in one go. Six months in, paid is finally profitable and the site converts twice as well.", name: "Priya Menon", role: "Founder, Marigold & Oak", img: "1494790108377-be9c29b29330", rating: 5 },
{ q: "The most honest agency we’ve worked with. They cut the budget we were wasting and put it where it actually moved revenue.", name: "Daniel Osei", role: "CMO, Honeycomb Kitchen", img: "1500648767791-00dcc994a43e", rating: 5 },
{ q: "They treat our numbers like their own. Organic traffic tripled and we finally rank for the terms that matter.", name: "Sara Lindqvist", role: "Head of Growth, Stride Republic", img: "1438761681033-6461ffad8d80", rating: 5 },
];
function QuoteCard({ q }) {
return (
“{q.q}”
{q.name}
{q.role}
);
}
function Testimonials() {
return (
In their words
Brands that found their place
{QUOTES.map((q) => )}
);
}
/* ================================================================= *
* FAQ
* ================================================================= */
const FAQS = [
{ q: "How do you price engagements?", a: "Most work runs as a monthly retainer scoped to your goals, with a fixed-fee sprint for one-off brand or web builds. You’ll always have a clear number before we start — no surprise invoices." },
{ q: "How fast will we see results?", a: "You’ll see a working plan within two weeks and live experiments by week four. Paid channels often move first; brand and SEO compound over the following quarters." },
{ q: "Do you work with our existing team?", a: "Often. We can run the whole growth function or plug into your in-house team as the specialist layer — strategy, creative, or media." },
{ q: "What size brands do you take on?", a: "From funded seed-stage startups to established mid-market brands. The common thread is a real product and an appetite to grow honestly." },
{ q: "Which industries do you know best?", a: "Consumer and DTC, marketplaces, hospitality, and B2B SaaS. If your customers search for what you do, we can help them find you." },
];
function FAQItem({ f, open, onToggle }) {
return (