import { Feature, FeatureContent, FeatureList, FeatureMore, } from '@/components/feature'; import { Section, SectionHeader } from '@/components/section'; import { Tag } from '@/components/tag'; import { AreaChartIcon, BarChart2Icon, BarChartIcon, BatteryIcon, ClockIcon, CloudIcon, ConeIcon, CookieIcon, DatabaseIcon, LineChartIcon, MapIcon, PieChartIcon, UserIcon, } from 'lucide-react'; import { EventsFeature } from './features/events-feature'; import { ProductAnalyticsFeature } from './features/product-analytics-feature'; import { ProfilesFeature } from './features/profiles-feature'; import { WebAnalyticsFeature } from './features/web-analytics-feature'; export function Features() { return (
Batteries included } title="Everything you need" description="We have combined the best features from the most popular analytics tools into one simple to use platform." />
}> {/* And mouch more */} }> {' '} Line
,
{' '} Bar
,
{' '} Pie
,
{' '} Area
,
{' '} Histogram
,
{' '} Map
,
{' '} Funnel
,
{' '} Retention
, ]} />
} title="Real time analytics" content={[ 'Get instant insights into your data. No need to wait for data to be processed, like other tools out there, looking at you GA4...', ]} /> } title="Own your own data" content={[ 'Own your data, no vendor lock-in. Export your all your data or delete it any time', ]} />
} title="Cloud or self-hosted" content={[ 'We offer a cloud version of the platform, but you can also self-host it on your own infrastructure.', ]} /> More about self-hosting } title="No cookies" content={[ 'We care about your privacy, so our tracker does not use cookies. This keeps your data safe and secure.', 'We follow GDPR guidelines closely, ensuring your personal information is protected without using invasive technologies.', ]} />
}> }>
); }