Skip to content

Commit

Permalink
update low code CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Apr 22, 2024
1 parent 7d24190 commit e1897a2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions pages/enterprise-low-code-for-pro-developers.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ImageForDevelopers from '../public/images/product/image-for-developers.pn
import ImageIntegration from '../public/images/product/image-integration.png';
import ImagePlugins from '../public/images/product/image-plugins.png';

import StartNow from '../components/Sections/About/StartNow';
import StartNow from '../components/Sections/Enterprise/StartNow';

const cards = [
{
Expand Down Expand Up @@ -143,6 +143,7 @@ const LowCode = () => {
<CardsList
cards={cards}
title={'DB Schema Import Key Features'}
customClasses={'desktop:!grid-cols-4'}
/>
<div className="p-4">
{features.map((feature, i) =>
Expand All @@ -166,9 +167,15 @@ const LowCode = () => {

</PageSection>
<PageSection alternate>
<div className='amplication-base'>
<StartNow />
</div>
<StartNow
title="Build faster, with no limits"
description="Try Amplication Enterprise today and unlock the power of fast development cycles."
linkPrimary={{
href: process.env.NEXT_PUBLIC_BOOK_MEETING_URL,
title: 'Talk to Expert',
}}

/>
</PageSection>


Expand Down

0 comments on commit e1897a2

Please sign in to comment.