BEGIN:VCARD
VERSION:3.0

# Name fields
# Format: N:Last;First;Middle;Prefix;Suffix
N:Ahearn;John;F.;;
FN:John F. Ahearn

# Organization / brand name
ORG:Private Ride Service

# Professional title (appears under name in Apple Contacts)
TITLE:Professional Long-Distance & Airport Transportation

# Primary phone number
# TYPE=CELL ensures iOS treats this as the main mobile number
TEL;TYPE=CELL:+16179672900

# Homepage / landing page
# This is where QR codes and NFC taps should resolve
URL:https://jfacontactcard.com

# Notes section
# Use \n for line breaks (required by vCard spec)
NOTE:Airport Rides\nLong-Distance Trips\nHourly / Day Service

# Photo intentionally omitted
# (Apple Contacts supports photos, but embedding or linking
# adds complexity and inconsistency across devices.
# Can be reintroduced later if desired.)

END:VCARD