src/app/(default)/layout-3/_blocks/gallery.tsximport { Section } from '@/components/section'import { Heading } from '@/components/heading'import { MasonryFilter } from '@/components/masonry-filter'const categories = ['All', 'Portrait', 'Landscape', 'Abstract', 'Commercial']const portfolioItems = [{id: 1,category: 'Portrait',image: '/images/layout-3/pexels-simon-robben-55958-614810.jpg',alt: 'Portrait photography',},{id: 2,category: 'Portrait',image: '/images/layout-3/pexels-forgottenluix-2922450.jpg',alt: 'Portrait photography',},{
Showing the first 20 lines.
Get full code