import Layout from "@/components/Layout"; import { Link } from "react-router-dom"; import { ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import logo from "@/assets/logo-transparent.png"; const Index = () => { return ( {/* Hero */}
Numbers in Focus – Business Advisory

Clarity for decisions,{" "} not just numbers

Numbers in Focus provides independent, judgment-led business advisory for owner-managed businesses, not-for-profit organisations, and boards. We help you interpret, challenge, and act on your financial information with confidence.

{/* Positioning */}

Advisory that starts with judgment, not software

Financial reports, dashboards, and software can tell you what happened. They rarely tell you what it means — or what to do next.

Numbers in Focus is led by a Chartered Accountant with deep experience in finance, accounting, and internal audit. We provide the experienced, independent perspective that helps business owners and boards make better-informed decisions.

We focus on cash flow resilience, financial sustainability, governance, and the quality of your decision-making — not compliance, reporting, or product recommendations.

{/* Three pillars */}
{[ { heading: "Independent judgment", body: "We offer a considered, external perspective — free from conflicts of interest and detached from the day-to-day.", }, { heading: "Decision support", body: "Our advisory is designed to support the decisions that matter: cash flow, sustainability, risk, and governance.", }, { heading: "Experienced perspective", body: "Chartered Accountant-led advice grounded in real-world experience across finance, audit, and business operations.", }, ].map((item) => (

{item.heading}

{item.body}

))}
{/* CTA */}

A conversation is the best place to start

If you're looking for an experienced, independent perspective on your financial position or governance, we'd welcome the opportunity to talk.

); }; export default Index;