src/app/(default)/residential/_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 { Buttons } from '@/components/buttons'import { Button } from '@/components/button'import arrowRightIcon from '@iconify/icons-heroicons/arrow-right-20-solid'export default function Overview() {return (<Section className="bg-body py-30"><Columns gap="gap-10 lg:gap-20"><Column className="aspect-[4/5] relative"><Imagesrc="/portfolio/pexels-pixabay-279719.jpg"alt="Modern residential interior with stylish design elements"className="absolute bottom-0 left-0 z-10 w-[75%] object-cover"size="large"/>
Showing the first 20 lines.
Get full code