/* global React, Wordmark, Eyebrow, LockPill, Icon, Footer, MobileNavDrawer, MobileHamburger */ const { useState } = React; // ═══════════════════════════════════════════════════════════ // SHARED — top nav + sub-nav for About cluster // ═══════════════════════════════════════════════════════════ const AboutHeader = ({ navigate, isMobile, padX, current }) => { const [drawerOpen, setDrawerOpen] = useState(false); return ( <>
{!isMobile && ( )} {!isMobile && ( )} {isMobile && ( <> setDrawerOpen(true)} /> )}
{isMobile && setDrawerOpen(false)} navigate={navigate} currentScreen={current} />}
About / {[ { id: 'about-story', label: 'Our Story' }, { id: 'about-team', label: 'Team' }, { id: 'about-contact', label: 'Contact' }, ].map((s) => ( ))}
); }; // ═══════════════════════════════════════════════════════════ // OUR STORY // ═══════════════════════════════════════════════════════════ const OurStoryPage = ({ bp, navigate, accent }) => { const isMobile = bp === 'mobile'; const isTablet = bp === 'tablet'; const padX = isMobile ? 24 : isTablet ? 56 : 80; return (
Our Story

Most owners aren't ready to list. They're ready to be told a number.

Buyside was founded in 2025 to fix a specific problem: the gap between "curious about selling" and "publicly listed." For most lower-middle-market owners, the only way to learn what their business is worth was to commit to a process they weren't sure they wanted.

{/* The origin */}
Chapter 01
The origin

From the sell-side desk

Our founder spent nine years on the sell-side at a regional advisory practice in Austin. The pattern was always the same: a great owner with a real business would walk in, ready to "explore options," and within sixty days find themselves in a CIM, on a teaser, with twenty buyers reading their financials.

Most of those owners were not ready for that. They wanted one thing: is anyone interested at the price I'd accept? If yes, they'd think about it. If no, they'd keep running the business. The advisory engagement was answering a question they hadn't asked yet.

Chapter 02
The thesis

Inverting the listing model

Buyers in the LMM already publish their mandates — to brokers, to intermediaries, to other PE firms in their networks. The supply of institutional buyer demand is structured, documented, and (importantly) re-verifiable. The supply of willing-but-private sellers is the bottleneck.

So we flipped it. Instead of asking sellers to expose themselves to find buyers, we ask buyers to commit their criteria first, and let sellers query that pool privately. Match counts and valuation ranges, computed in 90 seconds, with no listing required.

Chapter 03
Today

Where we are now

1,000+ verified institutional buyers. $8.2B in active mandate volume. Sellers in 47 states. 62 deals routed to advisory partners over the trailing twelve months. Headquartered in Austin with senior advisors across industrials, tech-enabled services, and healthcare.

When a seller is ready to move forward, we route the deal to a vetted sell-side advisory partner. We are not a broker. We are a way to find out — quietly, accurately, with no commitment — whether the next conversation is worth having.

{/* Stats strip */}
{[ { v: '2025', l: 'Founded' }, { v: '47', l: 'States with sellers' }, { v: '1,000+', l: 'Verified buyers' }, { v: 'SOC 2', l: 'Type II certified' }, ].map((s, i) => (
{s.v}
{s.l}
))}
); }; // ═══════════════════════════════════════════════════════════ // TEAM // ═══════════════════════════════════════════════════════════ const TeamPage = ({ bp, navigate, accent }) => { const isMobile = bp === 'mobile'; const isTablet = bp === 'tablet'; const padX = isMobile ? 24 : isTablet ? 56 : 80; const TEAM = [ { name: 'Kevin Mitchell', role: 'Founder', bio: "Former lower-middle-market investment banker. Spent 9 years on the sell-side at a regional advisory practice. Built Buyside after watching dozens of owners get cornered by public listings they didn't need.", initials: 'KM', highlight: true, location: 'Austin, TX', photo: 'team/Kevin Mitchell.jpg' }, { name: 'Rachel Alvarado', role: 'Partner · Industrials', bio: '14 years sell-side M&A. Closed 60+ transactions in HVAC, manufacturing, and industrial services. Licensed broker in TX, FL, GA.', initials: 'RA', location: 'Houston, TX', photo: 'team/Rachel Alvarado.png' }, { name: 'Daniel Mensah', role: 'Partner · Tech-enabled services', bio: 'Former search funder turned advisor. Specialty: IT services, MSPs, and SaaS-light platforms in the $2M–$10M EBITDA range.', initials: 'DM', location: 'Atlanta, GA', photo: 'team/Daniel Mensah.jpg' }, { name: 'Margaret Thorne', role: 'Senior Advisor · Healthcare', bio: 'Former CFO of a regional dental DSO. 20+ years operating before moving to advisory. Specialty in services and roll-ups.', initials: 'MT', location: 'Nashville, TN', photo: 'team/Margaret Thorne.jpg' }, ]; return (
Team

Former bankers and operators. No marketers, no PMs.

Every advisor on Buyside has personally closed transactions in the industry they cover. When you book a call, you'll speak to one of the four people below — not a coordinator, not an SDR.

{TEAM.map((p, i) => (
{p.name}

{p.name}

{p.role}
{p.location}

{p.bio}

))}
Talk to one of them

Your industry advisor is assigned automatically.

); }; // ═══════════════════════════════════════════════════════════ // CONTACT // ═══════════════════════════════════════════════════════════ const ContactPage = ({ bp, navigate, accent }) => { const isMobile = bp === 'mobile'; const isTablet = bp === 'tablet'; const padX = isMobile ? 24 : isTablet ? 56 : 80; const [name, setName] = useState(''); const [email, setEmail] = useState(''); const [topic, setTopic] = useState('seller'); const [msg, setMsg] = useState(''); const [sent, setSent] = useState(false); const handleSubmit = (e) => { e.preventDefault(); if (name && email && msg) setSent(true); }; return (
Contact

We answer emails. Slowly, but personally.

For seller inquiries, the fastest path is the match wizard. For everything else — partnerships, press, advisor recruiting, or general questions — use the form below.

{/* Contact info + form */}
{/* Left: contact channels */}
Headquarters
Austin, Texas
500 W 2nd Street, Suite 1900
Austin, TX 78701
By email
{[ { l: 'General', e: 'hello@buyside.market' }, { l: 'Press', e: 'press@buyside.market' }, { l: 'Buyer onboarding', e: 'buyers@buyside.market' }, { l: 'Data deletion', e: 'delete@buyside.market' }, ].map((row) => (
{row.l} {row.e}
))}
Hours

Monday – Friday, 8am – 6pm CT.
We aim to respond to every email within 48 hours.

{/* Right: form */}
{sent ? (

Message received.

Thanks, {name.split(' ')[0]}. We'll respond from a real person, at the email above, within 48 hours. No marketing, no follow-ups beyond what's needed to answer your question.

) : (
setName(e.target.value)} required style={{ width: '100%' }} />
setEmail(e.target.value)} required style={{ width: '100%' }} />
{[ { v: 'seller', l: 'Selling' }, { v: 'buyer', l: 'Buyer mandate' }, { v: 'press', l: 'Press' }, { v: 'other', l: 'Other' }, ].map((opt) => ( ))}