Skip to content

Commit

Permalink
readd integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
oreHGA committed Jul 25, 2023
1 parent a05a3f3 commit 473f1a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const IntegrationsSection = () => {
Connect your data to Fusion <span className="text-primary-gradient">seamlessly</span>
</h2>
<p className="block max-w-xs text-lg text-gray-600 md:text-xl">
Fusion seamlessly integrates with applications you already use!
Fusion integrates with applications you already use!
</p>

<IntegrationsCarousel integrations={integrations} />
Expand Down
2 changes: 1 addition & 1 deletion neurofusion/next-client/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Home: NextPage = () => {
<MainLayout>
<HeroSection />
<FeatureSection />
{/* <IntegrationsSection /> */}
<IntegrationsSection />
<TeamSection />
<TestimonialSection />
<FaqSection />
Expand Down

1 comment on commit 473f1a1

@vercel
Copy link

@vercel vercel bot commented on 473f1a1 Jul 25, 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
fusion-git-master-neurofusion-research-inc.vercel.app
www.usefusion.app
usefusion.app

Please sign in to comment.