);
}
// ============== RAILBAR — removed (clean consultancy site) ==============
function RailBar() { return null; }
// ============== HERO ==============
function Hero({ onNavigate, variant = 'split' }) {
const cls = `hero hero--${variant}`;
const title = "We partner with founders to build, scale, and run their businesses.";
const lede = "From the first napkin sketch to your hundredth hire, Rasika & Co. is your operational partner — an integrated team across legal, brand, technology, marketing and finance.";
const cta = (
);
const top = (
Operations Consultancy · Est. 2024Accepting Q2 2026 engagements
);
if (variant === 'split') {
return (
{top}
{title}
{lede}
{cta}
[Architectural photograph]
01EstablishLegal · Brand · MVP · Financial setup
02ScalePerformance · SEO · PR · CRM
03OptimizeOutsourced ops · Finance · Support
);
}
if (variant === 'centered') {
return (
{top}
{title}
{lede}
{cta}
01EstablishLegal · Brand · MVP · Financial setup
02ScalePerformance · SEO · PR · CRM
03OptimizeOutsourced ops · Finance · Support
);
}
// asym
return (
{top}
{title}
{lede}
{cta}
01EstablishLegal · Brand · MVP · Financial setup
02ScalePerformance · SEO · PR · CRM
03OptimizeOutsourced ops · Finance · Support
);
}
// ============== STATS BAR (replaces IndexStrip) ==============
function IndexStrip() {
return (
Every business faces unique challenges — from legal formalities and product launches to growth bottlenecks and operational overload. That's why we exist.
One team. Three pillars. Every stage of your journey.
A single point of accountability across every operational discipline a founder needs — so you spend more time building, and less time managing vendors.
{SERVICE_PILLARS.map(p => (
))}
{pillar.title}
{pillar.desc}
{pillar.items.map((it, i) => (
✓{it}
))}
);
}
// ============== PROCESS ==============
function ProcessSection() {
return (
How We Work
A five-step engagement. No surprises after the contract.
Every founder we work with sees the same five steps. The shape doesn't change — only the depth, the tools, and the team behind each one.