src/components/section.tsximport React from 'react'import { clsx } from 'clsx'import { Container } from '@/components/container'import { studioUrl } from '@/utils/studio-helpers'interface SectionProps {children: React.ReactNodeclassName?: stringinnerAlign?: 'wide' | 'content' | 'none' | 'full' | 'navbar'imageSrc?: stringimageAlt?: stringimageClassName?: stringoverlayColor?: stringid?: string}export function Section({children,className,innerAlign,
Showing the first 20 lines.
Get full code