improve(public): description
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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
|
## Disclaimer
|
||||||
|
|
||||||
|
|||||||
@@ -2,22 +2,17 @@ import { cn } from '@/lib/utils';
|
|||||||
import {
|
import {
|
||||||
ArrowRightIcon,
|
ArrowRightIcon,
|
||||||
CalendarIcon,
|
CalendarIcon,
|
||||||
CheckIcon,
|
|
||||||
ChevronRightIcon,
|
ChevronRightIcon,
|
||||||
CookieIcon,
|
CookieIcon,
|
||||||
CreditCardIcon,
|
CreditCardIcon,
|
||||||
DatabaseIcon,
|
DatabaseIcon,
|
||||||
DollarSignIcon,
|
|
||||||
FlaskRoundIcon,
|
FlaskRoundIcon,
|
||||||
GithubIcon,
|
GithubIcon,
|
||||||
ServerIcon,
|
ServerIcon,
|
||||||
StarIcon,
|
StarIcon,
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { useState } from 'react';
|
|
||||||
import { Competition } from './competition';
|
import { Competition } from './competition';
|
||||||
import { HeroCarousel } from './hero-carousel';
|
|
||||||
import { HeroMap } from './hero-map';
|
|
||||||
import { Tag } from './tag';
|
import { Tag } from './tag';
|
||||||
import { Button } from './ui/button';
|
import { Button } from './ui/button';
|
||||||
|
|
||||||
@@ -47,9 +42,9 @@ export function Hero() {
|
|||||||
An open-source alternative to <Competition />
|
An open-source alternative to <Competition />
|
||||||
</h1>
|
</h1>
|
||||||
<p className="text-xl text-muted-foreground">
|
<p className="text-xl text-muted-foreground">
|
||||||
A web and product analytics platform that combines the power of
|
An open-source web and product analytics platform that combines
|
||||||
Mixpanel with the ease of Plausible and one of the best Google
|
the power of Mixpanel with the ease of Plausible and one of the
|
||||||
Analytics replacements.
|
best Google Analytics replacements.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<Button size="lg" asChild className="group w-72">
|
<Button size="lg" asChild className="group w-72">
|
||||||
|
|||||||
Reference in New Issue
Block a user