BRAND NUBIAN - Culture, Community, Curation

BRAND NUBIAN

CULTURE MEETS STYLE

Your one-stop-shop for the modern Roxbury community

FEATURED COLLECTIONS

NEW ARRIVALS

View All
  • August 19, 2025
    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
// Simple JavaScript for interactive elements document.addEventListener('DOMContentLoaded', function() { // Add smooth scrolling for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth' }); } }); }); });