const { useEffect, useMemo, useRef, useState, useCallback } = React; // ========================================================= // useIsMobile hook // ========================================================= function useIsMobile() { const [mobile, setMobile] = useState(() => typeof window !== "undefined" && window.innerWidth < 768); useEffect(() => { const check = () => setMobile(window.innerWidth < 768); window.addEventListener("resize", check); return () => window.removeEventListener("resize", check); }, []); return mobile; } // ========================================================= // VIDEO MODAL // ========================================================= function VideoModal({ onClose }) { const [visible, setVisible] = useState(false); useEffect(() => { const t = setTimeout(() => setVisible(true), 30); const onKey = (e) => e.key === "Escape" && dismiss(); window.addEventListener("keydown", onKey); return () => { clearTimeout(t); window.removeEventListener("keydown", onKey); }; }, []); const dismiss = () => { setVisible(false); setTimeout(onClose, 350); }; return ( <>
We help owners step out of the day-to-day, grow profit, and build a business that no longer depends on them — so it's worth more and easier to exit when the time is right.
We help owners step out of the day-to-day, grow profit, and build a business that no longer depends on them — so it's worth more and easier to exit when the time is right.
Most owners under-price their own company by 40–60%. Move the sliders. See what a buyer sees — and what we can build it into.
Three mechanisms. One outcome: a business that's more profitable, less dependent on you, and sellable whenever you want.
Be honest. Does any of this sound familiar? If so, your business is built around you. But it's fixable.
Be honest. Does any of this sound familiar? If so, your business is built around you. But it's fixable.
{p.body}
"I took six weeks off for the first time in eleven years. Revenue went up. A year later we sold for 3.1× what the company was worth when we started."
{para}
))}We'll be in touch at {f.email} soon with some dates that work.
In 30 minutes, we will show you where value is being lost — and what we would fix in the next 90 days to help you build a business that:
In 30 minutes, we will show you where value is being lost — and what we would fix in the next 90 days to help you build a business that:
A weekly letter on growth systems, reducing founder-dependence and maximising value for owner-led businesses.
{error && (Watch out for our next weekly newsletter.
We use cookies to analyse site traffic and improve your experience. See our{" "} Privacy Policy .