diff --git a/README.md b/README.md index 5b8df4c7..e915149d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@

-Openpanel is a powerful analytics platform that captures and visualizes user behavior across web, mobile apps, and backend services. It combines the power of Mixpanel with the simplicity of Plausible. +Openpanel is an open-source web and product analytics platform that combines the power of Mixpanel with the ease of Plausible and one of the best Google Analytics replacements. ## Disclaimer diff --git a/apps/public/components/hero.tsx b/apps/public/components/hero.tsx index bef46efd..c02aa5f7 100644 --- a/apps/public/components/hero.tsx +++ b/apps/public/components/hero.tsx @@ -2,22 +2,17 @@ import { cn } from '@/lib/utils'; import { ArrowRightIcon, CalendarIcon, - CheckIcon, ChevronRightIcon, CookieIcon, CreditCardIcon, DatabaseIcon, - DollarSignIcon, FlaskRoundIcon, GithubIcon, ServerIcon, StarIcon, } from 'lucide-react'; import Link from 'next/link'; -import { useState } from 'react'; import { Competition } from './competition'; -import { HeroCarousel } from './hero-carousel'; -import { HeroMap } from './hero-map'; import { Tag } from './tag'; import { Button } from './ui/button'; @@ -47,9 +42,9 @@ export function Hero() { An open-source alternative to

- A web and product analytics platform that combines the power of - Mixpanel with the ease of Plausible and one of the best Google - Analytics replacements. + An open-source web and product analytics platform that combines + the power of Mixpanel with the ease of Plausible and one of the + best Google Analytics replacements.