src/app/(hero-dark)/layout-6/_blocks/shopping.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 { Button } from '@/components/button'import { Subheading } from '@/components/subheading'import { Label } from '@/components/label'import { BackgroundDiagonal1 } from '@/components/background-diagonal-1'import { Chip } from '@/components/chip'import shoppingBagIcon from '@iconify/icons-lucide/shopping-bag'export default function Shopping() {return (<Sectionid="purchase"className="py-24 md:py-32 relative overflow-hidden"><BackgroundDiagonal1 />
Showing the first 20 lines.
Get full code