"use client" import { Badge } from "@/components/ui/badge" import { Zap, ShieldCheck, Layers, BarChart3, Headset, Cloud, Settings2, CloudCog, Link2, TrendingUp, } from "lucide-react" import { SectionReveal } from "@/components/ui/section-reveal" import homeData from "@/data/home.json" const iconMap: Record = { "zap": , "shield-check": , "layers": , "bar-chart-3": , "headset": , "cloud": , "Zap": , "Settings2": , "CloudCog": , "Headphones": , "Link2": , "TrendingUp": , } export function AdvantagesSection() { const { advantages } = homeData return (
{/* Subtle background decoration */}
) }