src/app/(default)/portfolio/_blocks/project-2.tsximport { Section } from '@/components/section'import { Columns, Column } from '@/components/columns'import { Image } from '@/components/image'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Gallery } from '@/components/gallery'import { GalleryItem } from '@/components/gallery-item'export default function Project2() {return (<Section className="py-30 bg-body-dark"><Columns reverseColumns={false}><Column className="aspect-auto relative"><Imagesrc="/portfolio/pexels-pixabay-276724.jpg"alt="Magna nostrud deserunt"className="object-cover"size="large"/></Column>
Showing the first 20 lines.
Get full code