Embrace your style with our curated women's fashion collection featuring elegant and contemporary pieces
{/* Filter Section */}
Showing {womenProducts.length} products
{/* Products Grid */}
{womenProducts.map((product) => (
))}
{/* Load More Section */}
>
);
}
export async function generateMetadata() {
return {
title: "Women's Fashion Collection | blcklst",
description: "Shop the latest women's fashion at blcklst. Elegant dresses, tops, accessories, and more for the modern woman.",
};
}