src/app/(one-page-site)/layout-1/_blocks/archive.tsximport { Section } from '@/components/section'import { FancyHeading } from '@/components/fancy-heading'import { Blog } from '@/components/blog'export default function Archive() {return (<Sectionid="showcase"className="bg-body2 py-20"><FancyHeadingtext="Latest Projects"accent="explore our portfolio"/><BlogperPage={6}categoriesInclude={['Portfolio']}loadMoreText="See More of My Work"/></Section>
Showing the first 20 lines.
Get full code