import { SectionHeading } from "@/components/ui/section-heading" import { ComponentContainer } from "@/components/ui/component-container" import { FeatureCard } from "@/components/blocks/feature-card-block" import { IoBulb, IoFlash, IoShield, IoHeart } from "react-icons/io5" export function FeatureCardSection() { return (
} title="Smart Features" description="Intelligent automation and suggestions based on your usage patterns." /> } title="Lightning Fast" description="Optimized performance ensures your workflow is never interrupted." /> } title="Secure by Default" description="Enterprise-grade security with end-to-end encryption for all your data." /> } title="Designed for You" description="Customizable interface that adapts to your preferences and needs." />
) }