J Renee
Studios
Luxury boudoir, portraits, headshots, and maternity photography for women in Boise, Idaho.
{[
{ title: "Boise", items: [
{ label: "Modern Boudoir", href: "/boise/boudoir/" },
{ label: "Modern Headshots", href: "/boise/headshots/" },
{ label: "Modern Portraits", href: "/boise/portraits/" },
{ label: "Modern Maternity", href: "/boise/maternity/" },
] },
{ title: "The Studio", items: [
{ label: "Home", href: "/" },
{ label: "About Jennifer", href: "/about/" },
{ label: "Boise", href: "/boise/" },
{ 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" },
{ label: "Boise, Idaho", href: null },
] },
].map(col => (
{col.title}
{col.items.map(it => (
-
{it.href ? (
{it.label}
) : (
{it.label}
)}
))}
))}