src/app/(default)/portfolio/_blocks/overview.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 { List, Li } from '@/components/list'import { Buttons } from '@/components/buttons'import { Button } from '@/components/button'import arrowDownIcon from '@iconify/icons-heroicons/arrow-down-20-solid'export default function Overview() {return (<Section className="bg-body py-30"><Columns><Column><Imagesrc="/portfolio/falling4utah/pexels-falling4utah-1080721.jpg"alt="Quis consequat cillum"className="object-cover"size="large"
Showing the first 20 lines.
Get full code