src/app/(hero-dark)/layout-7/_blocks/subscribe.tsximport { Section } from '@/components/section'import { Heading } from '@/components/heading'import { Paragraph } from '@/components/paragraph'import { Accent } from '@/components/accent'import { Grid } from '@/components/grid'import { Form, FormInput, FormButton } from '@/components/form'import { Icon } from '@/components/icon'import headphonesIcon from '@iconify/icons-lucide/headphones'import clsx from 'clsx'const platforms = [{ name: 'Apple Podcasts', color: 'bg-[#9933CC]' },{ name: 'Spotify', color: 'bg-[#1DB954]' },{ name: 'YouTube', color: 'bg-[#FF0000]' },{ name: 'Google Podcasts', color: 'bg-[#4285F4]' },{ name: 'Amazon Music', color: 'bg-[#00A8E1]' },{ name: 'Pocket Casts', color: 'bg-[#F43E37]' },]export default function Subscribe() {
Showing the first 20 lines.
Get full code