From 117a8797a1f5024b6856d6af0cca9ab0949dc9b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 26 Feb 2024 16:59:11 +0100 Subject: [PATCH] improve public landing page --- apps/public/src/app/carousel.tsx | 5 ++++- apps/public/src/app/hero.tsx | 38 ++++++++++++++++++-------------- apps/public/src/app/widget.tsx | 2 +- 3 files changed, 26 insertions(+), 19 deletions(-) diff --git a/apps/public/src/app/carousel.tsx b/apps/public/src/app/carousel.tsx index 8d677d72..061ffcf2 100644 --- a/apps/public/src/app/carousel.tsx +++ b/apps/public/src/app/carousel.tsx @@ -47,7 +47,10 @@ export function PreviewCarousel() { > {images.map((item) => ( - +
-
+
An open-source
alternative to Mixpanel
-

+

Mixpanel + Plausible ={' '} Openpanel! A simple analytics tool that your wallet can afford.

- -
-

Get ahead of the curve and join our waiting list{' - '}

-

- there are already{' '} - {waitlistCount} savvy individuals on board! 🎉 -

+
+ +
+

{waitlistCount} people have already signed up! 🚀

+
+
+
+ {features.map(({ icon: Icon, title }) => ( +
+ + {title} +
+ ))}
- {/*
- {features.map(({ icon: Icon, title }) => ( -
- - {title} -
- ))} -
*/}
); diff --git a/apps/public/src/app/widget.tsx b/apps/public/src/app/widget.tsx index 5bedf7e3..5986dbfd 100644 --- a/apps/public/src/app/widget.tsx +++ b/apps/public/src/app/widget.tsx @@ -33,7 +33,7 @@ export function Widget({ ))}