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

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Related posts

1 comment

Leave your comment

// 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' }); } }); }); });