From 5db5b5e11cabf142a1f671df233df491042a97f4 Mon Sep 17 00:00:00 2001 From: Chibuzo Ekwue Date: Sun, 21 Jul 2024 12:01:20 +0100 Subject: [PATCH] hero section for the waitlist page --- app/components/waitlist/HeroSection.tsx | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/components/waitlist/HeroSection.tsx diff --git a/app/components/waitlist/HeroSection.tsx b/app/components/waitlist/HeroSection.tsx new file mode 100644 index 00000000..9d92dea3 --- /dev/null +++ b/app/components/waitlist/HeroSection.tsx @@ -0,0 +1,34 @@ +const HeroSection = () => { + return ( +
+
+
+ Join the waitlist and get early access! +
+
+
+ Transform your remote work meetings into fun and engaging sessions + with our innovative game-based platform.{" "} +
+
+
+
+ + Be a part of the first 2300 users for a{" "} + + + 10% discount + +
+
+
+ +
+
+
+ ); +}; + +export default HeroSection;