diff --git a/src/app/page.tsx b/src/app/page.tsx index 00a9d4c..84d923b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; import FooterBase from '@/components/sections/footer/FooterBase'; import Link from "next/link"; -import { Shield, ArrowRight, GitBranch, Wallet } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -74,10 +73,10 @@ export default function HomePage() { title="Ringkasan Kinerja Voucher" description="Lihat statistik kunci distribusi dan penjualan voucher WiFi Anda secara real-time." metrics={[ - { id: "voucher-distributed", value: "15,000", description: "Voucher Dibagikan", icon: Shield }, - { id: "voucher-sold", value: "12,500", description: "Voucher Terjual", icon: ArrowRight }, - { id: "voucher-remaining", value: "2,500", description: "Voucher Tersisa", icon: GitBranch }, - { id: "total-profit", value: "Rp 62,500,000", description: "Total Keuntungan (Bersih)", icon: Wallet } + { id: "voucher-distributed", value: "15,000", description: "Voucher Dibagikan" }, + { id: "voucher-sold", value: "12,500", description: "Voucher Terjual" }, + { id: "voucher-remaining", value: "2,500", description: "Voucher Tersisa" }, + { id: "total-profit", value: "Rp 62,500,000", description: "Total Keuntungan (Bersih)" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up"