diff --git a/app/features/page.tsx b/app/features/page.tsx index c985bb6..8431d58 100644 --- a/app/features/page.tsx +++ b/app/features/page.tsx @@ -83,12 +83,12 @@ const capabilities = [ description: 'Automatically parse UTM parameters. Built-in link builder for campaigns, sources, and mediums.', }, { - icon: Share2Icon, + icon: , title: 'Shared Dashboards', description: 'Generate a public link to share analytics with clients or teammates — no login required.', }, { - icon: GlobeIcon, + icon: , title: 'Geographic Insights', description: 'Country, region, and city-level breakdowns. IPs are never stored — derived at request time only.', }, @@ -190,7 +190,7 @@ export default function FeaturesPage() { className="flex gap-4" >
- {typeof cap.icon === 'object' ? cap.icon : } + {cap.icon}