import { Lightbulb } from 'lucide-react' import type { GuideSection as GuideSectionType } from '@/data/guides' interface GuideSectionProps { section: GuideSectionType index: number } export function GuideSection({ section, index }: GuideSectionProps) { return (
$1') }} /> {step.detail && (
{step.detail}
)} {step.tip && (Tip: {step.tip}