src/app/(default)/residential/_blocks/process.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 { Buttons } from '@/components/buttons'import { Button } from '@/components/button'import arrowRightIcon from '@iconify/icons-heroicons/arrow-right-20-solid'export default function Process() {return (<Section className="py-30 bg-body"><ColumnsreverseColumns={true}gap="gap-10 lg:gap-20"><Column><Imagesrc="/portfolio/pexels-jworks1124-342800.jpg"alt="Contemporary residential space with thoughtful design details"
Showing the first 20 lines.
Get full code