src/app/(default)/residential/_blocks/excellence.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'export default function Excellence() {return (<Section className="py-30 bg-body2"><ColumnsreverseColumns={false}gap="gap-10 lg:gap-20"><Column className="aspect-[4/5] relative"><Imagesrc="/portfolio/pexels-leah-newhouse-50725-6480707.jpg"alt="Cozy living space with warm and inviting atmosphere"className="absolute bottom-0 left-0 z-10 w-[75%] object-cover"size="large"/>
Showing the first 20 lines.
Get full code