Skip to content

Commit

Permalink
feat: re-add explorer bit
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA authored Aug 11, 2023
1 parent c3219ab commit b616b9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export const fusionFeatures: IFusionFeature[] = [
description: "Record experiments & design quests (a set of tasks other users can run) and share results",
featuresList: [
"A playground of exercises for recording brain & behavior data",
"Design a set of tasks and their execution flow",
"Run your data with available models & share your results",
"Define methods that update study results as new data is gotten",
"Design a set of tasks and their execution flow",
"Get analysis reports automatically new data is submitted",
],
},
];
Original file line number Diff line number Diff line change
Expand Up @@ -67,22 +67,22 @@ export const FeatureSection: FC = () => {
</div>
</div>
{/* Researchers & Explorers */}
{/* <div className="flex flex-col md:flex-row items-center justify-between gap-y-6">
<div className="flex flex-col md:flex-row items-center justify-between gap-y-6">
<div>
<FusionFeature feature={fusionFeatures[2]} />
<ButtonLink intent="outlined" href="/auth/login" size="xl" className="mt-4 w-full md:w-11/12">
Get Started
<ButtonLink intent="outlined" href="https://github.com/neurofusioninc" size="xl" className="mt-4 w-full md:w-11/12">
Visit our Github
</ButtonLink>
</div>

<Image
src="/images/features/iphone-mockup.png"
src="/images/features/phone_action.png"
alt="User using fusion app"
width={609}
height={914}
className="rounded-2xl"
/>
</div> */}
</div>
</div>
</section>
);
Expand Down

1 comment on commit b616b9d

@vercel
Copy link

@vercel vercel bot commented on b616b9d Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

fusion – ./neurofusion/next-client

fusion-neurofusion-research-inc.vercel.app
usefusion.app
fusion-git-master-neurofusion-research-inc.vercel.app
www.usefusion.app

Please sign in to comment.