J Renee
Studios
Modern boudoir, portraits, and editorial photography for women — Boise + Las Vegas.
{[
{ title: "Las Vegas", items: [
{ label: "Modern Boudoir", href: "/las-vegas/boudoir/" },
{ label: "Modern Headshots", href: "/las-vegas/headshots/" },
{ label: "Modern Portraits", href: "/las-vegas/portraits/" },
{ label: "Modern Maternity", href: "/las-vegas/maternity/" },
{ label: "Iconic", href: "/las-vegas/iconic/" },
] },
{ title: "Quick Links", items: [
{ label: "Boise", href: "/boise/" },
{ label: "Las Vegas", href: "/las-vegas/" },
{ label: "About", href: "/about/" },
{ label: "Inquire", href: "/inquire/" },
{ label: "Journal", href: "/journal/" },
] },
{ title: "Connect", items: [
{ label: "Instagram @jrenee_studios", href: "https://www.instagram.com/jrenee_studios", external: true },
{ label: "jennifer@jreneestudios.com", href: "mailto:jennifer@jreneestudios.com" },
] },
].map(col => (
{col.title}
{col.items.map(it => (
-
{it.href ? (
{it.label}
) : (
{it.label}
)}
))}
))}