src/app/(default)/portfolio/_blocks/project-3.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 Project3() {return (<Section className="py-30 bg-body2"><Columns reverseColumns={true}><Column className="aspect-auto relative"><Imagesrc="/portfolio/fotoaibe/pexels-fotoaibe-1571468.jpg"alt="Non reprehenderit laboris"className="object-cover"rounded="rounded-t-full"size="large"/>
Showing the first 20 lines.
Get full code