From 7e9cf42ceb70a21b49c9b1be8f97980a09878e23 Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Sat, 18 May 2024 18:48:53 +1000 Subject: [PATCH] Remove async from client compoenents --- apps/marketing/src/components/landind-page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/marketing/src/components/landind-page.tsx b/apps/marketing/src/components/landind-page.tsx index 39d059c..cc3205a 100644 --- a/apps/marketing/src/components/landind-page.tsx +++ b/apps/marketing/src/components/landind-page.tsx @@ -3,7 +3,7 @@ import { RocketLaunchIcon } from "@heroicons/react/24/solid"; import { motion } from "framer-motion"; import Image from "next/image"; -export async function JoinWaitlist() { +export function JoinWaitlist() { return (