src/app/(hero-dark)/layout-7/_blocks/call-to-action.tsximport { Section } from '@/components/section'import { Columns, Column } from '@/components/columns'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Button } from '@/components/button'import { Buttons } from '@/components/buttons'import { Accent } from '@/components/accent'import { Icon } from '@/components/icon'import { OrbitStats } from '@/components/orbit-stats'import clsx from 'clsx'import chatBubbleLeftRightIcon from '@iconify/icons-heroicons/chat-bubble-left-right-solid'import videoCameraIcon from '@iconify/icons-heroicons/video-camera-solid'import bookOpenIcon from '@iconify/icons-heroicons/book-open-solid'import musicalNoteIcon from '@iconify/icons-heroicons/musical-note-solid'const features = [{icon: chatBubbleLeftRightIcon,title: 'Private Community',description:
Showing the first 20 lines.
Get full code