Skip to content

Commit

Permalink
✏️ some improvment (openstatusHQ#862)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultleouay authored Jun 4, 2024
1 parent 030f4e4 commit 18ce66d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</a>
</p>

<p align="center">The Open-Source frontend performance monitoring platform.
<p align="center">The Open-Source performance monitoring platform.
<br />
<a href="https://www.openstatus.dev"><strong>Learn more »</strong></a>
<br />
Expand All @@ -25,7 +25,7 @@

## About OpenStatus 🏓

OpenStatus is open-source frontend monitoring platform.
OpenStatus is open-source performance monitoring platform.

- **Synthetic monitoring**: Monitor your website and APIs worldwide and receive
notifications when they are down or slow.
Expand Down
2 changes: 1 addition & 1 deletion apps/web/src/app/shared-metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Metadata } from "next";

export const TITLE = "OpenStatus";
export const DESCRIPTION =
"A better way to monitor your API and your frontend performance. Don't let downtime or slow page loading ruin your user experience. Speed Matters ⚡.";
"A better way to monitor your API and your website. Don't let downtime or a slow response time ruin your user experience. Speed Matters ⚡.";

export const defaultMetadata: Metadata = {
title: {
Expand Down
2 changes: 2 additions & 0 deletions apps/web/src/components/icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import {
Book,
Bot,
Calendar,
Camera,
CandlestickChart,
Check,
Clock,
Expand Down Expand Up @@ -108,6 +109,7 @@ export const Icons = {
"candlestick-chart": CandlestickChart,
ratio: Ratio,
user: UserCircle,
camera: Camera,
discord: ({ ...props }: LucideProps) => (
<svg viewBox="0 0 640 512" {...props}>
<path
Expand Down
6 changes: 3 additions & 3 deletions apps/web/src/components/marketing/alert/timeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function TimelineEvent({
<div
className={cn(
"rounded-full border bg-background p-2",
icon.borderColor,
icon.borderColor
)}
>
<Icon className={cn("h-4 w-4", icon.textColor)} />
Expand Down Expand Up @@ -88,11 +88,11 @@ const timeline = [
},
},
{
label: "Grafana alert",
label: "Screenshot captured",
date: new Date("03.12.2023, 19:14:55"),
message: "3 incoming notifications from Grafana.",
icon: {
name: "webhook",
name: "camera",
textColor: "text-amber-500",
borderColor: "border-amber-500/40",
},
Expand Down
7 changes: 3 additions & 4 deletions apps/web/src/components/marketing/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,14 @@ export function Hero() {
<h1
className={cn(
"font-cal text-4xl text-foreground md:text-6xl",
"bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent",
"bg-gradient-to-tl from-0% from-[hsl(var(--muted))] to-40% to-[hsl(var(--foreground))] bg-clip-text text-transparent"
)}
>
A better way to monitor your services.
</h1>
<p className="mx-auto max-w-md text-lg text-muted-foreground md:max-w-xl md:text-xl">
Monitor your API and website from 6 continents, detect some
performance issues and receive notifications before your users are
affected.
Monitor your API and website globally, identify performance issues,
downtime and receive alerts before your users are affected.
</p>
</div>
<div className="my-4 grid gap-2 sm:grid-cols-2">
Expand Down
10 changes: 4 additions & 6 deletions apps/web/src/components/marketing/pricing/enterprice-plan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ export function EnterpricePlan() {
<div className="flex-1">
<div className="flex items-end justify-between gap-4">
<div>
<p className="mb-2 font-cal text-xl">Enterprise</p>
<p className="mb-2 font-cal text-xl">Custom</p>
<p className="text-muted-foreground">
Dedicated support and needs for your company.
Want more regions? Want to host it on your own server? Want
something else? We can help you with that.
</p>
</div>
<p className="shrink-0">
<span className="font-cal text-2xl">Lets talk</span>
</p>
</div>
</div>
<div>
Expand All @@ -23,7 +21,7 @@ export function EnterpricePlan() {
target="_blank"
rel="noreferrer"
>
Schedule call
Talk to us
</a>
</Button>
</div>
Expand Down
4 changes: 2 additions & 2 deletions apps/web/src/config/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ export const cardConfig = {
features: [
{
icon: "sparkles",
catchline: "Connect.",
catchline: "Reduce fagitue.",
description:
"Aggregate alerts from all your monitoring services (Grafana, Datadog) and use our AI to make them actionable.",
"Reduce your alerts fatigue with automatic noise reduction.",
badge: "Coming soon",
},
{
Expand Down

0 comments on commit 18ce66d

Please sign in to comment.