Skip to content

Commit

Permalink
feat:update plugins page
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Oct 29, 2024
1 parent 39d8a89 commit c09aacd
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pages/extend-with-plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import Slider from '../components/Sections/Enterprise/Slider';
import WidePanelWithImage from '../components/Common/WidePanelWithImage';


import ImageHero from '../public/images/product/image-jovu-extend.svg';
import ImageHero from '../public/images/product/image-plugins-hero.svg';

import IconDev from '../public/images/icons/icon-development.svg';
import IconDeploy from '../public/images/icons/icon-deploy.svg';
import IconCloud from '../public/images/icons/icon-cloud.svg';
import IconPlugin from '../public/images/icons/icon-plugin.svg';
import IconConsole from '../public/images/icons/icon-console.svg';
import IconPluginSystem from '../public/images/icons/icon-plugin-system.svg';

import ImageDescribe from '../public/images/product/image-jovu-describe.svg';
import ImageExtend from '../public/images/product/image-jovu-extend.svg';
import ImageOwn from '../public/images/product/image-jovu-own.png';
import ImageExtend from '../public/images/product/image-jovu-describe.svg';
import ImagePluginCategory from '../public/images/product/image-plugin-category.svg';
import ImageCatalog from '../public/images/product/image-catalog.svg';


import StartNow from '../components/Sections/Enterprise/StartNow';
Expand All @@ -26,35 +26,35 @@ const cards = [
title: 'Rich plugins catalog',
subTitle:
"Use plugins from our catalog to connect with a wide array of third-party services, including popular cloud providers, security tools, and CI/CD pipelines.",
icon: IconDev,
icon: IconPlugin,
},
{
title: 'Build your own plugins',
subTitle:
"Easily build internal plugins that integrate seamlessly with your home grown tech, internal tools and processes.",
icon: IconCloud,
icon: IconPluginSystem,
},
{
title: 'Bespoke solutions',
subTitle: "Build bespoke live templates for your backend services, tailor-made to meet the unique needs of your organization.",
icon: IconDeploy,
icon: IconConsole,
},

];

const features = [

{
title: 'Integrate with any third-party service or internal tool. Create a smooth experience for your development teams.',
image: ImageDescribe,
title: 'Your Integrations. Your Standards. Your Best Practices. ',
// image: ImageDescribe,
secondaryBtn: {
title: 'Learn More',
href: 'https://docs.amplication.com/platform-console/#platform-console-templates',
},
primaryBtn: undefined,

content:
"Amplication integrates with nearly any 3rd party technology out there. Our rich plugin catalog offers a variety of ready-to-use integrations and building blocks to generate additional resources, while our private plugin capabilities allow for bespoke solutions tailored specifically to your organization’s needs.",
"Our rich plugin catalog offers ready-to-use integrations and building blocks to enhance your development process. With private plugins you can incorporate your organization’s best practices and standards, enabling tailored solutions that meet your specific needs.",
fullWidth: true,
},
{
Expand All @@ -70,7 +70,7 @@ const features = [
},
{
title: 'Rich out-of-the-box plugin catalog',
image: ImageOwn,
image: ImagePluginCategory,
secondaryBtn: {
title: 'Plugin Catalog',
href: './plugins',
Expand All @@ -81,7 +81,7 @@ const features = [
},
{
title: 'Custom live templates',
image: ImageOwn,
image: ImageCatalog,
secondaryBtn: {
title: 'Get a Demo',
href: process.env.NEXT_PUBLIC_BOOK_MEETING_URL,
Expand Down
23 changes: 23 additions & 0 deletions public/images/icons/icon-console.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions public/images/icons/icon-plugin-system.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/icons/icon-plugin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/product/image-catalog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/product/image-plugin-category.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/product/image-plugins-hero.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c09aacd

Please sign in to comment.