Gender-neutral fashion for everyone. Discover versatile pieces designed for all body types and styles
{/* Filter Section */}
Showing {unisexProducts.length} products
{/* Products Grid */}
{unisexProducts.map((product) => (
))}
{/* Load More Section */}
>
);
}
export async function generateMetadata() {
return {
title: "Unisex Fashion Collection | blcklst",
description: "Shop gender-neutral fashion at blcklst. Versatile, inclusive clothing designed for all body types and personal styles.",
};
}