From 0067870fa7c5206bc04c88f1a75aa3c0414854af Mon Sep 17 00:00:00 2001 From: Anjali Jay Jain <116294517+JayJ104@users.noreply.github.com> Date: Sat, 5 Apr 2025 23:18:52 -0700 Subject: [PATCH] remove registration forms --- .../_components/hero/heroInfo.tsx | 64 +++++++++---------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/app/(pages)/(index-page)/_components/hero/heroInfo.tsx b/app/(pages)/(index-page)/_components/hero/heroInfo.tsx index c1afe3c..7078408 100644 --- a/app/(pages)/(index-page)/_components/hero/heroInfo.tsx +++ b/app/(pages)/(index-page)/_components/hero/heroInfo.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import Image from 'next/image'; -import Link from 'next/link'; +// import Image from 'next/image'; +// import Link from 'next/link'; import HeartButton from '../HeartButton/heartButton'; import WordCycle from './wordCycle'; @@ -23,13 +23,13 @@ export default function HeroInfo() {
- Register Now - + */}
{/*
-
+ {/*
Apply to be a{' '}
- {/* */} + />
-
+
*/}
); } -interface FormLinkProps { - text: string; - href: string; - includeComma: boolean; -} +// interface FormLinkProps { +// text: string; +// href: string; +// includeComma: boolean; +// } -function FormLink({ text, href, includeComma }: FormLinkProps) { - return ( - -

{text}

- Arrow icon - {includeComma &&

,

} - - ); -} +// function FormLink({ text, href, includeComma }: FormLinkProps) { +// return ( +// +//

{text}

+// Arrow icon +// {includeComma &&

,

} +// +// ); +// }