src/app/(default)/portfolio/_blocks/project.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 Project() {return (<Section className="py-30 bg-gradient-to-b from-body2 to-body-light"><Columns reverseColumns><Column className="aspect-[4/5] relative"><Imagesrc="/portfolio/pexels-jworks1124-342800.jpg"alt="Nulla lorem commodo"className="absolute bottom-0 left-0 z-10 w-[75%] object-cover"size="large"/><Image
Showing the first 20 lines.
Get full code