/* global React, Photo, Reveal, Icon */ function PageStory({ go, toast }) { return (
{/* Hero */}
Our Story

We didn't find golf. Golf found us.

{/* Angelina's journey */}
Angelina's Story
"I picked up a club for the first time and everything changed."

Angelina is documenting her entire journey — first lessons, first tournament nerves, first hole-in-one (eventually). No filters. No pretending. For every woman, every beginner, and every person who's ever felt like golf wasn't built for them.

Follow her journey
Instagram TikTok YouTube
{/* Values */}
What we believe

Three things guide every decision.

{[ ['community', 'People over scorecards', 'We lead with people. The number on the card comes second.'], ['gate', 'Golf without the gatekeeping', 'No stiff dress codes. No unspoken rules. Everyone gets a tee time.'], ['style', 'Your style, your game', 'Your clubs, your fit, your flow. No two setups alike.'], ].map(([ic, title, body], i) => { const IconCmp = Icon[ic]; return (

{title}

{body}

); })}
{/* Timeline */}
The Plan

Building 8tee, one chapter at a time.

2026 · Summer
Simulator rentals launch
Mobile setups for private events and brand activations.
2026 · Late
Apparel drops begin
High quality, exclusive drops.
2027+
The 8tee Golf Club opens
Simulator bays, lounge, school, café, shop.
); } window.PageStory = PageStory;