TIFFANI REESE

Main Image of User
Main Image of User
Main Image of User

CREATIVE AF—STRATEGICALLY SO.
UX/Product designer & DIGITAL STRATEGIST.

  • Project Thumbnail
  • Project Thumbnail

I WORK AT THE INTERSECTION OF ELEVATION, execution & culture. PRETTY IS COOL. STRATEGIC IS Non-negotiable. I do both.

I WORK AT THE INTERSECTION OF ELEVATION, execution & culture. PRETTY IS COOL. STRATEGIC IS Non-negotiable. I do both.

I WORK AT THE INTERSECTION OF ELEVATION, execution & culture. PRETTY IS COOL. STRATEGIC IS Non-negotiable. I do both.

What i DO

01

Product Design

01

Product Design

01

Product Design

02

UX Strategy

02

UX Strategy

02

UX Strategy

03

Creative Direction

03

Creative Direction

03

Creative Direction

04

Conversion Strategy

04

Conversion Strategy

04

Conversion Strategy

Here's what they'RE sayING

  • Former Employer

    CEO, Opti-Pak

    “Tiffani brought creativity, strong work ethic, and relationship-building skills to every part of our business—from e-commerce development to marketing strategy. She’s highly collaborative, detail-oriented, and always went above and beyond to get the job done.”

  • Former Employer

    Owner, MunaLuchi Bridal

    “Tiffani was a strong asset to our sales and client success team—skilled in lead generation, relationship building, and delivering real value to our partners. She consistently followed through, managed webinars, and helped clients optimize their visibility with strategic insights. I'd absolutely work with her again.”

  • Sue R.

    Small Business Owner

    “As an event planner, I’ve turned to Tiffani for all my graphic design needs over the years. She’s always been able to execute my ideas perfectly by adding her own unique creative style. “

  • William R.

    Startup Founder

    "Game build a user-friendly e-commerce site that reflects my brand's identity and makes shopping a breeze. I was impressed with their attention to SEO and mobile optimization."

  • Former Employer

    CEO, Opti-Pak

    “Tiffani brought creativity, strong work ethic, and relationship-building skills to every part of our business—from e-commerce development to marketing strategy. She’s highly collaborative, detail-oriented, and always went above and beyond to get the job done.”

  • Former Employer

    Owner, MunaLuchi Bridal

    “Tiffani was a strong asset to our sales and client success team—skilled in lead generation, relationship building, and delivering real value to our partners. She consistently followed through, managed webinars, and helped clients optimize their visibility with strategic insights. I'd absolutely work with her again.”

  • Sue R.

    Small Business Owner

    “As an event planner, I’ve turned to Tiffani for all my graphic design needs over the years. She’s always been able to execute my ideas perfectly by adding her own unique creative style. “

  • William R.

    Startup Founder

    "Game build a user-friendly e-commerce site that reflects my brand's identity and makes shopping a breeze. I was impressed with their attention to SEO and mobile optimization."

  • Former Employer

    CEO, Opti-Pak

    “Tiffani brought creativity, strong work ethic, and relationship-building skills to every part of our business—from e-commerce development to marketing strategy. She’s highly collaborative, detail-oriented, and always went above and beyond to get the job done.”

  • Former Employer

    Owner, MunaLuchi Bridal

    “Tiffani was a strong asset to our sales and client success team—skilled in lead generation, relationship building, and delivering real value to our partners. She consistently followed through, managed webinars, and helped clients optimize their visibility with strategic insights. I'd absolutely work with her again.”

  • Sue R.

    Small Business Owner

    “As an event planner, I’ve turned to Tiffani for all my graphic design needs over the years. She’s always been able to execute my ideas perfectly by adding her own unique creative style. “

  • William R.

    Startup Founder

    "Game build a user-friendly e-commerce site that reflects my brand's identity and makes shopping a breeze. I was impressed with their attention to SEO and mobile optimization."

Contact

  • tiffani@tiffanireese.com

User Image
Follow Me:

Copyright © TiffaniReese. All Rights Reserved

Contact

tiffani@tiffanireese.com

User Image
Follow Me:

Copyright © TiffaniReese. All Rights Reserved

// Send data to your Next.js API function sendToNextJS(data) { fetch('https://your-nextjs-site.com/api/framer-data', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(data) }) } // Track page views window.addEventListener('load', () => { sendToNextJS({ event: 'page_view', page: window.location.pathname, timestamp: new Date().toISOString() }) }) // Redirect from Framer to Next.js with data const redirectToCheckout = (productId: string) => { window.location.href = `https://your-nextjs-site.com/checkout?product=${productId}&source=framer` }