Refactor galleries and single page
This commit is contained in:
@ -55,9 +55,9 @@ export default async function PortfolioPage({
|
||||
<div className="mx-auto w-full max-w-6xl px-4 py-8">
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-semibold">Portfolio</h1>
|
||||
<PortfolioFiltersBar years={years} />
|
||||
</div>
|
||||
|
||||
<PortfolioFiltersBar years={years} />
|
||||
<ColorMasonryGallery filters={filters} />
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user