J Renee
Studios
Luxury boudoir, portraits, headshots, and maternity photography for women in Las Vegas, Nevada.
{[
{ 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: "The Studio", items: [
{ label: "Home", href: "/" },
{ label: "About Jennifer", href: "/about/" },
{ label: "Las Vegas", href: "/las-vegas/" },
{ 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: "Las Vegas, Nevada", href: null },
] },
].map(col => (
{col.title}
{col.items.map(it => (
-
{it.href ? (
{it.label}
) : (
{it.label}
)}
))}
))}